---
title: "Bypass Refund Request"
method: POST
path: "/covert-admin/bypass/refund/request/{order_number}/"
tags: ["admin"]
---

# Bypass Refund Request

`POST /covert-admin/bypass/refund/request/{order_number}/`

Bypass refund request - creates refund entries directly without approval process.
This creates the same entries as the refund approval flow.
Admin only endpoint.
Accepts order_number instead of order_id, event_id, customer_id.

## Path parameters

- `order_number` string, required

## Query parameters

- `reason` string, nullable — Reason for bypass refund

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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