Skip to main content

Get Started

To start accepting payments with PagaSul, make sure you have:

  • Account ID and secret key — provided by PagaSul during onboarding
  • Signature generation — all API requests require an HMAC-SHA512 signature; see Signature
  • Callback endpoint — a URL on your server that accepts POST requests; PagaSul notifies it on every payment status change

Monitor and manage your payments in the PagaSul Dashboard. Contact your key account manager to get access.

Choose your integration

GuideWhen to use
CheckoutYou redirect customers to PagaSul's hosted payment page
Payment LinkYou send customers a ready-made URL — no server-side API call needed
PayoutYou send money to customers' bank accounts or Pix keys

All three flows share the same response and callback format. Read Responses and Callbacks to understand what your server needs to handle.