diff --git a/types/2020-03-02/Checkout/Sessions.d.ts b/types/2020-03-02/Checkout/Sessions.d.ts index 02f39b3ace..67db331b00 100644 --- a/types/2020-03-02/Checkout/Sessions.d.ts +++ b/types/2020-03-02/Checkout/Sessions.d.ts @@ -901,7 +901,15 @@ declare module 'stripe' { } } - type PaymentMethodType = 'bacs_debit' | 'card' | 'fpx' | 'ideal'; + type PaymentMethodType = + | 'bacs_debit' + | 'bancontact' + | 'card' + | 'eps' + | 'fpx' + | 'giropay' + | 'ideal' + | 'p24'; interface SetupIntentData { /**