Skip to main content

8 docs tagged with "charge"

View all tags

Cancel charge

Cancel a pending or pre-captured charge before settlement. Both charge_uuid and wallet_uuid go in the URL path.

Capture charge

Capture a previously authorized card payment — full or partial. Separate auth and capture for hotels, car rentals, marketplaces, and pre-order flows.

Create charge

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 PIX charge

Create a PIX charge directly. Returns pix_payload with QR code (base64) and copy-paste string for instant payment.

Get charge

Retrieve charge details, current status, installment breakdown, and multi-currency amounts by charge and wallet UUID.

List charges

List and filter charges with pagination — build reconciliation dashboards, financial reports, and dispute investigation tools.

Pay charge (SDK)

SDK endpoint to pay a charge. Used by A55Pay SDK's payV2() method. Public endpoint — no Bearer token required.

Refund charge

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.