post https://damaspay.com/api/get_balance
Get your application Balance
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Get your application Balance
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://damaspay.com/api/get_balance \
--header 'accept: application/json'
xxxxxxxxxx
10{
"success": true,
"data": {
"transaction_data": {
"balance": "29.06 XAF",
"mtn_balance": "19.21 XAF",
"orange_balance": "9.85 XAF"
}
}
}