List of Deposit Transactions


This endpoint returns a paginated list of all deposit transactions made to the user's virtual accounts. Each transaction includes details such as amount, status, reference IDs, associated virtual account, and external data from the payment provider. The response supports pagination and includes meta information like current page, total records, and navigation links. A valid Bearer token is required for authentication.

Method API Endpoint
GET https://efylink-business.rare-able.com/api/user/deposit_transactions

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

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