Account Statements Export


This endpoint generates and returns a downloadable export file containing ledger entries for a specific virtual account identified by its unique ID. The response provides a URL pointing to the exported file. Authentication via Bearer token is required.

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

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).