Beneficiary Accounts
This endpoint returns a paginated list of beneficiary accounts associated with the authenticated user. Each account includes details such as currency, type, status, external reference IDs, and structured data from the external payment provider, including personal details, address, bank information, and supported payment schemes. The response includes pagination metadata for easy navigation. A valid Bearer token is required for authentication.
| Method | API Endpoint |
|---|---|
| GET | https://efylink-business.rare-able.com/api/user/beneficiary_accounts |
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).
search_key optional A search query to filter results based on beneficiary name or account number.