This endpoint allows you to get transaction information. The request can be configured to only return the data that is necessary for your specific use case.
Content-Type required | string Example: application/json |
Authorization required | string For each request, a valid access token must be provided in the Authorization header. See Authentication API for obtaining a valid token. |
Is returned if transaction status information is returned for the given transaction_id
Is returned if transaction_id is unknown.
Is returned if the endpoint is called with a request method other than GET
Is returned if the request accept header does not specify JSON as an accepted content type for the response.
Is returned if the request does not contain content type headers or if the request content type is anything other than JSON.
Is returned incase Transaction Status API unable to process request.
Is returned in case of a technical server error at Ratepay. Try again later.
{- "ratepay_transaction_id": "12-3456789123456789",
- "partner_transaction_id": "test-shop-transaction-id",
- "created": "2020-03-10T18:06:52.438+01:00",
- "shop_buyer_id": "test-shop-buyer-id",
- "currency": "EUR",
- "shop_baskets": [
- {
- "partner_shop_id": "partner-shop-id-1",
- "partner_shop_name": "fruits and more",
- "shop_transaction_id": "shop-transaction-id-1234",
- "gross_amount": 170,
- "items": [
- {
- "gross_unit_price": 18.45,
- "gross_unit_discount": -1.55,
- "gross_total_price": 33.8,
- "tax_rate": 19,
- "discount": 0,
- "quantity": 3,
- "article_number": "kitchen-utils-1",
- "name": "fruit knife",
- "category": "household",
- "unit": "piece",
- "description": "basket-item",
- "additional_description": "cooles basket-item",
- "identification_number": "identifiy-me",
- "unique_identification_number": "12345",
- "net_total_price": 28.4,
- "net_unit_discount": -1.3,
- "net_unit_price": 15.5
}
], - "special_items": [
- {
- "gross_unit_price": 18.45,
- "gross_unit_discount": -1.55,
- "gross_total_price": 33.8,
- "tax_rate": 19,
- "discount": 0,
- "quantity": 3,
- "description": "basket-item",
- "additional_description": "cooles basket-item",
- "article_number": "kitchen-utils-1",
- "name": "fruit knife",
- "category": "household",
- "unit": "piece",
- "identification_number": "identifiy-me",
- "unique_identification_number": "12345",
- "net_total_price": 28.4,
- "net_unit_discount": -1.3,
- "net_unit_price": 15.5,
- "type": "RETURN_FEE"
}
]
}
], - "payment_information": {
- "maximum_processing_offset_in_hours": 0,
- "payment_method": {
- "payment_details": {
- "prepayment": [
- {
- "partner_shop_id": "partner-shop-id-1",
- "ratepay_payment_reference": "test-ref",
- "reservation_end_date": "2020-03-24",
- "amount": 170,
- "creation_date": "2020-03-10"
}
], - "invoices": [
- {
- "partner_shop_id": "partner-shop-id-1",
- "ratepay_payment_reference": "test-ref",
- "amount": 170,
- "original_due_date": "2020-03-24",
- "current_due_date": "2020-03-24",
- "creation_date": "2020-03-10",
- "clearing_reference_number": "test-clear-ref",
- "invoice_number": "test-shop-invoice-id"
}
], - "payment_method": "INVOICE",
- "settlement_type": "DIRECT_DEBIT",
- "instalment_plans": [
- {
- "partner_shop_id": "partner-shop-id-1",
- "ratepay_payment_reference": "test-ref",
- "creation_date": "2020-04-08",
- "amount_total": 200.47,
- "amount_credit": 186.07,
- "amount_fees": 14.4,
- "interest_rate": 5.99,
- "effective_interest_rate": 3.33,
- "number_of_instalments": 6,
- "instalments": [
- {
- "amount_total": null,
- "due_date": null,
- "amount_interest": null,
- "amount_repayment": null,
- "amount_fee": null,
- "amount_unscheduled": null,
- "residual_debt": null,
- "instalment_number": null
}
]
}
]
}
}, - "payment_status": {
- "transaction_payment_status": "UNDERPAID",
- "open_claim": {
- "amount": 100,
- "current_claim": {
- "amount": 150,
- "shop_claims": {
- "claims": [
- {
- "type": null,
- "date": null,
- "amount": null
}
], - "amount": 145
}, - "ratepay_buyer_fees": {
- "buyer_fees": [
- {
- "type": null,
- "date": null,
- "amount": null
}
], - "amount": {
- "gross": 5
}
}
}, - "settlement": {
- "settlements": [
- {
- "type": "string",
- "date": "2019-08-24",
- "amount": 0
}
], - "amount": 50,
- "ratepay_payment_reference": "test-ref",
- "partner_shop_id": "partner-shop-id-1"
}
}
}, - "dunning_status": [
- {
- "ratepay_payment_reference": "test-ref",
- "current_transaction_dunning_level": "PAYMENT_REMINDER",
- "transaction_dunning_date": "2020-03-24",
- "current_dunning_fee": 0,
- "dunning_block": {
- "blocked_from": "2020-03-25",
- "blocked_until": "2020-04-01",
- "blocking_reason": "Zahlungsaufschub aus Kulanz"
}
}
]
}
}