Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions specification/request-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Below are the required parameters that will be encrypted using AES256 encryption
| pan | String | Optional, can be blank. PAN of the citizen for discovery of certain FI categories like Mutual Funds, Stocks |
| dob | String | Optional, can be blank. the citizen's birthdate in the format `YYYY-MM-DD`. This is necessary for discovering certain accounts, like insurance and other types where applicable. |
| isoLanguageCode | String | Optional, can be blank. ENUM [ en-IN, hi-IN, bn-IN, mr-IN, te-IN, ta-IN, gu-IN, ur-IN, kn-IN, or-IN, ml-IN, pa-IN, as-IN ]. The ENUM field would be expanded to accommodate new languages for any future requirements. AA Client can defaults to en-IN if a specific language is not supported. |
| account | Array | Optional, can be blank. If FIU already has the information of one or more Accounts that citizen is holding which has been preverified (Penny Drop, for Loan montoring), then they can pass this info to AA. It helps FIU to restrict the account to be selected by user for specific usecases. {"fiType": "DEPOSIT","fipId": "BARB0KIMXXX","accType": "SAVINGS","linkRefNumber"(optional): "UBI485964579","maskedAccNumber": "1279"} |

### userid

Expand Down