Sezzle · Example Payload

Authentication Response

Buy Now Pay LaterBNPLPaymentsInstallmentsFintechMerchant IntegrationCheckout

Authentication Response is an example object payload from Sezzle, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

expiration_datemerchant_uuidtoken

Example Payload

Raw ↑
{
  "expiration_date": "2026-06-14T00:00:00Z",
  "merchant_uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}