---
title: "POST /v1/ops/mark_as_refunded_externally"
method: POST
path: "/v1/ops/mark_as_refunded_externally"
tags: ["Processes"]
---

# POST /v1/ops/mark_as_refunded_externally

`POST /v1/ops/mark_as_refunded_externally`

Marks a return process as refunded externally (manual refund made outside the platform). Records the optional amount override and a required note explaining the reason.

## Request body

- OpspbMarkAsRefundedExternallyRequest
  - `amount_override` OpspbOpsMoney
    - `amount` string
    - `currency_code` string
  - `note` string, required — Note explaining the reason for the manual refund
  - `process_id` string, required — Process ID to mark as refunded

## Response `200`

OK

- OpspbMarkAsRefundedExternallyResponse

---

[API](https://skmtc.net/itsrever/apis/rever-admin-api.md) · [All operations](https://skmtc.net/itsrever/apis/rever-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/itsrever/rever-admin-api/revisions/8506f9062fca/schema)
