Webhooks
Webhooks
Webhooks are used to communicate changes in an Order or a Credit line. We have available the following webhook events:
Webhook event | |
---|---|
credit_line.activate | Fired when a Credit line is activated |
credit_line.deactivate | Fired when a Credit line is deactivated |
credit_line.updated | Fired when a Credit line is updated due to: 1) new order placed, 2) new payment made by the Buyer to Kontempo, 3) credit line limit change |
order.completed | Fired when an Order is marked as Completed |
How to setup Webhooks?
- Go to Developer section in your Merchant Dashboard and click Manage Webhooks button
- An svix page will be launched, click on New endpoint button
- Set the endpoint URL where you want to be notified — select the Webhook events you want to listen
- Click "Create" button and you are all set!
Webhook events payload
In the svix page, please go to Event Catalog section to see details of every Webhook event payload.
Updated 3 months ago