---
title: "Retrieve transaction"
method: GET
path: "/v2/transactions/{ratepay_transaction_id}"
tags: ["Transaction management"]
---

# Retrieve transaction

`GET /v2/transactions/{ratepay_transaction_id}`

Retrieve attributes of an existing transaction including list of follow-up operations.

## Path parameters

- `ratepay_transaction_id` string, required

## Headers

- `Prefer` 'return=representation'
- `X-Partner` string

## Response `200`

Transaction retrieved

## Other responses

- `400` — Bad request
- `404` — Transaction not found
- `451` — Legally not allowed
- `500` — Technical problem

---

[API](https://skmtc.net/ratepay/apis/payment-openapi-specification.md) · [All operations](https://skmtc.net/ratepay/apis/payment-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ratepay/payment-openapi-specification/revisions/1c957020939e/schema)
