Set Up an Integration for Employment Verification
Set up an integration to verify the employment details provided by your loan applicants.
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.
-
Create an integration definition.
- Click + New.
- Select External Services Defined as the type.
- Enter DigitalLendingIndiaEmploymentVerificationIntegDef as the integration definition name.
- For external service, 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 run the employment verification.
- Select DigitalLendingIndiaEmploymentInformationRequest as the input processor.
- Select DigitalLendingIndiaScreeningResponse as the output processor.
- Turn on Integration Ochestrator.
-
Select the IntegrationOrchestrationShowIntegTimelineDetails
Flexcard.
Make sure to select a cloned and activated version of the Flexcard. This Flexcard shows the integration execution status and the request and response details.
- Select Automatic as the integration execution mode.
This integration definition is automatically invoked during the Evaluation stage of the applicant record, provided a stage transition plan is configured for the applicant record stages in Stage Management. See Create a Stage Management Configuration for Applicant Stages.
The DigitalLendingIndiaAMLRequest input processor calls these Data Mappers.
- DigitalLendingIndiaGetEmploymentDetails
- DigitalLendingIndiaCreatePartyScreening
- DigitalLendingIndiaTransformEmploymentVerfRqst
To prepare the input in a format as expected by the external service API for verifying the applicant’s employment details, configure the cloned copy of the DigitalLendingIndiaTransformEmploymentVerfRqst Data Mapper.
The DigitalLendingIndiaAMLResponse output processor calls these integration definitions.
- DigitalLendingIndiaGetPersonEmpAddrDtl
- DigitalLendingIndiaCreatePartyScreening
- DigitalLendingIndiaCreatePartyScreeningStep
- DigitalLendingIndiaUpdatePersonEmployment
To handle the response from the external service API for an applicant’s employment verification, configure the cloned copy of the DigitalLendingIndiaUpdatePersonEmployment Data Mapper.
- Save your changes and activate the integration definition.

