Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit b66b68e

Browse files
feat: Add ACH webhook flows
1 parent 9f89174 commit b66b68e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

billing/constants.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ class StripeWebhookEvents:
2020
"subscription_schedule.created",
2121
"subscription_schedule.released",
2222
"subscription_schedule.updated",
23+
"setup_intent.succeeded",
24+
"setup_intent.payment_method_attached",
25+
"setup_intent.payment_method_automatically_updated",
26+
"setup_intent.payment_method_changed",
27+
"setup_intent.payment_method_expired",
28+
"setup_intent.payment_method_removed",
29+
"setup_intent.setup_future_usage_updated",
30+
"setup_intent.setup_future_usage_expired",
31+
"setup_intent.setup_future_usage_automatically_updated",
2332
)
2433

2534

0 commit comments

Comments
 (0)