v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Virtual Accounts - Get Balance V1

get/core_banking/money_transfer/get_balance

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
presentBalancestring
upiIdstring
transactionAmountLimitinteger
minimumBalanceinteger

Example response

{
  "decentroTxnId": "<decentroTxnId>",
  "status": "success",
  "responseCode": "S00000",
  "type": "VIRTUAL",
  "accountNumber": "XXXXXXXXXXXXXXXXXX",
  "presentBalance": "0.0",
  "upiId": "XXXXXXXXXXXXXXXXXX@XXX",
  "transactionAmountLimit": 1000000,
  "minimumBalance": 7500
}