---
title: "Refund Payment"
method: POST
path: "/refund-payment"
---

# Refund Payment

`POST /refund-payment`

## Headers

- `RT-UDDOKTAPAY-API-KEY` string, required

## Request body

- object
  - `transaction_id` string, required — Transaction ID
  - `payment_method` string, required — Payment Method Name
  - `amount` string, required — Amount
  - `product_name` string, required — Product Name
  - `reason` string, required — Refund Reason

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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