Retrieve all cancellation resources of an existing transaction including their attributes.
ratepay_transaction_id required | string ID of transaction to retrieve. Get an overview of key identifiers used in payment API. |
Cancellations retrieved
Bad request
Transaction not found
Legally not allowed
Technical problem
{- "_embedded": {
- "cancellations": [
- {
- "_links": {
}, - "created": "2019-08-24T14:15:22Z",
- "ratepay_cancellation_id": "aa7rth5-__GG44rdsasf"
}
]
}, - "_links": {
}, - "ratepay_transaction_id": "scwBgARW-nE93I7_ywhp"
}