# Cash-Out Request and track outbound PIX payments to any Brazilian bank account. ## Create Cash-Out - [POST /cash-out](https://docs.connectpsp.com/apis/cash-out/createcashout.md): Submits a PIX payment to an external bank account or PIX key. The request is validated against available balance and fraud rules, then queued for settlement. The response is 202 Accepted — the payment is not yet settled at this point. Two destination types are supported: - PIX — by PIX key (CPF, CNPJ, email, phone, or EVP random key) - BANK_ACCOUNT — by bank account details (ISPB + branch + account) This endpoint requires DigitalSignature and X-Idempotency-Key headers. Once the payment is settled (or fails), ConnectPSP will POST either a CASHOUT_COMPLETED or CASHOUT_FAILED event to your webhookUrl. ## Get Cash-Out - [GET /cash-out/{id}](https://docs.connectpsp.com/apis/cash-out/getcashout.md): Returns the current status and details of a Cash-Out transaction, including settlement proof from BACEN/SPI when available. The {id} parameter accepts: - internalCode (ConnectPSP's code, e.g. IVKPRMOCDY) - transactionId (UUID) - endToEndId (E2E ID from BACEN/SPI)