Release an amount by order. An example use-case is when an order is unable to be fully fulfilled and part of the authorization needs to be released. Then a capture can be called for the remaining amount.
Can be performed after shopper has authorized the transaction by completing checkout with Sezzle but before the payment is fully captured.
The authentication token generated from providing API Keys to Sezzle Gateway
Unique client-generated ID to enforce idempotency
The Order UUID to release (order.uuid from session response)
The amount to be released
Successful Operation
The uuid returned from this operation is the release transaction uuid, but there are no endpoints that use this value. You may retrieve an order’s release transactions using the Get an order endpoint.