Cancel charge
Cancel a pending or pre-captured charge before settlement. Both charge_uuid and wallet_uuid go in the URL path.
Cancel a pending or pre-captured charge before settlement. Both charge_uuid and wallet_uuid go in the URL path.
Capture a previously authorized card payment — full or partial. Separate auth and capture for hotels, car rentals, marketplaces, and pre-order flows.
Create a charge for any payment method — credit card, debit card, PIX, Boleto, SPEI, OXXO, Apple Pay, Google Pay, e-wallets, and more. One endpoint, one payload structure, method-specific fields shown on demand.
Create a PIX charge directly. Returns pix_payload with QR code (base64) and copy-paste string for instant payment.
Retrieve charge details, current status, installment breakdown, and multi-currency amounts by charge and wallet UUID.
List and filter charges with pagination — build reconciliation dashboards, financial reports, and dispute investigation tools.
SDK endpoint to pay a charge. Used by A55Pay SDK's payV2() method. Public endpoint — no Bearer token required.
Refund a captured charge — full or partial. Both charge_uuid and wallet_uuid go in the URL path. Installment payments are refunded in full across all installments.