Supported services
The Verifi Order Insight API provides issuers with the Create Insight and Set Insight Outcome services.
Create Insight
Operation ID | Create Insight |
---|---|
HTTP method | POST |
Resource URL | api.cdrn.com/issuers/insights |
The VerifiOIIntegration activity sets up the the Create Insight service as follows:
- The InitializeCreateInsightData data transform maps the work layer data to the D_Trigger_CreateInsight data page.
- The InvokeCreateInsight operation invokes the Create Insight service.
- The CreateInsightResponsePOST data transform maps the service response data from the integration layer to the data layer.
Set Insight Outcome
Operation ID | Set Insight Outcome |
---|---|
HTTP method | PATCH |
Resource URL | api.cdrn.com/issuers/insights/{insightID} |
The FeedbackToThirdParty sets up the Set Insight Outcome service as follows:
- The InitializeSetInsightOutcomeRequestData data transform sets the request parameters.
- The InvokeSetInsightOutcome activity invokes the Set Insight Outcome service.
Previous topic Verifi Order Insight integration Next topic Integration classes, data classes, and work properties