Returns a paginated list of ledger entries for a specific merchant that belongs to the authenticated organization.
Company API key for authentication
The merchant ID
Page number for pagination
x >= 1Number of entries per page
1 <= x <= 100Filter by owner ID
Filter by posting set ID
Filter by event ID
Comma-separated list of entry types to filter by.
TRANSACTION, ORGANIZATION_FEE, PLATFORM_COST, PROVIDER_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
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
created_at, payment_date, amount, -created_at, -payment_date, -amount