v1

latestOpenAPI 3.0.32026-08-0627425250.9 KB
Processes

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.

post/v1/ops/mark_as_refunded_externally

Request body

process_idstring required

Process ID to mark as refunded

notestring required

Reason for the manual refund

Example request

{
  "amount_override": {
    "currency_code": "EUR"
  }
}

Response

OK

OpspbMarkAsRefundedExternallyResponse required