Eligible beneficiaries list
This endpoint will return a list of beneficiaries you are allowed send payouts to.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://example.com/api/v1/account/accounts'
Responses
application/json [
{
"id": "c52imk98q0njhm3zin2jjlvj",
"bankId": "dqv8ldz5mk4eu7ykcvrr8g84",
"accountName": "Alphabets Inc",
"accountNumber": "1234ABCXXX",
"currency": "NGN",
"ownerId": "k235v1ujhhnpwv0zmyk4by6t",
"defaultAccount": false,
"accountType": "personal",
"createdAt": "2024-04-23T07:01:24.844Z",
"updatedAt": null
}
]
Modified at 2024-06-26 19:54:20