Set Up an Integration for Get Status for EStamp
To get the status of the document that was sent for EStamp, set up an integration.
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 permission set AND Digital Lending India Admin User |
After the EStamp Session API is called, the user must store the received 'transactionId' in a custom field on the DocumentChecklistItemObject.
- 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 DigitalLendingIndiaEStampGetDocumentIntegDef 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 get the status for the document.
- Select DigitalLendingIndia_GetEstampDocumentStatusRequest as the input processor.
- Select DigitalLendingIndia_GetEstampDocumentStatusResponse as the output processor.
The DigitalLendingIndia_GetDocumentStatusEstamp integration procedure calls the DigitalLendingIndiaSetTransactionIdtoPayload Data Mapper.
This integration procedure invokes the DigitalLendingIndiaEStampGetDocumentIntegDef integration definition from the DigitalLendingIndia_GetEstampDocumentStatus Omniscript.
- Save your changes and activate the integration definition.
The DigitalLendingIndia_GetEstampDocumentStatusRequest input processor calls the DigitalLendingIndiaSetPayloadForEstampStatus data mapper.
The DigitalLendingIndia_GetEstampDocumentStatusResponse output processor calls these data mappers.
- DigitalLendingIndiaTransformEstampStatusResp
- DigitalLendingIndiaCreateDocChkItmForEstampDoc

