---
title: "Simplified Refund"
method: POST
path: "/payments/simplified-refund/{order_id}"
tags: ["Refunds"]
---

# Simplified Refund

`POST /payments/simplified-refund/{order_id}`

This API is to be used to process refunds for captured orders.

## Request body

- object
  - `total_amount` object, required — Total amount to be refunded to consumer, not including any discount amount.
    - `amount` number
    - `currency` 'SAR' | 'AED' | 'BHD' | 'KWD' | 'OMR'
  - `comment` string, required — Notes or comments as a reference point that will be added to this order's transaction history.
  - `merchant_refund_id` string — Used to input the merchant's own internal refund ID, if any, to be stored on the refund request and order details.

## Response `200`

Refund Successful

- object
  - `order_id` string, uuid
  - `comment` string
  - `refund_id` string, uuid
  - `capture_id` string, uuid
  - `status` 'fully_refunded' | 'partially_refunded'
  - `refunded_amount` object[]
    - `amount` number
    - `currency` 'SAR' | 'AED' | 'KWD' | 'BHD' | 'OMR'

---

[API](https://skmtc.net/tamara/apis/tamara-public-apis-v1-0.md) · [All operations](https://skmtc.net/tamara/apis/tamara-public-apis-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tamara/tamara-public-apis-v1-0/versions/924ade2a1159/schema)
