PATCH
/
v2
/
order
/
{order_uuid}
/
checkout
Complete checkout by order
curl --request PATCH \
  --url https://sandbox.gateway.sezzle.com/v2/order/{order_uuid}/checkout \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "checkout_uuid": "6c9db5d4-d09a-4224-860a-b5438ac32ca8",
  "amount_in_cents": 5000,
  "currency_code": "USD",
  "shipping_amount_in_cents": 500,
  "tax_amount_in_cents": 500,
  "address_uuid": "some-uuid-1234"
}'
This response does not have an example.

This endpoint should be used with our express checkout offering. It is not intended for the direct integration flow.

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

200

Status No Content