Skip to content

Instantly share code, notes, and snippets.

@shey

shey/events.txt Secret

Last active March 18, 2024 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shey/72925e1f5551be0676ed49fa0a45dd93 to your computer and use it in GitHub Desktop.
Save shey/72925e1f5551be0676ed49fa0a45dd93 to your computer and use it in GitHub Desktop.
Stripe Events to Subscribe to For the Pay Gem
charge.refunded
charge.succeeded
checkout.session.async_payment_succeeded
checkout.session.completed
customer.deleted
customer.updated
invoice.payment_action_required
invoice.payment_failed
payment_intent.succeeded
payment_method.attached
payment_method.detached
payment_method.updated
customer.subscription.created
customer.subscription.updated
customer.subscription.deleted
customer.subscription.trial_will_end
invoice.upcoming
# common customization
invoice.payment_succeeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment