Payment Cancellation Response in JSON Format

The following code snippet illustrates how the attribute/value pairs are structured while sending the payment cancellation response in the JSON format:

{
    "C1-CancelPayment":
    {
        "cancelReason": "",
        "cancelTypeFlag": "",
        "paymentEventId": "",
        "paymentId": "",
        "bank": "",
        "bankAccount": "",
        "sourceSystem": "",
        "externalTransactionId": "",
        "externalSourceId": "",
        "paymentsDtls":
        {
            "paymentEventId": "",
            "paymentId": "",
            "paymentStatus": "",
            "messageValue": "",
            "statusCd": "",
            "paymentStatusDesc": ""
        }
    }
}

Related Topics

For more information on... See...
Payment Cancellation Request in JSON Format Payment Cancellation Request 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