---
title: "Refund"
method: POST
path: "/v1.02/refund/{trid}"
---

# Refund

`POST /v1.02/refund/{trid}`

Refunds a transaction. Accepts partial and total amount refunds.

## Path parameters

- `trid` integer, required

## Request body

- object
  - `amount` number, float, required — Amount to refund
  - `bic` string — BIC/SWIFT of the bank account that will receive the refund
  - `iban` string — IBAN of the bank account that will receive the refund
  - `reason` string — reason why the refund is being processed

## Response `201`

201

- object
  - `transactionStatus` string
  - `refundId` string

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/eupago/apis/rest-api-oauth.md) · [All operations](https://skmtc.net/eupago/apis/rest-api-oauth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/rest-api-oauth/versions/835215b3055b/schema)
