Skip to main content
POST
Trigger a test webhook

Valid Webhook Events

We accept the following Webhook events

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Body

application/json
event
enum<string>
required

One of the Valid Webhook Events

Available options:
customer.tokenized,
order.authorized,
order.captured,
order.refunded,
dispute.merchant_input_requested,
dispute.deadline_approaching,
dispute.closed.customer_win,
dispute.closed.merchant_win,
dispute.closed.neutral
url
string
required

A url to receive the test webhook. If omitted, the test webhook is sent to all urls subscribed to that event.

Response

Status Created