Payment Cancellation Request in JSON Format

The following code snippet illustrates how the attribute/value pairs should be structured while receiving the payment cancellation request in the JSON format:

{
    "C1-CancelPayment":
    {
        "cancelReason": ""
        "cancelTypeFlag": "",
        "paymentEventId": "",
        "paymentId": "",
        "bank": "",
        "bankAccount": "",
        "sourceSystem": "",
        "externalTransactionId": "",
        "externalSourceId": "",
    }
}

Related Topics

For more information on... See...
Payment Cancellation Response in JSON Format Payment Cancellation Response in JSON Format
Payment Cancellation Request and Response - Attribute/Value Pairs in JSON Format Payment Cancellation Request and Response - Tags in JSON Format
Sample Payment Cancellation Request and Response in JSON Format Sample Payment Cancellation Request and Response in JSON Format