🚀 Card Payment is live! Learn more
cURL
curl --request POST \ --url https://nini.monieswitch.com/virtual-accounts/fund-sandbox \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "amount": 2000, "customerReference": "JoYQy5X6pb4F6t6P1Lj2lsknxcIhYCyRiwmA", "narration": "Setup payment" }'
{ "status": true, "message": "Transaction successfully submitted." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Fund Virtual Account
The response is of type object.
object