Supported services
The Verifi Cardholder Dispute Resolution Network (CDRN) supports the following services:
Inquiry
Operation ID | Inquiry |
---|---|
HTTP method | POST |
Resource URL | api.cdrn.com/issuers/cases |
The DetermineMerchantEligibilityCriteria activity sets up the Inquiry service as follows:
- The InitializeMerchEligibilityReqData data transform maps the work layer data to the D_MerchantEligibilityAPI data page.
- The InvokeMerchantEligibilityAPI operation invokes the Inquiry service.
- The MerchantEligibilityResponsePOST data transform maps the service response data from the integration layer to the data layer.
The D_MerchantEligibilityAPI data page contain the following data sources:
- A data transform source used when simulation mode is enabled.
- A REST data source used when a connection with the Verifi system is established.
Create
Operation ID | Create |
---|---|
HTTP method | POST |
Resource URL | api.cdrn.com/issuers/cases |
The InitiateCreateVerifiCase activity sets up the Create service as follows:
- The InvokeCreateVerifiCase data transform maps the work layer data to the D_CreateVerifiCase data page.
- The InitiateCreateVerifiCase activity invokes the Create service.
- The CCResponsePOST data transform maps the service response data from the integration layer to the data layer.
Read
Operation ID | Read |
---|---|
HTTP method | GET |
Resource URL | api.cdrn.com/issuers/cases/{x-verifi-call-id} |
The InitiateReadVerifiCase activity sets up the Read service as follows:
- The InitializeSingleReadVerifiCaseData data transform maps the work layer data to the D_ReadSingleVerifiCase data page.
- The InvokeSingleReadVerifiCase invokes the Read service.
- The ReadVerifiCaseResponseGET data transform maps the service response data from the integration layer to the data layer.
Update
The InitiateUpdateVerifiCase sets up the Update service as follows:
- The InitiateUpdateVerifiCaseDefaults data transform sets the request parameters.
- The InitiateUpdateVerifiCase activity invokes the Update service.
Previous topic Verifi Cardholder Dispute Resolution Network integration Next topic Integration classes, data classes, and work properties