Orders
Release amount by order
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.
POST
Authorizations
The authentication token generated from providing API Keys to Sezzle Gateway
Headers
Unique client-generated ID to enforce idempotency
Path Parameters
The Order UUID to release (order.uuid
from session response)
Body
application/json
The amount to be released
The body is of type object
.
Response
200
application/json
Successful Operation
The response is of type object
.
Previous
Reauthorize amount by orderReauthorize an amount by order whose initial authorization has expired before payment could be captured. Any attempts to reauthorize before the authorization expires will fail.\
Can be performed after shopper has authorized the transaction by completing checkout with Sezzle
Next