Get payout request by ID
Returns the complete details of a specific payout request.
Authorizations
JWT Bearer token authentication. Use the JWT token obtained from the login endpoint in the Authorization header as 'Bearer {token}'.
Path Parameters
ID of the payout request
"2vorkDcXyvzifL63YX09S9VqcnI"
Response
Payout request found successfully
Unique identifier of the request
"2vorkDcXyvzifL63YX09S9VqcnI"
ID of the submerchant that requested the payout
"36OO3bcGjhPjjF3tzrqOGcmQuKo"
Gross amount requested (in cents)
10000
Currency (always BRL for submerchants)
"BRL"
Calculated payout fee (in cents)
100
Net amount that will be transferred after fee deduction
9900
Current status
pending, approved, rejected "pending"
Account details for payout (PIX with CNPJ)
Rejection reason (only if status = 'rejected')
null
Processing date/time (only if approved or rejected)
null
Creation date/time
"2025-12-04T18:45:52.988Z"
Last update date/time
"2025-12-04T18:45:52.988Z"