Account Statements


This endpoint retrieves a paginated list of ledger entries for a specific virtual account identified by its unique ID. Each ledger record includes transaction type (Debit/Credit), formatted amount, running balance, timestamp, and associated transaction details. The response also provides the total number of ledgers available. Authentication via Bearer token is required.

Method API Endpoint
GET https://efylink-business.rare-able.com/api/user/accounts/{account_unique_id}/ledgers

headers: Object containing the API headers.

'Authorization : Bearer Token': Use Login API for access token

'X-CLIENT-ID': Use Get Credentials api to generate X-CLIENT-ID

'X-Api-Signature': To know how to generate please use Authentication

'X-Api-Timestamp': Timestamp

Path Params

account_unique_id required Please use unique_id from Accounts for Account Unique ID

skip optional Number of records to skip before starting to return results (used for pagination).

take optional Number of records to return after skipping (used for pagination).