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"
  }
]

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