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).- By PIX key (DICT)
- By QR Code (EMV)
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).
POST .../wallets/{walletId}/pix
Step 2: Confirm the payment
Confirm thepixId to release the funds. Repeat the amount as a safeguard and pick the balance category to debit.
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.