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

Countries

Countries Browpay service

GET {{base_url}}/countries

{
    "success": true,
    "message": "Data retrieved successfully",
    "data": [
        {
            "id": "b52526e9-ff13-4334-a799-bdeaa59b87a8",
            "name": "Nigeria",
            "code": "NG"
        }
    ]
}
PreviousBanksNextPlugins and Libraries

Last updated 1 year ago

Was this helpful?