Reauthorize amount by order
Reauthorize 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
Please note the following when reauthorizing an order.
- A new order will be created
- The intent will be set to AUTH
- The reference_id will be the same as the original order
- The reauthorized amount will be a new installment plan for the customer
Reauthorizations are not guaranteed to be approved. It is extremely important to note this API will return a 200 success if the request to reauthorize is successful (i.e. no errors) but the customer was not approved.
Please be sure to check the authorization approved value in the response to determine if the reauthorization order was created.
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 reauthorize (order.uuid
from session response)
Body
The amount to be reauthorized
The body is of type object
.
Response
Successful Operation
The response is of type object
.