Version: 1.0.5
PagaSul API Reference
The PagaSul API lets you accept and disburse payments across Latin America
through a single REST integration. All endpoints exchange JSON over HTTPS and
each request is authenticated with a signature header.
Base URLs
| Environment | URL |
|---|---|
| Production | https://api.pagasul.com |
| Checkout | https://checkout.pagasul.com |
Endpoints
- Pay-in — initialize a payment and collect funds from a payer.
- Pay-out — disburse funds to a recipient.
- Request for payment status — check the current state of a payment.
- Confirmation — submit confirmation data for payments that require an extra confirmation step.
- Balance — retrieve your account balance.
Conventions
amountfields are expressed in major currency units (e.g.10.50).- Each request carries a
signatureheader. See the Signature reference. - Payment states and result codes are listed in the Statuses and Callbacks reference pages.
The full machine-readable OpenAPI document for this server can be downloaded with the Export button above.