Documentation for a newer release is available.
View Latest
Handle Return Request.story
Scenario: Handling return request
When the ⦅Recall Service⦆ sends a Send Recall To Csm Request
Then the ⦅CSM⦆ receives a Payment Cancellation Request
And ⦅Recall Service⦆ receives a Technical Response with values:
| status | SUCCESS |
And ⦅Recall Service⦆ receives a Send Recall To Csm Response
When ⦅CSM⦆ sends a Payment Return with values:
| PmtRtr.txInf.orgnlTxId | #SendRecallToCsmRequest.payload.content.undrlyg[0].txInf[0].orgnlTxId |
Then ⦅Recall Service⦆ receives a Receive Positive Answer with values:
|payload.content.txInf[0].orgnlTxId | #SendRecallToCsmRequest.payload.content.undrlyg[0].txInf[0].orgnlTxId |