| Event | Trigger |
|---|---|
customer.tokenized | A customer is tokenized |
order.authorized | An order is authorized by Sezzle |
order.captured | An order is captured by Sezzle |
order.refunded | An order is refunded by Sezzle |
dispute.merchant_input_requested | A dispute is filed by a shopper and merchant input is required |
dispute.deadline_approaching | A dispute is moved to final notice by Sezzle |
dispute.closed.customer_win | The shopper wins the dispute and the order is refunded |
dispute.closed.merchant_win | The merchant wins the dispute and it is resolved in their favor |
dispute.closed.neutral | No clear winner is determined and the dispute is resolved neutrally |
The authentication token generated from providing API Keys to Sezzle Gateway
Successful Operation
The URL you are using to receive webhooks
An array of webhook events you wish to subscribe to
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 The unique identifier for this response
Available API links prefilled with UUID with accompanying method
[
{
"uuid": "747cf28a-bb5c-46a8-a288-d9b006fd6113",
"links": [],
"url": "https://example.com/webhooks",
"events": ["customer.tokenized"]
}
]