Webhook events
Authorization declined
Triggered when a user declines an authorization request. Surfaces a declined approval so customer success teams can follow up or adjust onboarding. Payload fields: paywallId, ownerUserId, externalUserId, walletUserId, requestId, reason.
WEBHOOK
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Paywall event payload that triggered the webhook delivery.
Event key (see the webhooks section for the full catalog).
Available options:
updated, archived, secret.rotated, integration.connected, integration.disconnected, integration.stripe.webhook.rotated, authorization.requested, authorization.completed, authorization.revoked, authorization.declined, balance.deposit.created, balance.topup.link.created, balance.trial.granted, balance.charge.created, balance.charge.completed, balance.charge.failed, usage.charge.created, usage.charge.deferred, usage.rate.limited, balance.depleted, request.blocked, stripe.checkout.session.completed, proxy.request.started, proxy.request.completed, proxy.request.failed, proxy.request.canceled, proxy.request.blocked Allowed value:
"authorization.declined"Payload fields: paywallId, ownerUserId, externalUserId, walletUserId, requestId, reason.
Response
200
Return a 2xx to acknowledge receipt.