diff options
Diffstat (limited to 'infra/console.ts')
| -rw-r--r-- | infra/console.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/console.ts b/infra/console.ts index 3d482160d..5b08e9cea 100644 --- a/infra/console.ts +++ b/infra/console.ts @@ -77,6 +77,8 @@ export const stripeWebhook = new stripe.WebhookEndpoint("StripeWebhookEndpoint", "checkout.session.expired", "charge.refunded", "invoice.payment_succeeded", + "invoice.payment_failed", + "invoice.payment_action_required", "customer.created", "customer.deleted", "customer.updated", |
