Skip to content

Get Brazil payout data by id

GET
/order/v1/payout/brazil/{id}

NOTE: Please, to authenticate use the scope: “api://app-order-prd”

id
required
string

The resource was returned successfully

object
id
required

Payout id, unique identification

string
Example
06705a13-d2b4-4ccf-820b-e5fc00bd8190
idempotencyKey
required

Payout idempotency key

string
Example
b9e94220-9baa-4ad1-bb89-10b023fa813a
description
required

Payout description

string
Example
Customer withdraw
amount
required

Payout amout

string
Example
100.00
status
required

Payout status

string
Allowed values: INITIAL PENDING PAID EXPIRED ANALYSIS REFUNDED PARTIAL_REFUNDED PARTIALLY_PAID CANCELED ERROR
Example
PAID
errorMessage
required

Payout error message

string
Example
An unexpected error occurred
createdAt
required

Payout creation date

string
Example
2026-08-12T23:14:50.442Z
crypto
required

The crypto

object
address
required

The crypto wallet address

string
Example
0x1234567890123456789012345678901234567890
memo
required

The memo

string
Example
12345678901
batch

Batch information when this payout was split into a batch

object
id
required

Id of the batch

string
Example
5160c73e-8b9b-4f1f-8c64-0edcbb97c335
transactionsCount
required

Total number of child transactions in the batch

number
Example
3
paidCount
required

Number of child transactions already paid

number
Example
2
failedCount
required

Number of child transactions that failed

number
Example
1
pendingCount
required

Number of child transactions still pending

number
0
paidAmount
required

Amount already paid across all child transactions

string
Example
30000.00
pendingAmount
required

Amount still pending across all child transactions

string
Example
15000.00
transactions
required

Child transactions the batch was split into

Array<object>
object
id
required

Id of this child transaction

string
Example
a4cf980e-f66d-4321-b0f2-95c7eecca7ce
idempotencyKey
required

Idempotency key of this child transaction - the first child reuses the batch idempotencyKey verbatim, later ones suffix it

string
Example
bf8b0b1f-f444-40c5-b657-d236ee03e6ba-01
sequence
required

Ordering position of this child transaction within the batch

number
Example
1
amount
required

Amount of this child transaction

string
Example
15000.00
status
required

Status of this child transaction

string
Allowed values: INITIAL PENDING PAID EXPIRED ANALYSIS REFUNDED PARTIAL_REFUNDED PARTIALLY_PAID CANCELED ERROR
Example
PAID
endToEndId

End-to-end id of this child transaction

string
Example
E69467793202607101200Je8IkFT5JQS
paidAt

Date this child transaction was paid

string
Example
2026-07-10T12:01:03.000Z
errorMessage

Error message when this child transaction failed

string
Example
An unexpected error occurred
paymentMethod
required

Payout payment method

string
Allowed values: PIX TED TETHER
Example
PIX
bank
required

Payout bank information

object
pix
required

Pix information data

object
type
required

The type of pix

string
Allowed values: CPF CNPJ EMAIL PHONE RANDOM
Example
CPF
key
required

The key of pix

string
Example
1234567890
account
required

Bank account information data

object
ispb
required

The ispb number

string
Example
12345678
bankNumber
required

The bank number

string
Example
341
branchNumber
required

The bank branch number

string
Example
6770
accountNumber
required

The bank account number

string
Example
12345-2
customer
required

Payout Customer data

object
fullName
required

Customer fullName

string
Example
John Doe Martins
email

Customer email

string
Example
john@domain.com
phone

Customer phone

string
Example
51999999
birth

The date of birth or foundation, in ISO-8601 YYYY-MM-DD format.

string
Example
1984-03-16
document
required

Document

object
type
required

The document type

string
Allowed values: CPF CNPJ
Example
CPF
number
required

The document number

string
Example
123.456.789-01
owner
The owner information.
PS: This field is optional, not all payment methods have this information.
object
name

The name of the owner.

string
Example
John Doe
document

The document of the owner.

string
Example
12345678901
bank

The bank information of owner.

object
name

The bank name.

string
Example
Financial Bank
ispb

The bank ISPB code.

string
Example
00123876
code

The bank code, like COMPE.

string
Example
123
account

The account number.

string
Example
12345-2
branch

The branch account number.

string
Example
0001
pix

The pix.

object
type
required

The type of pix

string
Allowed values: CPF CNPJ EMAIL PHONE RANDOM
Example
CPF
key
required

The key of pix

string
Example
1234567890
endToEndId
required

The payout E2E ID

string
Example
59793ef2-8f3c-4d61-916a-60282fa50bd0
receiver
required

The Receiver

object
name
required

The receiver name.

string
Example
John Doe
document
required

The document of the receiver.

object
type
required

Document type

string
Allowed values: CPF CNPJ
Example
CPF
number
required

Document number

string
Example
12345678910
bank
required

Account bank data

object
name
required

The bank name

string
Example
Jhon Doe Bank S.A
code
required

The bank code

string
Example
101
ispb
required

The bank ispb

string
Example
12345678
pix
required

The pix key

object
type
required

The type of pix

string
Allowed values: CPF CNPJ EMAIL PHONE RANDOM
Example
CPF
key
required

The key of pix

string
Example
1234567890
account
required

The bank account

object
type
required

The type of pix

string
Allowed values: CPF CNPJ EMAIL PHONE RANDOM
Example
CPF
key
required

The key of pix

string
Example
1234567890
fee

Fee

object
fixed
required

Fixed fee amount

object
Example
1.00
variable
required

Variable fee amount

object
Example
1.00
additional
required

Addictional fee amount

object
Example
1.00

The request is not valid

Array<string>

Unauthorized Request

Array<string>

Resource not found

Array<string>

An unexpected error occurred inside the server

Array<string>