Stripe Billing Events

Trigger workflows from Stripe payment events — subscriptions, charges, and disputes.

3 min readIntegrations

Connect Stripe to trigger Ayorax workflows when payment events occur — for example, auto-send a receipt email when a payment succeeds, or a recovery sequence when a payment fails.

Connecting Stripe

1

Go to Settings → Integrations → Stripe.

2

Enter your Stripe Secret Key (use a restricted key with read-only permissions).

3

Ayorax auto-creates a webhook endpoint in your Stripe dashboard.

4

Click Test Connection.

Triggerable Stripe events

  • payment_intent.succeeded — trigger a thank-you sequence
  • payment_intent.payment_failed — trigger a payment recovery workflow
  • customer.subscription.created — trigger an onboarding sequence
  • customer.subscription.deleted — trigger a win-back campaign
  • invoice.payment_failed — trigger a dunning workflow

Use Stripe events as workflow triggers to automate your entire customer lifecycle — from first payment to renewal to churn recovery.

Was this article helpful?