Refund an amount by order. An example use-case is when an order was captured but the customer returned item(s) that requires them to be refunded.
Can be performed after order capture.
The authentication token generated from providing API Keys to Sezzle Gateway
Unique client-generated ID to enforce idempotency
The Order UUID to refund (order.uuid from session response)
The amount to be refunded
Successful Operation
The uuid returned from this operation is the refund transaction uuid, but there are no endpoints that use this value. You may retrieve an order's refund transactions using the Get an order endpoint.