Skip to main content
Outbound PIX is a two-step flow: you initiate the payment to resolve the recipient and amount, then confirm it to actually move the money. Initiating returns the recipient’s details and an endToEndId so you can review before committing.

Flow

Step 1: Initiate the payment

You can initiate against a PIX key (DICT) or by scanning a QR Code (a Copia e Cola / EMV string the payee gives you).
The response resolves the transfer and returns status: "REQUESTED". Keep the external.pixId (the pixId) for the confirm step, and review creditParty (who you’re paying), txnUpdatedAmount (the final amount), and receipt.endToEndId (the BACEN receipt ID).
Reference: POST .../wallets/{walletId}/pix

Step 2: Confirm the payment

Confirm the pixId to release the funds. Repeat the amount as a safeguard and pick the balance category to debit.
A successful confirm returns status: "CONFIRMED" and the final endToEndId — your proof the payment settled. Reference: POST .../pix/{pixId}/confirm
Confirming a payment may require the transaction pin header depending on how your credentials are provisioned. See Authentication.

Next steps

Charge with PIX

Generate a QR Code to receive money instead of sending it.

Wallets for your customers

Register PIX keys, read balances, and move money between wallets.