Get ledger entries for all merchants
Ledger
Get ledger entries for all merchants
Requires the merchant.ledger.list permission.
Returns a paginated list of ledger entries for all merchants that belong to the authenticated organization.
GET
Get ledger entries for all merchants
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 
