Set Up an Integration to Initiate the Video Personal Discussion (Video PD) Process
Set up integrations to conduct a detailed personal discussion with your loan applicants through a video interaction. Use this process to assess the applicant’s intent, creditworthiness, and to clarify any details regarding the loan application.
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 generate the session token for the Video PD process, create an integration
definition.
- Click + New.
- Select External Services Defined as the type.
- Enter DigitalLendingIndiaVPDGenerateSessionTokenIntegDef 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 generate a session token for the Video PD process.
- Select DigitalLendingIndiaVideoPDGenerateSessionTokenInput as the input processor.
The DigitalLendingIndiaInitiateVideoPD integration procedure from the DigitalLendingIndiaGenerateVideoPDWebLink Omniscript invokes this integration definition. It’s triggered when a user initiates the Video PD process for a loan applicant on the flexi page of the application form during the underwriting stage.
To prepare the input in a format as expected by the external service API for generating a Video PD session token, configure the cloned copy of the DigitalLendingIndiaVideoPDGenerateSessionTokenInput input processor.
- Save your changes and activate the integration definition.
-
To generate the transaction ID for the Video PD session, create another integration
definition.
- Select External Services Defined as the type.
- Enter DigitalLendingIndiaAddVPDCustomerIntegDef 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 generate the transaction ID for the Video PD session.
- Select DigitalLendingIndiaPrepareApplntDetailsForVideoPD as the input processor.
The DigitalLendingIndiaGenerateTrxnIDForVideoPDWebLink integration procedure from the DigitalLendingIndiaGenerateVideoPDWebLink Omniscript invokes this integration definition. It’s triggered when a user initiates the Video PD process for a loan applicant on the flexi page of the application form during the underwriting stage.
The DigitalLendingIndiaPrepareApplntDetailsForVideoPD input processor calls the DigitalLendingIndiaGetApplicantInfo Data Mapper.
To prepare the input in a format as expected by the external service API for Video PD, configure the cloned copies of the DigitalLendingIndiaAddNewCustomerGeneratePayload and DigitalLendingIndiaGetApplicantInfo Data Mappers.
- Save your changes and activate the integration definition.
-
To generate the customer token for the Video PD session, create another integration
definition.
- Select External Services Defined as the type.
- Enter DigitalLendingIndiaVPDGenerateCustomerTokenIntegDef 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 generate the customer token for the Video PD session.
- Select DigitalLendingIndiaVideoKYCGenCustTokenInput as the input processor.
The DigitalLendingIndiaExecuteVKYCGenerateCustomerToken integration procedure from the DigitalLendingIndiaGenerateVideoPDWebLink Omniscript invokes this integration definition. It’s triggered when a user initiates the Video PD process for a loan applicant on the flexi page of the application form during the underwriting stage.
The DigitalLendingIndiaVideoKYCGenCustTokenInput input processor calls the DigitalLendingIndiaGenCustomerTokenRqst Data Mapper.
To prepare the input in a format as expected by the external service API for generating the Video PD customer token, configure the cloned copies of the DigitalLendingIndiaCustomerTokenGenPayload and DigitalLendingIndiaGenCustomerTokenRqst Data Mappers.
- Save your changes and activate the integration definition.
-
To generate the web link for the Video PD session, create an integration
definition.
- Select External Services Defined as the type.
- Enter DigitalLendingIndiaGenerateVPDWebLinkIntegDef 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 generate the web link for the Video PD session.
- Select DigitalLendingIndiaPrepareWebLinkDetailsVideoPD as the input processor.
The DigitalLendingIndiaGenerateWebLinkVideoPD integration procedure from the DigitalLendingIndiaGenerateVideoPDWebLink Omniscript invokes this integration definition. It’s triggered when a user initiates the Video PD process for a loan applicant on the flexi page of the application form during the underwriting stage.
The DigitalLendingIndiaPrepareWebLinkDetailsVideoPD input processor calls the DigitalLendingIndiaVideoKYCGenWebLinkRqst Data Mapper.
To prepare the input in a format as expected by the external service API for generating Video PD web link, configure the cloned copies of the DigitalLendingIndiaVideosKYCWebLinkGenPayload and DigitalLendingIndiaVideoKYCGenWebLinkRqst Data Mappers.
- Save your changes and activate the integration definition.

