API Reference

Retrieve information about all your recipients

Response schema:

{ "status": boolean, "message": string, "data": { "id": string, "name": string, "currency": string, "bankAccount": { "accountName": string, "accountNumber": string, "bank": { "code": string, "name": string, } }, "meta": { "total": number, "pageCount": number, "perPage": number, "currentPage": number, } } }
Query Params
int32
Defaults to 1

Specify exactly what page you want to retrieve. If not specify we use a default value of 1.

Response

Language
Credentials
Choose an example:
application/json