cURL
curl --request GET \ --url https://api.dev.monei.cc/api/v1/wallet/deposit/status/{reference} \ --header 'X-API-KEY: <api-key>'
{ "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.
Show child attributes