---
title: "Refund Order"
method: POST
path: "/orders/{id}/refunds"
tags: ["Orders"]
---

# Refund Order

`POST /orders/{id}/refunds`

A refunded order describes the items, amount, and reason an order is being refunded.

## Path parameters

- `id` string, required

## Headers

- `Accept-Language` 'es' | 'en'
- `X-Child-Company-Id` string

## Request body

- OrderRefundRequest
  - `amount` integer, required — Amount to be refunded in cents
  - `expires_at` integer
  - `reason` string, required — Reason for the refund

## Response `200`

successful

## Other responses

- `401` — authentication error
- `402` — payment required error
- `404` — not found entity
- `422` — parameter validation error
- `500` — internal server error

---

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