Determine Stop Payment Service
This decision table determines what service is called to execute the request in Automatic Stop Payment
Actions
Condition | Action | Description |
---|---|---|
VSPS interface is configured | VSPS | Executes the VSPS flow. |
RTSI interface is configured | RTSI | Executes the Visa PPCS flow. |
Otherwise | SKIP | The flow is skipped. |
Base Configuration
Condition | Action |
---|---|
If IsVisaTransaction and IsVisaRTSIInterfaceAvailable | RTSI |
Otherwise | SKIP |