cURL
curl --request POST \ --url https://api.dev.monei.cc/api/v1/wallet/deposit \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "amount": 123, "reference": "<string>", "currency": "NGN", "narration": "<string>" } '
{ "statusCode": 123, "message": "<string>", "data": { "amount": 123, "reference": "<string>", "currency": "NGN", "customization": { "title": "<string>" }, "customer": { "email": "<string>", "phoneNumber": "<string>", "name": "<string>" }, "accountNumber": "<string>", "bankName": "<string>", "accountName": "<string>", "expiry_datetime": "<string>", "note": "<string>", "status": "PENDING", "redirectUrl": "<string>", "narration": "<string>", "nextAction": { "type": "requires_pin", "redirect_url": {}, "payment_instruction": {} } }, "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.
BANK_TRANSFER
USSD
CARD
Show child attributes