v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Get All Linked Accounts

get/core_banking/account_information/fetch_details

Query parameters

typestring

type of the account; VIRTUAL / BUSINESS / SAVINGS

mobilestring

The unique mobile number. Can be used to fetch all linked accounts instead of one account number. Optional if customer_id is passed

customer_idstring

The unique customer id to fetch all accounts. Optional if mobile is passed

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": 1000,
      "minimumBalance": 750,
      "upiId": "462515XXXXXXXXXXXX@yesb",
      "upiOnboardingStatus": "SUCCESS",
      "upiOnboardingDetails": {
        "transactionCountLimitPerDay": 10000,
        "transactionAmountLimitPerDay": 10000,
        "transactionAmountLimitPerTransaction": 9990
      }
    }
  ],
  "decentroTxnId": "DECXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  "status": "success",
  "responseCode": "S00000"
}