---
title: "Refund a transaction"
method: PUT
path: "/transactions/{transactionId}/refund"
tags: ["Transaction"]
---

# Refund a transaction

`PUT /transactions/{transactionId}/refund`

Use this endpoint to refund a transaction.

## Path parameters

- `transactionId` string, uuid, required

## Headers

- `X-Amzn-Trace-Id` string

## Response `202`

Transaction refund accepted.

## Other responses

- `400` — Bad Request
- `401` — The caller is unauthenticated
- `403` — Access rights not sufficient
- `404` — Card not found
- `500` — Internal Server Error.

---

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