diff --git a/types/2020-03-02/PaymentMethods.d.ts b/types/2020-03-02/PaymentMethods.d.ts index 57aefa1be1..9156aabd14 100644 --- a/types/2020-03-02/PaymentMethods.d.ts +++ b/types/2020-03-02/PaymentMethods.d.ts @@ -884,6 +884,7 @@ declare module 'stripe' { namespace PaymentMethodListParams { type Type = + | 'alipay' | 'au_becs_debit' | 'bacs_debit' | 'bancontact' diff --git a/types/2020-03-02/WebhookEndpoints.d.ts b/types/2020-03-02/WebhookEndpoints.d.ts index 8b7d8caea6..b6b5e30611 100644 --- a/types/2020-03-02/WebhookEndpoints.d.ts +++ b/types/2020-03-02/WebhookEndpoints.d.ts @@ -316,6 +316,7 @@ declare module 'stripe' { | 'payment_intent.created' | 'payment_intent.payment_failed' | 'payment_intent.processing' + | 'payment_intent.requires_action' | 'payment_intent.succeeded' | 'payment_method.attached' | 'payment_method.card_automatically_updated' @@ -517,6 +518,7 @@ declare module 'stripe' { | 'payment_intent.created' | 'payment_intent.payment_failed' | 'payment_intent.processing' + | 'payment_intent.requires_action' | 'payment_intent.succeeded' | 'payment_method.attached' | 'payment_method.card_automatically_updated'