From eca48cd1e1c8e1af04c6f4ac5d6faf50c5195e45 Mon Sep 17 00:00:00 2001 From: ArunFinvu <137384348+ArunFinvu@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:20:59 +0530 Subject: [PATCH] Update request-specification.md --- specification/request-specification.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/request-specification.md b/specification/request-specification.md index 9a8fcf6..93f60bc 100644 --- a/specification/request-specification.md +++ b/specification/request-specification.md @@ -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