Skip to main content
Use the Webhooks APIs to receive event notifications or subscribe to events happening in a sub-merchant’s account for the integration installed.

Create a Webhook

POST /v2/accounts/:account_id/webhooksCreates a webhook.

Fetch a Webhook With ID

GET /v2/accounts/:account_id/webhooks/:webhook_idRetrieves the details of a webhook.

Fetch all Webhooks

GET /v2/accounts/:account_id/webhooksRetrieves the details of all webhooks.

Update a Webhook

PATCH /v2/accounts/:account_id/webhooks/:webhook_idUpdates a webhook.

Delete a Webhook

DELETE /v2/accounts/:account_id/webhooks/:webhook_idDeletes a webhook.