Pix-Out represents the outbound payment flow via Pix. Use this service when you want to initiate a Pix transfer to a destination account. Use Pix-Out to:Documentation Index
Fetch the complete documentation index at: https://docs.bloobank.com/llms.txt
Use this file to discover all available pages before exploring further.
- Send payments to customers;
- Process withdrawals;
- Execute operational transfers;
- Settle values;
- Make instant payments to third parties.
Getting started with Pix-Out
The basic flow to start using Pix-Out:- Build the transfer payload;
- Provide the amount, currency, recipient, and external identifier;
- Sign the request with your private key;
- Send the Pix-Out creation request;
- Store the
idreturned by Bloobank; - Poll the transaction to track its status;
- Record the final result for reconciliation.
Create a Pix-Out transaction
Use this endpoint to create a Pix transfer.| Field | Type | Required | Description |
|---|---|---|---|
amount | integer | Yes | Transaction amount in centavos. |
currency | string | Yes | Transaction currency. Use BRL for domestic operations. |
description | string | No | Transfer description. |
recipient | object | Yes | Recipient details. |
pixKey | object | No | Destination Pix key, when applicable. |
externalId | string | Yes | Unique transaction identifier in your system. |
Retrieve a Pix-Out transaction
Use this endpoint to retrieve the status and details of a Pix-Out transfer.Transaction status
| Status | Description |
|---|---|
created | Transaction created and awaiting processing. |
processing | Transaction is being processed. |
confirmed | Transaction confirmed successfully. |
failed | Transaction not completed. |
canceled | Transaction canceled. |
For Pix-Out operations, poll the transaction status after creation until it
reaches a final state:
confirmed, failed, or canceled.