Create Cash-Out
Create Cash-Out
Create Cash-Out
Initiates a PIX payment (Cash-Out). This single endpoint supports three different payment flows depending on the fields provided:
Send a payment directly using the recipient’s PIX key.
Required fields: amount, pix_key, pix_key_type, external_id
Send a payment using the recipient’s bank account details, without needing a PIX key.
Required fields: amount, receiver_name, receiver_document, receiver_ispb, receiver_branch, receiver_account, receiver_account_type, external_id
POST /api/v1/pix/qrcode/decodeend_to_end_id as the X-Pix-Lookup-E2E header in this callRequired fields: amount + header X-Pix-Lookup-E2E
Scope: pix:cashout:write
Prevents duplicate payments (recommended)
EndToEndID from a previous QR Code decode (required for Flow 3). Obtained from POST /api/v1/pix/qrcode/decode.
Recipient PIX key (required for Flow 1)
PIX key type (required for Flow 1)
Recipient full name (required for Flow 2)
Recipient CPF or CNPJ (required for Flow 2)
Recipient bank ISPB code, 8 digits (required for Flow 2)
Recipient branch number (required for Flow 2)
Recipient account number (required for Flow 2)
Recipient account type (required for Flow 2)
Cash-out ID in your system
Payment description (optional)
Your internal reference ID (optional)
Custom metadata (optional)
Cash-Out initiated