---
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
  - `process_id` string, required — Process ID to mark as refunded
  - `amount_override` OpspbOpsMoney
    - `amount` string, required — Total amount to be refunded
    - `currency_code` string, required
  - `note` string, required — Reason for the manual refund

## 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/versions/290da8fa387e/schema)
