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
POSTrequests; 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
| Guide | When to use |
|---|---|
| Checkout | You redirect customers to PagaSul's hosted payment page |
| Payment Link | You send customers a ready-made URL — no server-side API call needed |
| Payout | You 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.