Related Guides
Sub-merchant Onboarding APIs Set Up Webhooks Webhook PayloadsEndpoints
-
post
/v2/accounts/:account_id/webhooks- Create a Webhook: Creates a webhook. -
get
/v2/accounts/:account_id/webhooks/:webhook_id- Fetch a Webhook With ID: Retrieves the details of a webhook. -
get
/v2/accounts/:account_id/webhooks- Fetch all Webhooks: Retrieves the details of all webhooks. -
patch
/v2/accounts/:account_id/webhooks/:webhook_id- Update a Webhook: Updates a webhook. -
delete
/v2/accounts/:account_id/webhooks/:webhook_id- Delete a Webhook: Deletes a webhook.