Passer au contenu principal
PATCH
/
v2
/
order
/
{order_uuid}
Update order
curl --request PATCH \
  --url https://sandbox.gateway.sezzle.com/v2/order/{order_uuid} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reference_id": "ord_9876"
}
'
{
  "code": "bad_request",
  "message": "bad request"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sezzle.com/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Authorization
string
header
requis

The authentication token generated from providing API Keys to Sezzle Gateway

Paramètres de chemin

order_uuid
string
requis

The Order UUID to update (order.uuid from session response)

Corps

application/json
reference_id
string
requis

The checkout or cart ID from the merchant, currently used for tracking only (must contain only alphanumeric characters, dashes (-), and underscores (_))

Réponse

Status No Content