Process a Pix Transfer
Use this endpoint to process a previously initiated Pix cash-out and move funds between accounts.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unique identifier of the Midaz Ledger Account (UUID format).
Transaction purpose for the cash-out. Defaults to TRANSFER when omitted.
TRANSFER, CHANGE, WITHDRAWAL, REFUND_AUTOMATIC_PIX, INSTANT_PAYMENT_REFUND, INSTALLMENT_PIX Optional idempotency key for safe retries. Reuse the same value only when retrying the same operation after an unknown outcome.
See Retries and idempotency for details.
Time-to-live in seconds for the idempotency key cache. Defines how long the system remembers a processed request.
See Retries and idempotency for details.
Body
Initiation ID from the initiate step.
"019c96a0-0c82-7c3d-8dcc-c180868b45c4"
Response
Pix transfer processed successfully.
The response includes the X-Idempotency-Replayed header.
If the value is false, the transaction was just processed. If the value is true, the response is a replay of a previously processed request.
See Retries and idempotency for more details.
Transfer unique identifier.
"019c96a0-0c21-71f9-a487-66a1258278a1"
End-to-end identifier.
"E123456789BR1234567890123456789"
Transfer amount.
"100.00"
Transfer status.
PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED "COMPLETED"
Transfer type.
CASHOUT, CASHIN "CASHOUT"
"2024-01-15T10:30:00Z"
"2024-01-15T10:30:00Z"

