Account Balance
Check Account Balance
GET /account/balance HTTP/1.1
Authorization: Bearer {ACCOUNT_ID:ACCESS_TOKEN}
{
"balance": 100.50,
"currency": "GHS"
}
Last updated
Check Account Balance
GET /account/balance HTTP/1.1
Authorization: Bearer {ACCOUNT_ID:ACCESS_TOKEN}
{
"balance": 100.50,
"currency": "GHS"
}
Last updated