Skip to main content

Overview

Alana Shopping sends webhook events for billing and subscription changes via Stripe. Your application can listen for these events to automate workflows.

Supported events

Webhook security

All webhook payloads are signed by Stripe. Always verify the signature before processing:
Never process webhook events without verifying the Stripe signature. Unverified webhooks could be spoofed by malicious actors.

Retry policy

Stripe retries failed webhook deliveries with exponential backoff for up to 3 days. Ensure your endpoint returns a 200 status code promptly to avoid retries.
Last modified on February 16, 2026