PAYBETA API
  1. Wallet
PAYBETA API
  • UTILITY BILL PAYMENT API
  • Airtime
    • Providers
      GET
    • Payment
      POST
  • Data Bundle
    • Get Providers
      GET
    • Get Data Bundles
      POST
    • Payment
      POST
  • Cable TV
    • Get Providers
      GET
    • Get Bouquet
      POST
    • Validate Account
      POST
    • Payment
      POST
  • Electricity
    • Get Providers
      GET
    • Validate Account
      POST
    • Payment
      POST
  • Showmax
    • Get Bouquets
      GET
    • Payment
      POST
  • Gaming
    • Get Providers
      GET
    • Validate Account
      POST
    • Payment
      POST
  • Wallet
    • Balance
      GET
  • Transaction Query
    POST
  1. Wallet

Balance

GET
https://api.paybeta.ng/v2/wallet/balance

Request

Authorization
Add parameter in header
P-API-KEY
Example:
P-API-KEY: ********************
Header Params

Responses

🟢200Wallet Balance
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.paybeta.ng/v2/wallet/balance' \
--header 'Accept;' \
--header 'P-API-KEY: <api-key>'
Response Response Example
{
    "status": "successful",
    "message": "Request processed successfully.",
    "data": {
        "availableBalance": 4212.45,
        "lienAmount": 0
    }
}
Modified at 2025-09-20 09:15:59
Previous
Payment
Next
Transaction Query
Built with