🚀 Card Payment is live! Learn more
cURL
curl --request GET \ --url https://nini.monieswitch.com/payout/beneficiaries \ --header 'Authorization: Bearer <token>'
{ "status": true, "data": { "beneficiaries": [ { "id": "e5b931f2-9aa9-4f80-8c59-591cbca756bb", "accountNumber": "2394934323", "accountName": "Obagunwa Emmanuel", "bankCode": "000013", "bankName": "GTBANK PLC", "createdAt": "2023-11-24T10:41:46.890Z" } ], "page": 1, "perpage": 100, "totalRecords": 1, "totalPages": 1 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Beneficiaries
The response is of type object.
object