VpaAccount Response Body
Some of the account management APIs return a vpaAccount object as part of their response. This is a nested json containing data related to the customer account and the vpas linked to it.
Response Parameters
Scroll inside to view more
|
Parameter
|
Description
|
Values
|
|---|---|---|
bankCode
| IIN of the bank for the account
| String
|
bankName
| Name of bank for the account
| String
|
maskedAccountNumber
| Masked account number as returned by NPCI
| String
|
mpinLength
| MPIN length for the account
| Integer String
|
mpinSet
| Flag to denote if the account has MPIN set or not
| Boolean String
|
otpLength
| OTP length for the account
| Integer String
|
atmPinLength
| ATM PIN length for the account used for FORMAT2 usecases
| Integer String
|
type
| Type of the account as returned by NPCI (SAVINGS, CURRENT, CREDIT, DEFAULT, NRE, NRO, UOD, SOD etc)
| String
|
ifsc
| Ifsc for the bank account as returned by NPCI
| String
|
name
| Name of the account holder as returned by NPCI
| String
|
bankAccountUniqueId
| Unique id for the bank account (does not change incase customer deregisters ) (sha256(accountNumber + ifsc.substr(0,4))
| String
|
- Have questions?
- Need help? Contact support
- LLM? Read llms.txt

