Skip to main content

Set refund as processed

Sets a refund as processed and all refund rows within it as settled.

Path Parameters
orderId int32 REQUIRED

The order id.

refundId uuid REQUIRED

The refund id.

Request Body REQUIRED

Contains optional fields for the processing.

ExternalId string

An external id for the act of setting the refund as processed. Optional.

Reference string

An custom reference for the act of setting the refund as processed.. Optional.

ProcessedOn date-time

The date the refund was processed. Defaults to now. Optional.

Responses
200

Ok.

Schema OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.

400

Bad request.

Schema OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.

404

Not found.

Schema OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.