Configuring the Flow Settings
This menu part of Fintech OS Studio is used to build processors used in the journey for specific actions that are triggered such as Face Recognition and Computer Vision and contact validation. It is easy to modify any parameter of the processor by accessing the dedicated processor settings and changing the value from the key-value pair.
Access Fintech OS Studio > Digital Experience > Digital Journeys > Processor Settings > SMELoan.
Flow settings | Name | Description | Digital Processor Type |
---|---|---|---|
SMELoan
|
BusinessPartnersSignaturesRoles | It maps the roles of the company representative. | |
Defaults | It sets the default currency symbol to euro. | ||
FTOS_DFP_ContactOTP | It is used for the validation of the contact information. | OTP | |
FTOS_DFP_OTP_SignPapers | It is used for the signature of the final document. | OTP | |
Sliders_Parameters | It is used for the simulation step for the sliders. | ||
SME_RequestedCompanyDocuments | It has the list with the documents the representative must upload. | ||
SMEL_Liveness | It is used for the selfie step. | Face Recognition | |
SMEL_Liveness_BP | It is used for the selfie during the Partners' Flow. | Face Recognition | |
SMEL_OCR_DL | It is used for Computer Vision, for the scanning of the driver's license. | OCR | |
SMEL_OCR_DL_BP | It is used for Computer Vision, for the scanning of the driver's license during the Partners' Flow. | OCR | |
CrossSellParams | It contains the value for the minimum amount for offering and the list of products displayed in the step Cross-Selling Step. | ||
DisbursementMessages | It contains the messages displayed on the last screen depending on the day of the week. | ||
FAQ | It is used for the Frequently Asked Questions. You can add or delete existing text. It is called in the client library FTOS_BASME_SMELFAQ. | ||
FTOS_DFP_OTP_SignPapers_BP | It contains the settings for signing the documents via SMS for the business partners. | OTP | |
FTOS_DFP_OTP_SignPapers_BP_Email | It contains the settings for the signature via email for the business partners. | OTP | |
SMEL_OCR_ID | It contains the settings for the scanning of the identity document. | OCR | |
SMEL_OCR_ID_BP | It contains the settings for the scanning of the identity document of the business partners. | OCR |
The roles needed by the business associates to sign on the loan contract. It is used in FTOS_BNKAP_GetBusinessSignaturesSMELoan.
{
"roles": ["director"]
}
The currency of the loan. It is used in:
- CML-I in the form driven flow FTOS_DFP_OCR_SMEL
- CML-I in the form driven flow FTOS_DFP_OTP_SmsContractSMEL
- CML-I in the form driven flow FTOS_DFP_SMEL_ContactOTP
- CML-I in the form driven flow FTOS_BASME_Loan in the step CompanyDetails.
{
"defaultCurrencySymbol": "€"
}
The Name
is the channel used to send the OTP. It contains four digits. The maximum retries for the insertion of the OTP is 5. The time the borrower has to insert the code is 60 seconds for the SMS code and 120 for the email code. In case of success, they are presented with the form driven flow named FTOS_BNKAP_ContactInfoSMEL, the step Redirect. In case of failure, with the form driven flow FTOS_BNKAP_ContactInfoSMEL, the step Fail.
{
"SourceEntityName" : "FTOS_BNKAP_RetailApplicantData",
"Channels": [
{
"Name": "Sms",
"RelatedEntityName": "FTOS_BNKAP_RetailApplicantData",
"RelatedAttribute": "mobilePhone",
"LookupAttribute": "FTOS_BNKAP_RetailApplicantDataid",
"OTPDigitsNumber": 4,
"MaxRetry": 5,
"MaxResendRetry": 5,
"MaxResendRetryIntervalSeconds": 60
},
{
"Name": "Email",
"RelatedEntityName": "FTOS_BNKAP_RetailApplicantData",
"RelatedAttribute": "email",
"LookupAttribute": "FTOS_BNKAP_RetailApplicantDataid",
"OTPDigitsNumber": 4,
"MaxRetry": 5,
"MaxResendRetry": 5,
"MaxResendRetryIntervalSeconds": 120
}
],
"ValidTimeIntervalMinutes": 3,
"maskNextStepURLChanged": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_ContactInfoSME",
"section": "Contact Info SME"
},
"maskNextStepURLSuccess": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_ContactInfoSMEL",
"section": "Redirect"
},
"maskNextStepURLFail": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_ContactInfoSMEL",
"section": "Fail"
},
"businessWorkflow": {
"entity": "FTOS_BASME_Loan",
"bwAttribute": "corporateLoanId",
"successStatus": "",
"failedStatus": ""
}
}
It contains the settings for the generation of the One-Time-Password sent to sign the documents. Modify the key-pair values such as the maximum number or retries the customer has. It is used in the:
- CML-I journey FTOS_BASME_Loan in the step ContractSigning
- CML-I journey FTOS_BNKAP_RetailApplicantData in the step BusinessPartenerSign.
{
"SourceEntityName" : "FTOS_BNKAP_RetailApplicantData",
"Channels": [
{
"Name": "Sms",
"RelatedEntityName": "FTOS_BNKAP_RetailApplicantData",
"RelatedAttribute": "mobilePhone",
"LookupAttribute": "FTOS_BNKAP_RetailApplicantDataid",
"OTPDigitsNumber": 6,
"MaxRetry": 5,
"MaxResendRetry": 5,
"MaxResendRetryIntervalSeconds": 90
}
],
"ValidTimeIntervalMinutes": 3,
"maskNextStepURLChanged": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BASME_OTPRedirect",
"section": "Redirect"
},
"maskNextStepURLSuccess": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BASME_OTPRedirect",
"section": "Redirect"
},
"maskNextStepURLFail": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BASME_OTPRedirect",
"section": "Fail"
},
"businessWorkflow": {
"entity": "FTOS_BASME_Loan",
"bwAttribute": "corporateLoanId",
"successStatus": " ",
"failedStatus": " "
}
}
These are the documents needed to be uploaded by the borrower. It is used in the form driven flow FTOS_BNKAP_CompanyDocumentsSMEL in the step Company Documents.
{
"requestedDocumentsAttrs": ["businessFormationDocuments", "lastQuartersBalanceSheets", "plStatement"]
}
isLiveness
marks the usage of the Liveness feature to detect the face of a human being with the use of a camera either smart-phone, webcam or any incorporated camera.
The maximum number or retries is five. In case of success, the user is directed to the form driven flow named FTOS_BNKAP_BusinessParterFR, the step Redirect, in case of failure to the form driven flow FTOS_BNKAP_BusinessParterFR the step Fail.
The minimum acceptance score can be 0.1 and the maximum is 1.
Settings
{
"isLiveness": true,
"DestinationEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceLookupDestinationName": "FTOS_BNKAP_RetailApplicantDataid",
"FileAttributeName": "pictureOcr",
"MaxRetry": 5,
"MinimumAcceptedConfidence": 0.1,
"maskNextStepURLSuccess": {"entity":"FTOS_BNKAP_RetailApplicantData", "form": "FTOS_BNKAP_FaceRecognitionSMEL", "section": "VideoRecording-Redirect" },
"maskNextStepURLFail": { "entity":"FTOS_BNKAP_RetailApplicantData", "form": "FTOS_BNKAP_FaceRecognitionSMEL", "section": "Fail" }
}
The minimum confidence value that the Face Recognition process has to generate in order to consider the compare result a success.
isLiveness
marks the usage of the Liveness feature to detect the face of a human being with the use of a camera either smart-phone, webcam or any incorporated camera.
The maximum number or retries is five. In case of success, the user is directed to the form driven flow named FTOS_BNKAP_BusinessParterFR, the step Redirect, in case of failure to the form driven flow FTOS_BNKAP_BusinessParterFR the step Fail.
The minimum acceptance score can be 0.1 and the maximum is 1.
{
"isLiveness": true,
"DestinationEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceLookupDestinationName": "FTOS_BNKAP_RetailApplicantDataid",
"FileAttributeName": "pictureOcr",
"MaxRetry": 5,
"MinimumAcceptedConfidence": 0.1,
"maskNextStepURLSuccess": {"entity":"FTOS_BNKAP_RetailApplicantData", "form": "FTOS_BNKAP_BusinessParterFR", "section": "Redirect" },
"maskNextStepURLFail": { "entity":"FTOS_BNKAP_RetailApplicantData", "form": "FTOS_BNKAP_BusinessParterFR", "section": "Fail" }
}
The minimum confidence value that the Face Recognition process has to generate in order to consider the compare result a success.
{
"Confidence": "confidence"
}
These are the configurations done for the scanning of the driver's license.
Settings
{
"SourceEntityName": "FTOS_BNKAP_RetailApplicantData",
"Entities": [{
"DestinationEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceLookupDestinationName": "FTOS_BNKAP_RetailApplicantDataid"
},
{
"DestinationEntityName": "FTOS_BNKAP_RetailApplicantAddress",
"SourceEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceLookupDestinationName": "FTOS_BNKAP_RetailApplicantDataId"
}],
"FileAttributeName": "pictureOcr",
"WaitUserConfirmation" : true,
"ShowUploadPhotoButton" : true,
"ShowTakePictureButton" : true,
"RegisterFaceFromOCR" : true,
"SessionExpiredMins" : 15,
"RotateImage" : false,
"CropImage" : false,
"MaxRetry": 5,
"OptionSets": [{
"OptionSetName": "Gender Type",
"MappingName": "Sex",
"OptionSetItems": {
"M": "Male",
"F": "Female"
}
}, {
"OptionSetName": "Citizenship",
"MappingName": "Nationality",
"OptionSetItems": {
"ROU": "Romanian",
"GBR": "UK"
}
}],
"LookupEntities": [{
"MappingName": "DistrictCode",
"EntityName": "District",
"AttributeKey": "Code"
}, {
"MappingName": "Country",
"EntityName": "FTOS_CMB_Country",
"AttributeKey": "code"
}],
"Validations": [{
"type": "IdROM",
"Validations": "",
"CheckScriptName": "ValidateIdROM"
}],
"AvailableDocumentTypes": [{
"type": "IdRom",
"DocumentType": "IdentityCard",
"Country": "RO",
"Provider": "Azure"
}, {
"type": "IdBG",
"DocumentType": "IdentityCard",
"Country": "BG",
"Provider": "Abbyy"
}, {
"type": "Passport",
"DocumentType": "MRZ",
"Provider": "Azure"
}, {
"type": "DrivingLicence",
"DocumentType": "DrivingLicence",
"Provider": "Azure"
}],
"maskNextStepURLSuccess": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_VerifyIdentitySMEL",
"section": "IdentityCard-Redirect"
},
"maskNextStepURLFail": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_VerifyIdentitySMEL",
"section": "IdentityCard-Fail"
},
"DocumentType": "DrivingLicence"
}
This key value pair contains the attribute and the value to be stored there.
Mapping
{
"DocumentsMapping": [{
"type": "DrivingLicence",
"Map": {
"PictureAttribute": "pictureOcr",
"LastName": "lastName",
"GivenName": "firstName",
"DocumentNumber": "IdCardSeries",
"StreetType": "streetType",
"PersonalNumber": "PIN",
"BirthDate": "dateOfBirth",
"PlaceOfBirthBody": "placeOfBirth",
"Address": "fullAddress",
"Sex": "gender",
"Nationality": "citizenshipId",
"Country" : "country",
"DistrictCode": "districtId",
"City": "city",
"Street": "street",
"StreetNo": "streetNo",
"Storey": "floor",
"Stairway": "stairway",
"ApartmentNo": "apartment",
"ApHouse": "buildingNo",
"IssuedBy": "IdIssueInstitution",
"IssuedAt": "IdIssueDate",
"IssuedUntil": "IdExpirationDate",
"IssuingCountry": "cityName"
}
}]
}
In this solution, in the step Simulation, the customer uses the sliders from amount and period to select the sum of money needed for the loan and the time expressed in months the user wishes to pay back the loan. These are the settings for this digital flow settings.
simAmountSlider | |
id | sliderAmount |
amplitude | 10000 |
relatedAttribute | loanAmount |
handleId | handleAmount |
unitOfMeasure | null |
simPeriodSlider | |
id | sliderPeriod |
amplitude | 15 |
relatedAttribute | period |
handleId | handlePeriod |
unitOfMeasure | months |
These are the settings for the credit limit offered only to eligible customers whose maximum DTI allows them to take on more. The minimum amount is set here and the system checks for the product inserted here. You can modify the amount and add more products you wish to offer your customers here.
{
"minSignificantOfferAmount": 5000,
"availableProductCodes": ["BP_SMEL_CS"]
}
Depending on the day of the week, the disbursement of the loan can take a few hours/ days.
{
"messages": [
{
"message": "All the documents are now signed. <span id='offer-currency'> </span><span id='offer-value'> </span> will be credited to your company account in the next 24 hours.",
"on": "Sunday"
},
{
"message": "All the documents are now signed. <span id='offer-currency'> </span><span id='offer-value'> </span> will be credited to your company account in the next 24 hours.",
"on": "Monday"
},
{
"message": "All the documents are now signed. <span id='offer-currency'> </span><span id='offer-value'> </span> will be credited to your company account in the next 24 hours.",
"on": "Tuesday"
},
{
"message": "All the documents are now signed. <span id='offer-currency'> </span><span id='offer-value'> </span> will be credited to your company account in the next 24 hours.",
"on": "Wednesday"
},
{
"message": "All the documents are now signed. <span id='offer-currency'> </span><span id='offer-value'> </span> will be credited to your company account in the next 24 hours.",
"on": "Thursday"
},
{
"message": "All the documents are now signed. <span id='offer-currency'> </span><span id='offer-value'> </span> will be credited to your company account in the next working day.",
"on": "Friday"
},
{
"message": "All the documents are now signed. <span id='offer-currency'> </span><span id='offer-value'> </span> will be credited to your company account in the next working day.",
"on": "Saturday"
}
]
}
These are the questions and answers displayed Frequently Asked Questions. They are displayed on all steps on the form driven flow that have the code executed in Advanced > After Events.
{
"FAQ":
[
{
"Q": "What is the classification of SME's? ",
"A": "SME are classified according to the National SME Development Council definition on SME business size category, that is micro, small and medium size of businesses."
},
{
"Q": "I am running a business in overseas. Am I eligible to apply for a financing to finance my business over there?",
"A": "FintechOS Bank is a development financial institution mandated with the role of nurturing and meeting the needs of UK-owned and controlled Small and Medium Enterprises (SMEs). However, FintechOS Bank does not finance companies doing business overseas."
},
{
"Q": "How many Branches does SME Bank have?",
"A": "Currently FintechOS Bank has 27 branches located in UK. You can find the respective branch address here."
},
{
"Q": "What products does SME Bank offer?",
"A": "FintechOS Bank offers extensive products mainly for the SMEs entrepreneurs which include Business Financing for working capital and assets, Contract Financing and Business Premise Financing Scheme."
},
{
"Q": "How do I apply for business financing?",
"A": "For more details about business financing application, you may call our Customer Service Contact Centre at 03-2603 7700 during business hours or visit our nearest Branch."
}
]
}
It contains the settings for signing the documents via SMS for the business partners. Modify as needed.
{
"SourceEntityName" : "FTOS_BNKAP_RetailApplicantData",
"Channels": [
{
"Name": "Sms",
"RelatedEntityName": "FTOS_BNKAP_RetailApplicantData",
"RelatedAttribute": "mobilePhone",
"LookupAttribute": "FTOS_BNKAP_RetailApplicantDataid",
"OTPDigitsNumber": 6,
"MaxRetry": 5,
"MaxResendRetry": 5,
"MaxResendRetryIntervalSeconds": 90
}
],
"ValidTimeIntervalMinutes": 3,
"maskNextStepURLChanged": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BASME_OTPRedirect",
"section": "Redirect"
},
"maskNextStepURLSuccess": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_BusinessParterSign",
"section": "Redirect"
},
"maskNextStepURLFail": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_BusinessParterSign",
"section": "Fail"
},
"businessWorkflow": {
"entity": "FTOS_BASME_Loan",
"bwAttribute": "corporateLoanId",
"successStatus": " ",
"failedStatus": " "
}
}
It contains the settings for signing the documents via email for the business partners. Modify as needed.
{
"SourceEntityName" : "FTOS_BNKAP_RetailApplicantData",
"Channels": [
{
"Name": "Email",
"RelatedEntityName": "FTOS_BNKAP_RetailApplicantData",
"RelatedAttribute": "email",
"LookupAttribute": "FTOS_BNKAP_RetailApplicantDataid",
"OTPDigitsNumber": 6,
"MaxRetry": 5,
"MaxResendRetry": 5,
"MaxResendRetryIntervalSeconds": 90
}
],
"ValidTimeIntervalMinutes": 3,
"maskNextStepURLChanged": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BASME_OTPRedirect",
"section": "Redirect"
},
"maskNextStepURLSuccess": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_BusinessParterSign",
"section": "Redirect"
},
"maskNextStepURLFail": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_BusinessParterSign",
"section": "Fail"
},
"businessWorkflow": {
"entity": "FTOS_BASME_Loan",
"bwAttribute": "corporateLoanId",
"successStatus": " ",
"failedStatus": " "
}
}
It contains the settings for the scanning of the identity document. Modify as needed.
{
"SourceEntityName": "FTOS_BNKAP_RetailApplicantData",
"Entities": [{
"DestinationEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceLookupDestinationName": "FTOS_BNKAP_RetailApplicantDataid"
},
{
"DestinationEntityName": "FTOS_BNKAP_RetailApplicantAddress",
"SourceEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceLookupDestinationName": "FTOS_BNKAP_RetailApplicantDataId"
}],
"FileAttributeName": "pictureOcr",
"WaitUserConfirmation" : true,
"ShowUploadPhotoButton" : true,
"ShowTakePictureButton" : true,
"RegisterFaceFromOCR" : true,
"SessionExpiredMins" : 15,
"RotateImage" : false,
"CropImage" : false,
"MaxRetry": 5,
"OptionSets": [{
"OptionSetName": "Gender Type",
"MappingName": "Sex",
"OptionSetItems": {
"M": "Male",
"F": "Female"
}
}, {
"OptionSetName": "Citizenship",
"MappingName": "Nationality",
"OptionSetItems": {
"ROU": "Romanian",
"GBR": "UK"
}
}],
"LookupEntities": [{
"MappingName": "DistrictCode",
"EntityName": "District",
"AttributeKey": "Code"
}, {
"MappingName": "Country",
"EntityName": "FTOS_CMB_Country",
"AttributeKey": "code"
}],
"Validations": [{
"type": "IdROM",
"Validations": "",
"CheckScriptName": "ValidateIdROM"
}],
"AvailableDocumentTypes": [{
"type": "IdRom",
"DocumentType": "IdentityCard",
"Country": "RO",
"Provider": "Azure"
}, {
"type": "IdBG",
"DocumentType": "IdentityCard",
"Country": "BG",
"Provider": "Abbyy"
}, {
"type": "Passport",
"DocumentType": "MRZ",
"Provider": "Azure"
}, {
"type": "DrivingLicence",
"DocumentType": "DrivingLicence",
"Provider": "Azure"
}],
"maskNextStepURLSuccess": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_VerifyIdentitySMEL",
"section": "IdentityCard-Redirect"
},
"maskNextStepURLFail": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_VerifyIdentitySMEL",
"section": "IdentityCard-Fail"
},
"DocumentType": "IdRom"
}
{
"DocumentsMapping": [{
"type": "IdRom",
"Map": {
"PictureAttribute": "pictureOcr",
"LastName": "lastName",
"GivenName": "firstName",
"DocumentNumber": "IdCardSeries",
"StreetType": "streetType",
"PersonalNumber": "PIN",
"BirthDate": "dateOfBirth",
"PlaceOfBirthBody": "placeOfBirth",
"Address": "fullAddress",
"Sex": "gender",
"Nationality": "citizenshipId",
"Country" : "country",
"DistrictCode": "districtId",
"City": "city",
"Street": "street",
"StreetNo": "streetNo",
"Storey": "floor",
"Stairway": "stairway",
"ApartmentNo": "apartment",
"ApHouse": "buildingNo",
"IssuedBy": "IdIssueInstitution",
"IssuedAt": "IdIssueDate",
"IssuedUntil": "IdExpirationDate",
"IssuingCountry": "cityName"
}
}]
}
It contains the settings for scanning the documents via SMS for the business partners. Modify as needed.
{
"SourceEntityName": "FTOS_BNKAP_RetailApplicantData",
"Entities": [{
"DestinationEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceLookupDestinationName": "FTOS_BNKAP_RetailApplicantDataid"
},
{
"DestinationEntityName": "FTOS_BNKAP_RetailApplicantAddress",
"SourceEntityName": "FTOS_BNKAP_RetailApplicantData",
"SourceLookupDestinationName": "FTOS_BNKAP_RetailApplicantDataId"
}],
"FileAttributeName": "pictureOcr",
"WaitUserConfirmation" : true,
"ShowUploadPhotoButton" : true,
"ShowTakePictureButton" : true,
"RegisterFaceFromOCR" : true,
"SessionExpiredMins" : 15,
"RotateImage" : false,
"CropImage" : false,
"MaxRetry": 5,
"OptionSets": [{
"OptionSetName": "Gender Type",
"MappingName": "Sex",
"OptionSetItems": {
"M": "Male",
"F": "Female"
}
}, {
"OptionSetName": "Citizenship",
"MappingName": "Nationality",
"OptionSetItems": {
"ROU": "Romanian",
"GBR": "UK"
}
}],
"LookupEntities": [{
"MappingName": "DistrictCode",
"EntityName": "District",
"AttributeKey": "Code"
}, {
"MappingName": "Country",
"EntityName": "FTOS_CMB_Country",
"AttributeKey": "code"
}],
"Validations": [{
"type": "IdROM",
"Validations": "",
"CheckScriptName": "ValidateIdROM"
}],
"AvailableDocumentTypes": [{
"type": "IdRom",
"DocumentType": "IdentityCard",
"Country": "RO",
"Provider": "Azure"
}, {
"type": "IdBG",
"DocumentType": "IdentityCard",
"Country": "BG",
"Provider": "Abbyy"
}, {
"type": "Passport",
"DocumentType": "MRZ",
"Provider": "Azure"
}, {
"type": "DrivingLicence",
"DocumentType": "DrivingLicence",
"Provider": "Azure"
}],
"maskNextStepURLSuccess": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_BusinessParterOCR",
"section": "Redirect"
},
"maskNextStepURLFail": {
"entity": "FTOS_BNKAP_RetailApplicantData",
"form": "FTOS_BNKAP_BusinessParterOCR",
"section": "Fail"
},
"DocumentType": "IdRom"
}
{
"DocumentsMapping": [{
"type": "IdRom",
"Map": {
"PictureAttribute": "pictureOcr",
"LastName": "lastName",
"GivenName": "firstName",
"DocumentNumber": "IdCardSeries",
"StreetType": "streetType",
"PersonalNumber": "PIN",
"BirthDate": "dateOfBirth",
"PlaceOfBirthBody": "placeOfBirth",
"Address": "fullAddress",
"Sex": "gender",
"Nationality": "citizenshipId",
"Country" : "country",
"DistrictCode": "districtId",
"City": "city",
"Street": "street",
"StreetNo": "streetNo",
"Storey": "floor",
"Stairway": "stairway",
"ApartmentNo": "apartment",
"ApHouse": "buildingNo",
"IssuedBy": "IdIssueInstitution",
"IssuedAt": "IdIssueDate",
"IssuedUntil": "IdExpirationDate",
"IssuingCountry": "cityName"
}
}]
}