---
title: "Create and apply refund"
method: POST
path: "/refunds"
tags: ["Refunds"]
---

# Create and apply refund

`POST /refunds`

Creates and applies a refund per the specified parameters. On success the id of the refund is returned.

## Request body

- RefundRequestJson
  - `creditMemoNumber` string, required
  - `paymentId` string, required
  - `amount` number, required
  - `refundDate` integer, required
  - `paymentMethodType` string
  - `createdBy` string, required
  - `notes` string
  - `referenceId` string

## Response `default`

successful operation

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
