diff --git a/types/stripe/index.d.ts b/types/stripe/index.d.ts index d9af4b6dfe..d8ad5f59ce 100644 --- a/types/stripe/index.d.ts +++ b/types/stripe/index.d.ts @@ -4300,6 +4300,11 @@ declare namespace Stripe { */ client_secret?: string; + /** + * ID of the payment method (a PaymentMethod, Card, BankAccount, or saved Source object) to attach to this PaymentIntent. + */ + payment_method?: string; + /** * Email address that the receipt for the resulting payment will be sent to. */