Skip to main content
POST
Setting Your Configuration
You are viewing Version 1 of the Sezzle API. Check out the current version!

Webhooks

Order Webhooks

  • Sezzle handles most of the consumer checkout process on its pages, using webhooks to notify your system about:
    • Checkout updates
    • Completions
    • Refunds
  • Use the instructions in this page to subscribe to Webhooks
  • When a webhook event occurs, Sezzle will send the below Webhook object to the URL provided in the configuration

Order Webhook Object

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Body

application/json
webhook_url
string
required

A URL for us to send our webhooks to

Response

Status No Content