diff --git a/README.md b/README.md index 1cdaf57..96a2cf2 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ If there are more I should be tracking for updates, please file a PR. If they do ```ts const allowedEvents: Stripe.Event.Type[] = [ "checkout.session.completed", + "checkout.session.async_payment_succeeded", "customer.subscription.created", "customer.subscription.updated", "customer.subscription.deleted",