Session

Create a new session

Initiate a Sezzle session with shopper order details, redirect links, and capture and tokenization settings. A session must carry an order, tokenize a customer, or both. Omit the order and set customer.tokenize to true for standalone tokenization, which returns tokenize.approval_url instead of an order.

post/v2/session

Request body

express_checkout_type'single-step' | 'multi-step' | 'no-shipping'
  • single-step: only one shipping method exists, or only use default shipping method for Sezzle express checkout flow
  • multi-step: allow the user to select from merchant-supported shipping methods
  • no-shipping: purchase contains no shippable items and shopper does not have option to select, such as digital download or buy online pick up in store (BOPIS).

Response

Successful Operation

uuidstring

The unique identifier for this response

Changes