POST
/
v2
/
order
/
{order_uuid}
/
capture
curl --request POST \
  --url https://sandbox.gateway.sezzle.com/v2/order/{order_uuid}/capture \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "capture_amount": {
    "amount_in_cents": 5000,
    "currency": "USD"
  }
}'
{
  "uuid": "6c9db5d4-d09a-4224-860a-b5438ac32ca8"
}

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 capture (order.uuid from session response)

Body

application/json

Response

200
application/json

Successful Operation

The response is of type object.