Retrieve attributes of an existing transaction including list of follow-up operations.
ratepay_transaction_id required | string ID of transaction to retrieve. Get an overview of key identifiers used in payment API. |
Transaction retrieved
Bad request
Transaction not found
Legally not allowed
Technical problem
{- "_links": {
- "authorizations": [
],
}, - "authorization_expires": "2025-04-02T16:15:18.823+02:00",
- "created": "2019-08-24T14:15:22Z",
- "decline": {
- "category": "BUYER_DATA",
- "reasons": [
- "INVALID_BILLING_ADDRESS"
]
}, - "payment_details": {
- "deposit_bank_account": {
- "bank_name": "Example Bank",
- "bic": "EXBANKXXX",
- "iban": "DE12345678901234567890",
- "owner": "Ratepay GmbH"
}, - "ratepay_payment_references": [
- {
- "partner_shop_id": "partner-shop-id-1",
- "ratepay_payment_reference": "ET1285368M8"
}
]
}, - "ratepay_transaction_id": "scwBgARW-nE93I7_ywhp"
}