v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Get Virtual Account Details

This API can be used to fetch the details of a specific virtual account

get/core_banking/account_information/fetch_details#get_account_setails

Query parameters

typestring

type of the account; VIRTUAL / BUSINESS / SAVINGS

account_numberstring

The unique value of the account number that you need to fetch details for

qr_requestedstring

(Optional) 0/1 denoting whether to fetch base64 of the QR

Headers

client_idstring required
client_secretstring required
module_secretstring required
provider_secretstring required

Response

200

OR
OR
OR

Example response

{
  "accounts": [
    {
      "type": "VIRTUAL",
      "accountNumber": "462515XXXXXXXXXXXX",
      "ifscCode": "YESBXXXXXXXX",
      "allowedMethods": [
        "neft"
      ],
      "currency": "INR",
      "transactionLimit": 1000000,
      "minimumBalance": 750,
      "upiId": "462515XXXXXXXXXXXX@yesb",
      "virtualAccountBalanceSettlement": "DISABLED",
      "upiOnboardingStatus": "SUCCESS",
      "upiOnboardingDetails": {
        "transactionCountLimitPerDay": 1000,
        "transactionAmountLimitPerDay": 1000,
        "transactionAmountLimitPerTransaction": 999
      }
    }
  ],
  "decentroTxnId": "4EAD1XXXXXXXXXXXXXXXXXXXXXXXXXXX",
  "status": "success",
  "responseCode": "S00000"
}