diff --git a/stripe/stripe.d.ts b/stripe/stripe.d.ts index b07d647936..659c75bf3e 100644 --- a/stripe/stripe.d.ts +++ b/stripe/stripe.d.ts @@ -78,6 +78,8 @@ interface StripeBankTokenParams currency: string; account_number: number | string; routing_number?: number | string; + account_holder_name: string; + account_holder_type: string; } interface StripeBankTokenResponse