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 | |||
---|---|---|---|
200 Ok.
| |||
400 Bad request.
| |||
404 Not found.
|