curl --request POST \
--url https://api.dev.monei.cc/api/v1/wallet/user/fund-wallet \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"amount": 123,
"customization": {
"title": "<string>"
},
"customer": {
"email": "<string>",
"phoneNumber": "<string>",
"name": "<string>"
},
"reference": "<string>",
"currency": "NGN",
"redirectUrl": "<string>"
}
'{
"statusCode": 123,
"message": "<string>",
"data": {
"link": "<string>"
},
"errors": {}
}curl --request POST \
--url https://api.dev.monei.cc/api/v1/wallet/user/fund-wallet \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"amount": 123,
"customization": {
"title": "<string>"
},
"customer": {
"email": "<string>",
"phoneNumber": "<string>",
"name": "<string>"
},
"reference": "<string>",
"currency": "NGN",
"redirectUrl": "<string>"
}
'{
"statusCode": 123,
"message": "<string>",
"data": {
"link": "<string>"
},
"errors": {}
}