Get a specific cashout by ID
Returns details of a specific cashout for the authenticated company. The cashout ID can be either the internal ID or the external request ID. Requires the banking.view permission.
Documentation Index
Fetch the complete documentation index at: https://docs.rinne.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Company API key for authentication
Path Parameters
The cashout ID (internal ID or external request ID)
Response
Cashout retrieved successfully
Cashout response
Internal cashout ID
"123e4567-e89b-12d3-a456-426614174000"
Client-generated request ID
"req_123456789"
External provider request ID
"123e4567-e89b-12d3-a456-426614174000"
Company ID
"123e4567-e89b-12d3-a456-426614174000"
ID of the bank account to debit from
"123e4567-e89b-12d3-a456-426614174000"
Amount to transfer in cents
10000
Currency code
BRL "BRL"
Cashout method
PIX "PIX"
Cashout status
PENDING, PROCESSING, COMPLETED, PARTIALLY_RETURNED, RETURNED, FAILED "PROCESSING"
Creation timestamp
"2025-01-01T10:00:00.000Z"
Last update timestamp
"2025-01-01T10:05:00.000Z"
ID of the bank account to credit to (null when destination is a PIX key)
"123e4567-e89b-12d3-a456-426614174001"
ID of the company PIX key paid to (null when destination is a bank account)
"223e4567-e89b-12d3-a456-426614174002"
Total fee in cents charged on the cashout
150
Total cost in cents for this cashout
100
ID of the fee policy used for pricing this cashout
"123e4567-e89b-12d3-a456-426614174002"
ID of the cost policy used for pricing this cashout
"123e4567-e89b-12d3-a456-426614174003"
Error message if cashout failed
"Insufficient funds"
Total amount returned in cents (sum of all returns)
5000
Timestamp of the latest return
"2025-01-01T11:00:00.000Z"
List of returns
Optional metadata object for storing custom key-value pairs
{
"custom_field": "value",
"order_id": "order_123"
}End to End ID from the payment provider (PIX transaction identifier)
"E12345678202501271234567890123456"

