---
title: "Refund"
method: POST
path: "/v1/refund"
---

# Refund

`POST /v1/refund`

The API to refund the charge

## Headers

- `X-BUSINESS-API-KEY` string, required

## Request body

- object
  - `amount` number, required — The remaining amount to be refunded.
  - `payment_id` string, uuid, required — Payment ID for the successful payment request
  - `webhook` string, uri — The webhook URL
  - `send_email` 'true' | 'false'
  - `email` string, email

## Response `200`

200

- object
  - `id` string
  - `refunded_by` string
  - `payment_id` string
  - `amount_refunded` integer
  - `total_amount` number
  - `currency` string
  - `status` string
  - `payment_method` string
  - `provider_fee` integer
  - `provider_fee_currency` string
  - `refunded_at` string
  - `created_at` string

---

[API](https://skmtc.net/hitpayapp/apis/hitpay-api.md) · [All operations](https://skmtc.net/hitpayapp/apis/hitpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hitpayapp/hitpay-api/revisions/6aae1a736990/schema)
