Create a new cashout request
Creates a new cashout request for the authenticated company. The cashout will be processed by the provider and status updates will be received via webhooks. Requires the banking.create 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
Body
Schema for creating a new cashout request.
Exactly one of destination_bank_account_id or destination_pix_key_id must be provided.
Client-generated request ID for tracking
"req_123456789"
ID of the bank account to debit from
"123e4567-e89b-12d3-a456-426614174000"
Amount to transfer in cents
x >= 110000
Cashout method
PIX "PIX"
ID of the bank account to credit to (omit when using destination_pix_key_id)
"123e4567-e89b-12d3-a456-426614174001"
ID of the company PIX key to pay to (omit when using destination_bank_account_id)
"223e4567-e89b-12d3-a456-426614174002"
Currency code (defaults to BRL if not provided)
BRL "BRL"
Optional metadata object for storing custom key-value pairs
{
"custom_field": "value",
"order_id": "order_123"
}Response
Cashout created 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"

