Skip to main content
The Payout module sends outgoing ACH payments, processes QR payments, and makes instant PIX payments to Brazil.

Endpoints

ACH Payout

ACH payouts are available for bank accounts in the following countries, with more coverage coming soon:

Bank rail expansion

Global bank payouts through ACH, Wire, SWIFT, and SEPA are documented in a separate module. Specific availability depends on the corridors enabled for each account.

View global bank transfers

Review endpoints, corridors, fields, and examples for ACH, Wire, SWIFT, and SEPA.
Use GET /v2/transactions/payouts/rails to retrieve current availability by currency, country, and rail. For available countries, send the corresponding ISO alpha-2 code in transaction.country.
In v2, send the account holder’s full name in transaction.destination_holder. The first_name and last_name fields are optional.

Response

Wallet Payouts Coming soon

Wallet Payouts sends payouts directly to digital wallets available in each country.
  • PREXPE
  • YAPE
  • LUQEA
  • DALE
  • DAVIPLATA
  • DING TECNIPAGOS SA
  • GIROS Y FINANZAS CF
  • IRIS
  • MOVII
  • NEQUI
  • PIBANK
  • POWWI
  • RAPPIPAY
  • UALÁ

PIX Payout

This endpoint sends instant BRL payments to Brazil. The payout supports two funding modes:
  • balance: sends the operation directly to the provider using the balance enabled for the partner.
  • conversion: returns a crypto address and amount that must be funded before the PIX payment is executed.

Request

clavePix must contain exactly one of these keys:
The response includes the crypto address and amount to deposit:
Deposit exactly amount_deposit of the selected asset into deposit_address on the specified blockchain.
Status changes are sent as withdrawal_pix. See Webhooks to configure the receiving endpoint.

QR Payout

Use this endpoint to process a payout QR code.

Response

QR Validation

Use this endpoint to decode a base64 QR image and validate its information.

Successful Response

Response When the QR Cannot Be Processed

Bank List

Query Parameters