Balances
Your Balances. Note Currencies are returned in Kobo for NGN
GET
{{base_url}}/balance
Headers
Name
Type
Description
Authorization
String
Bearer {{your_secret_key}}
{
"success": true,
"data": {
"currency": "NGN",
"main_balance": 10439446,
"ledger_balance": 10439446,
"due_invoices": 0,
"holding_balance": 2500870
}
}
Last updated
Was this helpful?