Webhooks
Manage the webhook URLs registered on a merchant (create, update, delete, toggle, and list).
📄️ List webhooks
List all registered webhooks for the authenticated merchant.
📄️ Register a webhook
Register a new webhook endpoint for the merchant. Returns a signing secret for payload verification.
📄️ Get webhook details
Get details of a specific webhook by ID.
📄️ Update a webhook
Update the URL or description of an existing webhook.
📄️ Delete a webhook
Remove a registered webhook URL. New events for this merchant
📄️ Toggle webhook active status
Flip a registered webhook between active and inactive states
📄️ List webhook notifications
List all webhook notification events for the merchant with pagination.
📄️ Get webhook notification details
Get details of a specific webhook notification event.