---
title: "Refund Payment"
method: POST
path: "/charges/{chargeId}/refunds"
tags: ["Transactions"]
---

# Refund Payment

`POST /charges/{chargeId}/refunds`

API to refund the charge. <br><br>

## Path parameters

- `chargeId` string, required

## Headers

- `Content-Type` string
- `Authorization` string

## Request body

- object
  - `amount` number, required — Amount to be refunded. Only AED transfers supported

## Response `200`

Successful response

- object
  - `refund_status` string
  - `refund_amount` number

## Other responses

- `400` — Bad Request
- `403` — Unauthorised
- `422` — Unprocessable Entity
- `500` — Unexpected error

---

[API](https://skmtc.net/mamopay/apis/payments.md) · [All operations](https://skmtc.net/mamopay/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mamopay/payments/revisions/65bb3871a425/schema)
