Cash-Out (Sending Payments)
Cash-Out (Sending Payments)
Cash-Out (Sending Payments)
Cash-Out endpoints allow you to send PIX payments to any bank account in Brazil. There are three available flows depending on the information you have about the recipient.
Cash-Out endpoints use Bearer Token authentication. Always include the X-Idempotency-Key header to prevent duplicate payments.
Send a payment directly using the recipient’s PIX key. The system resolves the key to obtain the recipient’s bank details automatically.
Required fields:
Send a payment using the recipient’s bank account details directly, without needing a PIX key.
Required fields:
The recommended approach for QR Code payments. First decode the QR Code, then send the payment using the pre-decoded data.
Response:
Use the end_to_end_id from the decode response as the X-Pix-Lookup-E2E header:
Required fields:
Required header:
Query the status of a Cash-Out by its transaction ID:
GET /api/v1/pix/balance.GET /api/v1/pix/limits.