POST
/
v2
/
order
/
{order_uuid}
/
upcharge
curl --request POST \
  --url https://sandbox.gateway.sezzle.com/v2/order/{order_uuid}/upcharge \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "intent": "AUTH",
  "upcharge_amount": {
    "amount_in_cents": 5000,
    "currency": "USD"
  }
}'
{
  "uuid": "6c9db5d4-d09a-4224-860a-b5438ac32ca8"
}
This API is in development and will be available shortly.

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Headers

Sezzle-Request-Id
string

Unique client-generated ID to enforce idempotency

Path Parameters

order_uuid
string
required

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

Body

application/json

Response

200
application/json

Successful Operation

The response is of type object.