---
title: "POST /api/payments/{id}/refund"
method: POST
path: "/api/payments/{id}/refund"
tags: ["payments"]
---

# POST /api/payments/{id}/refund

`POST /api/payments/{id}/refund`

Refund payment

## Path parameters

- `id` integer, required

## Request body

- PostApiPaymentsIdRefund — Refund payment
  - `amount` number, float — Amount to be refunded. If not provided, whole amount will be refunded

## Response `201`

Refund payment

---

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