account.application.authorized
Fires when a user authorizes a Stripe application.
Auth
- Auth method
hmac-sha256- Signature header
Stripe-Signature- Signature detail
- HMAC-SHA256 with versioned scheme; header contains timestamp and v1 hash. Verify timestamp to prevent replay attacks.
Delivery
- Guarantees
- at-least-once
- Backoff
- Exponential backoff over multiple hours.
- Retry window
- PT72H
Payload schema (field names + types only)
id string requiredobject string (const: "event") requiredapi_version string requiredcreated integer requireddata object requiredobject object requiredprevious_attributes object | null livemode boolean requiredpending_webhooks integer requiredrequest object | null type string required