Retrieve all refund 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. |
Refunds retrieved
Bad request
Transaction not found
Legally not allowed
Technical problem
{- "_embedded": {
- "refunds": [
- {
- "_links": {
}, - "created": "2019-08-24T14:15:22Z",
- "ratepay_refund_id": "9FkZsddr-MaFFFx7gAs_"
}
]
}, - "_links": {
}, - "ratepay_transaction_id": "scwBgARW-nE93I7_ywhp"
}