/
/2
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 4w ago · Updated 4w ago
  • getGet All Accounts
  • postCreate Virtual Account used as Collection Tool
  • postDeactivate Virtual Account
  • post[Sandbox Only] Add Test Balance
  • getGet Account by ID
  • getGet Account Balance
  • getGet Account Statement
  • postCreate Payment Token
  • getStatus check API with payment_token
  • getGet All Sub-Accounts
  • putUpdate Sub Account
  • postSub Account Onboarding API
  • getGet Sub Account By ID
  • postUPI QR & Intent String
  • postBatch Refund API
  • getRequery Batch Refund
  • getGet All Beneficiaries
  • postCreate Bank Account Beneficiary
  • getGet Beneficiary by ID
  • postUpdate Beneficiary
  • deleteDelete Beneficiary
  • getGet All Transfers
  • postCreate Transfer - Account Beneficiary
  • postCreate Bulk Transfer
  • getGet Bulk Transfer by ID
  • getGet Transfer by ID
  • postPAN Verification
  • postName Verification - PAN vs Account Verification
  • postBank Account Verification
  • postBank Account Verification Pennyless
  • postVPA (UPI ID) Verification
  • getGet All Webhook Events
  • getBank IFSC
  • getBusiness Categories
  • getBusiness Types
  • getState Codes

Get Account Balance

Use this API to get the balance of an account.

get/v1/accounts/{account_id}/balance

Path parameters

account_idstring required

Unique identifier of the account for which balance should be returned.<br><br>Example: va_onMda9dobg5YYX0kHLoaMecpy

Response

200

objectstring
amountinteger
currencystring
available_oninteger
is_sandboxboolean

Example response

{
  "object": "balance",
  "amount": 2,
  "currency": "inr",
  "available_on": 1653477447
}