IppoPay
  • Introduction
  • Client Side Integration
  • Javascript Integration
  • React JS
  • Angular JS
  • PHP Integration
  • Server Side Integrations
    • REST API
    • PHP Client
    • Node JS SDK
  • eCommerce Integrations
    • WooCommerce
    • Opencart
    • PrestaShop
    • Magento
  • Mobile SDK Integrations
  • Android SDK
  • iOS SDK
  • Flutter
  • UPI Intent (Self Hosted)
  • Payouts
    • Account
    • Beneficiary
    • Transfers
Powered by GitBook
On this page

Was this helpful?

  1. Payouts

Account

Get Balance

GET https://public_key:secret_key@api.ippopay.com/v1/payout/account/balance

Use this api to fetch available balance on your account. You can get your keys from the payout dashboard.

{
    "success": true,
    "message": "Account Details",
    "data": {
        "account": {
            "available_balance": "47.50"
        }
    }
}
PreviousUPI Intent (Self Hosted)NextBeneficiary

Last updated 4 years ago

Was this helpful?