Commandes
Rembourser un montant par commande
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.
POST
Refund amount by order
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 refund (order.uuid from session response)
Corps
application/json
The amount to be refunded
Réponse
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.
Précédent
Libérer un montant par commandeRelease 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.
Suivant
Refund amount by order