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

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Path Parameters

customer_uuid
string
required

The Customer UUID to preapprove

Body

application/json

The order amount to verify preapproval

The body is of type object.

Response

200
application/json

Successful Operation

The response is of type object.