English
cURL
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 }
The authentication token generated from providing API Keys to Sezzle Gateway
The Customer UUID to preapprove
The order amount to verify preapproval
The amount in cents
The 3 character currency code as defined by ISO 4217
Successful Operation
The unique identifier for this response
Whether the shopper is pre-approved for the given amount