Skip to main content

List of OAuth Webhook Events

The table below lists the webhook events available for OAuth partners.

Event Name | Description

account.app.authorization_revoked | Triggered when the sub-merchant revokes access to the partner application.

Sample Payloads

Given below is the sample payload for the Partners Oauth webhook event.

Account App Authorization Revoked

account.app.authorization_revoked
Watch Out!
  • If you have changed your webhook secret, remember to use the old secret for webhook signature validation while retrying older requests. Using the new secret will lead to a signature mismatch.
  • While generating a signature at your end, ensure that the webhook body is passed as an argument in the raw webhook request body. Do not parse or cast the webhook request body.