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

# Refund Payment

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

## Path parameters

- `id` string, required

## Request body

- BodyRefundPaymentV2PaymentsIdRefundPost
  - `amount` integer

## Response `200`

Successful Response

- RefundOut
  - `id` string, required
  - `amount` integer, required — Amount in positive integer format
  - `currency` string, required — Currency in 3 digit format
  - `date_bank` string, date — Bank procession YYYY-MM-DD in epoch format
  - `date_refund` string, date-time — Refund date in YYYY-MM-DD format
  - `payment_intent` string
  - `payment` string, required
  - `created` string, date-time, required — Date of creation in Epoch timestamp
  - `status` 'to_refund' | 'refund_sent' | 'refunded' | 'not_honored' | 'payment_canceled' | 'failed' | 'awaiting_approval', required — An enumeration.
  - `payout` string

## Other responses

- `422` — Validation Error

---

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