Set Up an Integration for Face Match
Set up an integration to verify an applicant’s identity by comparing the applicant’s uploaded photo with the downloaded image from their Aadhaar card.
Required Editions
| Available in: Lightning Experience |
| Available in: Professional, Enterprise, and Unlimited Editions |
| User Permissions Needed | |
|---|---|
| To create integration definitions: | IndustriesIntegrationFwk |
| To create or update an Integration Procedure, a Data Mapper, or an Omniscript: | OmniStudio Admin AND Digital Lending India Admin User |
- From Setup, in the Quick Find box, enter integration definitions, and then select Integration Definitions.
-
To match the two photos, create an integration definition.
- Click+ New.
- SelectExternal Services Definedas the type.
- EnterDigitalLendingIndiaFaceMatchIntegDefas the integration definition name.
- For the external service, enter the name of the registered external service that you want to use to connect to an external API.
- For the action, select the method or the operation of the service provider API to be called to match the address of the party profile with the address in Aadhaar.
- Select DigitalLendingIndia_FaceMatchRequest as the input processor.
- Select DigitalLendingIndia_FaceMatchResponse as the output processor.
This integration definition is invoked by the DigitalLendingIndiaInitiateFaceMatchRequest integration procedure from the DigitalLendingIndiaApplicationFormOnboarding and DigitalLendingIndiaAdditionalApplicantOnboarding Omniscripts. It is triggered when a user clicks the Verify button on the Omniscript.
The DigitalLendingIndiaInitiateFaceMatchRequest integration procedure calls these data mappers- DigitalLendingIndiaGetAadhaarImagefromPartyProfile
- DigitalLendingIndiaGetPhotographContentDocumentId
The DigitalLendingIndia_FaceMatchRequest input processor calls these data mappers.
- DigitalLendingIndiaCreatePayloadFaceMatch
- DigitalLendingIndiaGetInitiatedPartyIdentity
- DigitalLendingIndiaCreatePartyIdVerification
The DigitalLendingIndia_FaceMatchResponse output processor calls these data mappers.
- DigitalLendingIndiaGetPartyProfileAccount
- DigitalLendingIndiaUpdateVerficationIdEntities
- DigitalLendingIndiaTransformFaceMatchResponse
To handle the response from the external service API for matching the two photos, configure the cloned copy of the DigitalLendingIndiaTransformFaceMatchResponse data mapper.
- Save your changes and activate the integration definition.

