---
title: "Get a refund Payout of transaction."
method: GET
path: "/payments/{transaction_id}/refundPayout"
tags: ["XS2A.pay"]
---

# Get a refund Payout of transaction.

`GET /payments/{transaction_id}/refundPayout`

Here you can retrieve a specific accumulated refund/payout of a transaction.

## Path parameters

- `transaction_id` string, required

## Response `200`

Request successfully processed

- RefundsPayout
  - `transaction` string — Internal XS2A transaction id. This id will be the same for the whole transaction.
  - `amount_issued` number, float — Sum payout or refund issued.
  - `type` 'refund' | 'payout' — The type is payout or refund.
  - `testmode` string — '1', if this bank is a testbank
  - `created_at` string

## Other responses

- `401` — Authentication failed API key missing or not valid
- `403` — Forbidden Access blocked
- `404` — Product not enabled or Not found The requested object does not exist on the server
- `422` — Validation failed Something is wrong with the user input
- `500` — An internal server problem occurred

---

[API](https://skmtc.dev/xs2a/apis/xs2a-api.md) · [All operations](https://skmtc.dev/xs2a/apis/xs2a-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xs2a/xs2a-api/revisions/ae5fbc5feee3/schema)
