v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Virtual Accounts - Get Balance V2

This API is an updated version of fetching the balance of a virtual account

get/core_banking/money_transfer/get_balance#v2

Query parameters

account_numberstring required

(mandatory) The account number that you need to fetch details for

customer_idstring

(mandatory if mobile_number is not present) Customer ID to fetch the linked account balance for

mobile_numberstring

(mandatory if customer_id is not present) Mobile number of the customer for which the account balance is being fetched

Headers

client_idstring required
client_secretstring required
module_secretstring required
provider_secretstring required

Response

200

decentroTxnIdstring
statusstring
responseCodestring
typestring
accountNumberstring
presentBalanceinteger
upiIdstring
transactionAmountLimitstring
minimumBalanceinteger

Example response

{
  "decentroTxnId": "DECXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  "status": "success",
  "responseCode": "S00000",
  "type": "VIRTUAL",
  "accountNumber": "462515226150142491",
  "presentBalance": 30,
  "upiId": "462515226150142491@yesbankltd",
  "transactionAmountLimit": "INF"
}