# MarkAsRefundedExternally 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. Endpoint: POST /v1/ops/mark_as_refunded_externally Version: 1.0.0 ## Request fields (application/json): - `process_id` (string, required) Process ID to mark as refunded - `amount_override` (object) Optional override of the refund amount. If omitted, the pending amount is used. - `amount_override.amount` (string, required) Total amount to be refunded Example: 1200 - `amount_override.currency_code` (string, required) Example: "EUR" - `note` (string, required) Reason for the manual refund