Set Up an Integration for Selfie Liveness Check
To verify the applicant’s identity by sending a selfie liveness check link to the applicant and get the status of the liveness check after the initiation, create integration definitions.
Required Editions
| Available in: Lightning Experience |
| Available in: Professional, Enterprise, and Unlimited Editions where Financial Services Cloud is enabled |
| User Permissions Needed | |
|---|---|
| To create integration definitions: | IndustriesIntegrationFwk |
| To create or update an integration procedure, data mapper, or 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 get the consent for Aadhaar authentication, create an integration definition.
- Click + New.
- Select External Services Defined as the type.
- Enter DigitalLendingIndiaSelfieLivenessCheckIntegDef as the name of the integration definition.
- Enter the name of the registered external service that you want to use to connect to an external API.
- For action, select the method or the operation of the service provider API to be called to send the selfie liveness check link.
- Select DigitalLendingIndia_SelfieLivenessCheckRequest as the input processor.
- Select DigitalLendingIndia_SelfieLivenessCheckResponse as the output processor.
This integration definition is invoked by the DigitalLendingIndia_InitiateLivenessCheck integration procedure from the DigitalLendingIndiaSelfieLivenessCheck Omniscript. It's triggered when a user clicks Send Liveness Check Link in the Omniscript.
The DigitalLendingIndia_InitiateLivenessCheck integration procedure calls the DigitalLendingIndiaCreateSelfieLivenessCheckPayload data mapper.
The DigitalLendingIndia_SelfieLivenessCheckRequest input processor calls these data mappers.
Note To make this feature a part of an applicant’s loan intake journey, embed the DigitalLendingIndiaSelfieLivenessCheck Omniscript as a child Omniscript in the standard Omniscript DigitalLendingIndia_ApplicationFormOnboarding (used for loan intake process) or any other Omniscript created by the customer for this requirement.- DigitalLendingIndiaTransformLivenessCheckReqst
- DigitalLendingIndiaGetPartyIdentityVerfRecords
- DigitalLendingIndiaCreatePartyIdentityVerfForLiveness
The DigitalLendingIndia_SelfieLivenessCheckResponse output processor calls these data mappers.
- DigitalLendingIndiaGetPartyIdentityVerfRecords
- DigitalLendingIndiaUpdatePartyIdVerfForLiveness
- DigitalLendingIndiaTransformLivenessCheckResp
- Save your changes, and activate the integration definition.
-
To check the status of the selfie liveness check, create another integration
definition.
- Click + New
- Select External Services Defined as the type.
- Enter DigitalLendingIndiaLivenessStatusIntegDef as the name of the integration definition.
- Enter the name of the registered external service that you want to use to connect to an external API.
- For action, select the method or the operation of the service provider API to be called to check the status of the selfie liveness check.
- Select DigitalLendingIndia_LivenessStatusRequest as the input processor.
- Select DigitalLendingIndia_LivenessStatusResponseas the output processor.
The DigitalLendingIndia_InitiateLivenessStatus integration procedure calls the DigitalLendingIndiaCreateLivenessStatusPayload data mapper.
The DigitalLendingIndia_LivenessStatusRequest input processor calls the DigitalLendingIndiaLivenessStatusPayload data mapper.
The DigitalLendingIndia_LivenessStatusResponse output processor calls these data mappers.
- DigitalLendingIndiaUpdatePartyIdVerfForLiveness
- DigitalLendingIndiaTransformLivenessStatusResp
- Save your changes, and activate the integration definition.

