Browpay API Documentation
  • Home
  • Escrow QuickStart Guide
  • Authentication
  • Webhooks
    • Signature Validation
    • Encryption and Decryption
  • Payments
    • Collect Payments
      • Initialize Transaction
      • Verify Payments
      • List Payments
    • Transaction Codes
      • Verify Token
      • List Codes
  • Payouts
    • Account Resolution
    • Transfers
      • Create Transfer
      • Fetch Transfer
      • List Transfers
  • Customers
    • Fetch Customers
    • Load Customer
  • Products
    • Fetch Products
  • Miscellaneous
    • Balances
    • Banks
    • Countries
  • Plugins
    • Plugins and Libraries
Powered by GitBook
On this page

Was this helpful?

  1. Miscellaneous

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
    }
}
PreviousFetch ProductsNextBanks

Last updated 1 year ago

Was this helpful?