Skip to main content
- Merchant calls
/v2/session with order and intent of AUTH or CAPTURE. Optionally, the merchant can send customer information
- Sezzle returns order uuid and checkout URL.
- Merchant redirects customer to Sezzle checkout URL.
- Customer completes the Sezzle checkout and is redirected to the session complete URL.
- If the intent was to
CAPTURE, Sezzle will capture the total order amount.
- If the intent was to
AUTH, Sezzle will only authorize the total order amount and the merchant can call /v2/order later to release or capture amounts using the order uuid.
Supported Methods