Get ledger entries
Company Ledger
Get ledger entries
Requires the ledger.list permission.
Returns a paginated list of ledger entries for the authenticated company.
GET
Get ledger entries
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
Query Parameters
Page number for pagination
Required range:
x >= 1Number of entries per page
Required range:
1 <= x <= 100Filter by owner ID
Filter by posting set ID
Filter by event ID
Comma-separated list of entry types to filter by.
Available options:
TRANSACTION, ORGANIZATION_FEE, PLATFORM_COST, PROVIDER_COST, ORGANIZATION_ANTICIPATION_FEE, PLATFORM_ANTICIPATION_COST, PLATFORM_REFUND_COST, PROVIDER_REFUND_COST, TRANSACTION_REFUND, TRANSACTION_REFUND_REVERSAL, ORGANIZATION_FEE_REFUND, PLATFORM_COST_REFUND, PROVIDER_COST_REFUND, TRANSACTION_DISPUTE, TRANSACTION_DISPUTE_REVERSAL Filter by operation type
Available options:
CREDIT, DEBIT Start payment date (inclusive)
End payment date (inclusive)
Filter by transaction ID
Filter by refund ID
Filter by cashout ID
Filter by settled status
Multi-field sort string (e.g., -created_at,amount). Allowed fields: created_at, payment_date, amount
Available options:
created_at, payment_date, amount, -created_at, -payment_date, -amount 
