Create banking payout
POST /order/v1/banking/order-payouts
Create a PIX payout using accountId as payer and different initiation types (MANUAL/KEY/STATIC_QRCODE/DYNAMIC_QRCODE).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”Unique key for idempotent requests
Request Body required
Section titled “Request Body required ”object
External identifier of the payout
Example
payout-123Payer account identifier
Example
f288ae0d-47fd-4207-aee4-0a384888bd96Payment method
Example
PIXInitiation type
Example
KEYReceiver information
object
Receiver full name
Receiver document
object
Document type
Example
CPFDocument number
Example
12345678901Example
{ "name": "Maria Silva", "document": { "type": "CPF", "number": "12345678901" }, "email": "maria@mail.com", "phone": "+5511912345678", "bankAccount": { "ispb": "12345678", "branchNumber": "0001", "accountNumber": "123456", "accountType": "CACC" }}Payment data
object
Pix key for KEY initiation
QR Code data for STATIC/DYNAMIC initiation
Bank account data (required for MANUAL initiation)
object
ISPB code
Account type (e.g., CHECKING_ACCOUNT)
Branch number
Account number
Example
{ "pixKey": "maria@mail.com"}Payout amount
object
Currency code
Example
BRLAmount value as numeric string
Example
10.00Example
{ "currency": "BRL", "value": "50.00"}Description of the payout
Example
Invoice 123 payoutResponses
Section titled “ Responses ”object
Payout identifier
Example
c1c4c0b1-3bb8-4b1c-9e47-3f4a6f3a1b2cExternal identifier
Example
payout-123Status of the payout
Example
PENDINGAmount value as string
Example
50.00Currency
Example
BRLPayout description
Example
Invoice 123EndToEnd identifier (PIX)
Example
E12345678920240101120000abcdBatch information when this payout was split into a batch
object
Id of the batch
Example
5160c73e-8b9b-4f1f-8c64-0edcbb97c335Total number of child transactions in the batch
Example
3Number of child transactions already paid
Example
2Number of child transactions that failed
Example
1Number of child transactions still pending
Amount already paid across all child transactions
Example
30000.00Amount still pending across all child transactions
Example
15000.00Child transactions the batch was split into
object
Id of this child transaction
Example
a4cf980e-f66d-4321-b0f2-95c7eecca7ceIdempotency key of this child transaction - the first child reuses the batch idempotencyKey verbatim, later ones suffix it
Example
bf8b0b1f-f444-40c5-b657-d236ee03e6ba-01Ordering position of this child transaction within the batch
Example
1Amount of this child transaction
Example
15000.00Status of this child transaction
Example
PAIDEnd-to-end id of this child transaction
Example
E69467793202607101200Je8IkFT5JQSDate this child transaction was paid
Example
2026-07-10T12:01:03.000ZError message when this child transaction failed
Example
An unexpected error occurredBad request
Forbidden
Internal error