cURL
curl --request POST \ --url https://api.dev.monei.cc/api/v1/wallet/virtual-account \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "nin": "<string>", "reference": "<string>" } '
{ "statusCode": 123, "message": "<string>", "data": { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedDate": "2023-11-07T05:31:56Z", "subWallet": {}, "accountNumber": "<string>", "bankName": "<string>", "reference": "<string>", "flwId": "<string>", "status": "<string>", "isActive": true }, "errors": {} }
Documentation IndexFetch the complete documentation index at: https://docs.monei.cc/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.monei.cc/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes