Fund Wallet
How to fund wallet via the Application
In order for you to Fund your Dojah Wallet Balance without hassle
Click on Top Up Wallet from the Dashboard Menu and follow the prompts
Dojah Wallet Balance
This endpoint would fetch you with your current dojah balance
{{baseUrl}}/api/v1/balance
{
"entity": {
"wallet_balance": "550.50"
}
}
curl -L -X GET '{{baseUrl}}/api/v1/balance' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'AppId: APP_ID'
Updated 6 months ago