Set Up an Integration for Address Match with Aadhaar
Set up an integration to match the address provided by your loan applicants with their address on the 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.
-
Create an integration definition.
- Click + New.
- Select External Services Defined as the type.
- Enter DigitalLendingIndiaAddressMatchIntegDef 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 match the address of the party profile with the address in Aadhaar.
- Select DigitalLendingIndia_AddressMatchRequest as the input processor.
- Select DigitalLendingIndia_AddressMatchResponse 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 Identity Verification stage of the party profile record, provided a stage transition plan is configured for the party profile in Stage Management. See Create a Stage Management Configuration for Party Profile Stages.
The DigitalLendingIndia_AddressMatchRequest input processor calls these Data Mappers.
- DigitalLendingIndiaGetInitiatedPartyIdentity
- DigitalLendingIndiaGetPartyProfilePermanentAddress
- DigitalLendingIndiaGetPartyProfileAadhaarAddress
- DigitalLendingIndiaCreatePartyIdentityVerf
- DigitalLendingIndiaCreatePayloadAddressMatch
To prepare the input in a format as expected by the external service API for party profile address match with Aadhaar, configure the cloned copy of the DigitalLendingIndiaCreatePayloadAddressMatch Data Mapper.
The DigitalLendingIndia_AddressMatchResponse output processor calls these Data Mappers.
- DigitalLendingIndiaGetPartyProfileAccount
- DigitalLendingIndiaUpdateVerificationIdEntities
- DigitalLendingIndiaGetPartyProfilePermanentAddress
- DigitalLendingIndiaUpdatePartyProfileAddress
To handle the response from the external service API party profile address match with Aadhaar, configure the cloned copy of the DigitalLendingIndiaUpdatePartyProfileAddress Data Mapper.
- Save your changes and activate the integration definition.

