PATCH
/
v2
/
order
/
{order_uuid}
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"
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Path Parameters

order_uuid
string
required

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

Body

application/json

Response

204

Status No Content