Sezzle · Example Payload

Webhook Create Request

Buy Now Pay LaterBNPLPaymentsInstallmentsFintechMerchant IntegrationCheckout

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

Top-level fields

urlevents

Example Payload

Raw ↑
{
  "url": "https://example.com/webhooks/sezzle",
  "events": [
    "order.authorized",
    "order.captured",
    "order.refunded",
    "customer.tokenized"
  ]
}