Réautoriser le montant par commande
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
- Une nouvelle commande sera créée
- L’intention sera définie sur AUTH
- Le reference_id sera le même que celui de la commande originale
- Le montant réautorisé sera un nouveau plan de versements pour le client
Autorisations
The authentication token generated from providing API Keys to Sezzle Gateway
En-têtes
Unique client-generated ID to enforce idempotency
Paramètres de chemin
The Order UUID to reauthorize (order.uuid from session response)
Corps
The amount to be reauthorized
Réponse
Successful Operation
The unique identifier for this response
Available API links prefilled with UUID with accompanying method
- Use CAPTURE if payment should be captured immediately upon shopper authorization
- Use AUTH if there is any post-authorization validation needed prior to capture, such as inventory validation or regulatory requirements, or if merchant policy is to charge the payment method at time of shipment
- Submit a capture request via the API or your Merchant Dashboard before the authorization expires.
- The authorization expiration window can be set from 30 minutes up to 7 days in your Merchant Dashboard Settings.
- If not specified, the value will default to CAPTURE
AUTH, CAPTURE The checkout or cart ID from the merchant, currently used for tracking only (must contain only alphanumeric characters, dashes (-), and underscores (_))
A Price object containing the total amount in cents of the order, which must be at least 100 which is $1.00. Please note your merchant configuration might have a higher minimum.
The authorization details for the order