Get payout request by ID
Retorna os detalhes completos de uma solicitação de saque.
Somente admin. Contas merchant recebem 403 neste endpoint — para consultar as
próprias solicitações, use a listagem GET /v1/payout-requests.
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 reais / BRL)
100
Currency (always BRL for submerchants)
"BRL"
Calculated payout fee (in reais / BRL)
1
Net amount that will be transferred after fee deduction (in reais / BRL)
99
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"
Legal name of the submerchant (included in the list response).
"ACME PAGAMENTOS LTDA"
Contact email of the submerchant (included in the list response).