Get cancellation details (camt.056)

Prev Next

Response body

The following table shows the response body elements that are relevant for the current use case for the SCT Inst payment scheme. For details on all the response body elements, see the Message field definition for camt.056 .

Table: Retrieve payment cancellation details – Relevant response body elements

Element

Description

Data type

undrlyg.txInf.cxlId

Unique payment cancellation ID for the end customer

String

undrlyg.txInf.orgnlTxRef.intrBkSttlmAmt

Data structure containing the payment currency and the amount to be cancelled.

The currency is EUR.

Object

Extract the values of the undrlyg.txInf.cxlId, undrlyg.txInf.orgnlTxRef.intrBkSttlmAmt.value, and undrlyg.txInf.orgnlTxRef.intrBkSttlmAmt.ccy keys to see the payment cancellation ID, amount, and currency.

Example response body for the SCT Inst payment scheme:

{
    "fitoFIPmtCxlReq": {
        "assgnmt": {
            "id": "msgId-8fe000133",
            "assgnr": {
                "agt": {
                    "finInstnId": {
                        "bicfi": "BSCHESMMXXX"
                    }
                }
            },
            "assgne": {
                "agt": {
                    "finInstnId": {
                        "bicfi": "BBVAESMMXXX"
                    }
                }
            },
            "creDtTm": "2024-08-01T08:00:00.000+02:00"
        },
        "undrlyg": [
            {
                "txInf": [
                    {
                        "cxlId": "cxlId-1132532905",
                        "orgnlEndToEndId": "endToEndId-1132532906",
                        "cxlRsnInf": [
                            {
                                "orgtr": {
                                    "nm": "customer-error-name",
                                    "id": {
                                        "orgId": {
                                            "anyBIC": "BSABESBBXXX"
                                        }
                                    }
                                },
                                "rsn": {
                                    "cd": "DUPL"
                                }
                            }
                        ],
                        "orgnlTxRef": {
                            "intrBkSttlmAmt": {
                                "value": 10.04,
                                "ccy": "EUR"
                            },
                            "pmtTpInf": {
                                "svcLvl": [
                                    {
                                        "prtry": "INST"
                                    }
                                ]
                            },
                            "cdtrAgt": {
                                "finInstnId": {
                                    "bicfi": "BSCHGBM0XXX",
                                    "pstlAdr": {
                                        "twnNm": "miltonKeynes",
                                        "ctry": "GB",
                                        "adrLine": [
                                            "Somewhare in Milton Keynes"
                                        ]
                                    }
                                }
                            },
                            "cdtrAcct": {
                                "id": {
                                    "iban": "GB91BARC20032634945865"
                                },
                                "ccy": "EUR"
                            }
                        }
                    }
                ]
            }
        ]
    }
}