
Text Example

Email Example
Customer Experience
This is what the customer sees if they click the text message or email link.
The shopper enters their phone number and OTP.

The shopper adds a payment method.

The shopper selects their preferred installment plan.

The shopper completes their Sezzle order.
Direct API Checkout
- Merchant creates a session
- Set order
intenttoAUTH - The customer checkout is texted or emailed as set in
send_checkout_url
- Set order
- Sezzle returns order uuid and checkout URL
- Customer receives Sezzle URL via text or email to check out
- Customer completes the Sezzle checkout
- Merchant receives order-complete notification
- You can either get order details or subscribe to webhooks
- (optional) Update the order reference
- Capture the payment
- (optional) Expire the checkout manually
- Delete the checkout if the customer has not completed the checkout and the merchant has canceled the order
- (optional) Refund the order