Reviewing VCR data transform rules
Pega Smart Dispute for Issuers sends an XML request by using a service to VCR-VROL (Visa Resolve Online). Once the response from VROL is received, the application resumes the respective flow and continues the dispute process.
When VCR simulation is enabled, Pega Smart Dispute for Issuers does not connect to Visa with a request XML. Instead, the application simulates the outcome by using the simulated data transforms.For example, while submitting the SISubmitDisputeQuestionnaireRequest dispute, questionnaire is triggered from the application as a request that is sent to Visa in real time with the dispute questionnaire details. VCR-VROL sends SISubmitDisputeQuestionnaireResponse as the response for the request.
When using the simulation mode, VCR-VROL is not connected online. Instead, a simulated response within the application gets triggered for the submitted request. The mapping for the simulated responses for respective requests is maintained in the VCR services data type as mentioned above.
Review the simulated responses, such as the SimulateVCR_SubmitDisputeQuestionnaireRes transform.
- In the Dev Studio header search text field, enter the name of a data transform rule you want to review, for example SimulateVCR_SubmitDisputeQuestionnaireRes and select the PegaCard- Sd-Dispute-Visa data transform rule from the results.
- Click Save As.
- In the Apply to field, select the appropriate implementation class for your application.
- In the Add to ruleset list, select the ruleset for your application.
- Click Create and open.
- Review the data transform with the bank.
- If the VROLFinancialSentInd field has a True/False value, then accounting is required which implies that the acquirer is liable for the dispute initiated.
- If the VROLFinancialSentInd field is blank, no accounting is required which implies that the issuer is liable for the dispute initiated.
- To simulate an Issuer liable scenario for one of the transactions with ARN 24610432650004020160841, leave the VROLFinancialSentInd field empty. For all others, this field carries the value of true which makes the acquirer responsible.
- Click Save.
Previous topic VCR batch queue details review Next topic Verifying the VCR RTSI endpoint URLs