Brazil payout - V3
PUT /order/v3/payout/brazil
Request a payout for Brazil country
NOTE: Please, to authenticate use the scope: “api://app-order-prd”
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).
Request Body required
Section titled “Request Body required ”object
The payout amount
object
The currency of the transaction.
Example
BRLThe amount of the transaction, in minor units.
Minor Units Format
All amount values must be formatted in that currency’s smallest unit. Two-decimal currency (for example Brazilian Real): R$ 10.95 BRL, amount will be “10.95”.
Click in the link bellow to see the latest official ISO 4217 Currency Table, with Minor Units (number of decimal places) per currency.
https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes
Example
10.95Payment Method
The payout customer
object
Customer fullName
Example
John Doe MartinsCustomer email
Example
john@domain.comCustomer phone
Example
51999999The date of birth or foundation, in ISO-8601 YYYY-MM-DD format.
Example
1984-03-16Document
object
The document type
Example
CPFThe document number
Example
123.456.789-01The payout bank information
OBS: If you send this pix data, you don’t need to send the account data or vice-versa
object
Pix information data
OBS: If you send this data, you don’t need to send the account data
object
QR code data
OBS: If you send this qrcodeData, you don’t need to send the type and key
Example
00020101021126440014br.gov.bcb.PIX0126fulano.tal@provedor.com.br52040 00053039865802BR5913Fulano de Tal6009Sao Paulo6304DFE3Pix key type
Example
EMAILPix key
Examples: - email: jhon@domain.com - phone: +5511999999999 - cpf: 12345678900 - cnpj: 12345678900000 - random: 8c0f58b9-3976-44e5-a25f-35d8485100b3
Example
jhon@domain.comBank account information data
OBS: If you send this data, you don’t need to send the pix data
object
The bank number accept the ISPB or COMPE number.
ISPB number is composed by 8 numerical digits like “12345678”. If you decide to use the IPSB, you can find it in the bank list in the following link: https://www.bcb.gov.br/estabilidadefinanceira/participantespix
COMPE number is composed by 3 numerical digits like “123”. If you decide to use the COMPE, you can find it in the bank list in the following link: https://www.bcb.gov.br/content/estabilidadefinanceira/str1/ParticipantesSTR.pdf
Example
12345678The bank branch number (Agência)
Example
6770The bank account number
Example
123452Account Type Examples: - CHECKING - PAYMENT - WAGE - SAVINGS
Example
CHECKINGCrypto
object
The crypto wallet address
Example
0x1234567890123456789012345678901234567890The memo
Example
12345678901The payout description.
The webhook url to receive the payout status
Example
https://your-webhook-url.comOrder id in your system.
Example
order_id_in_your_systemResponses
Section titled “ Responses ”The resource was returned successfully
object
Payout id, unique identification
Example
7fa88b86-66a1-4932-b5b8-987bcef65e0bPayout amout
Payout status
Example
PAIDFee
object
Fixed fee amount
object
Example
1.00Variable fee amount
object
Example
1.00Addictional fee amount
object
Example
1.00Payout error message
Payout creation date
Example
2026-08-12T23:14:50.425ZBatch 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 occurredThe request is not valid
Unauthorized Request
An unexpected error occurred inside the server