Set refund as processed
Sets a refund as processed and all refund rows within it as settled.
| Path Parameters |
|---|
orderId int32 — REQUIREDThe order id. |
refundId uuid — REQUIREDThe refund id. |
| Request Body — REQUIRED Contains optional fields for the processing. |
|---|
ExternalId stringAn external id for the act of setting the refund as processed. Optional. |
Reference stringAn custom reference for the act of setting the refund as processed.. Optional. |
ProcessedOn date-timeThe date the refund was processed. Defaults to now. Optional. |
| Responses | |||
|---|---|---|---|
200Ok.
| |||
400Bad request.
| |||
404Not found.
|