stripe-node icon indicating copy to clipboard operation
stripe-node copied to clipboard

Missing Types on Invoice PaymentMethodType

Open baristikir opened this issue 3 years ago • 2 comments

Describe the bug

Invoice.d.ts is missing payment methods on the type PaymentMethodType. From the docs - Invoice API Docs - eps and p24 payment methods are missing on type PaymentMethodType.

To Reproduce

Missing types

Expected behavior

Missing types

Code snippets

No response

OS

macOS

Node version

node v16.13.2

Library version

stripe v9.1.0

API version

2020-08-27

Additional context

No response

baristikir avatar May 18 '22 14:05 baristikir

The same issue with Payment Capabilities (missing Blik payment method).

ahanusek avatar May 19 '22 15:05 ahanusek

blik is not a public feature today so it's expected that it's not in client libraries.

remi-stripe avatar May 19 '22 18:05 remi-stripe

upi, netbanking payment methods missing.

Praveenpn180 avatar Mar 13 '23 05:03 Praveenpn180

@Praveenpn180 same as my last comment above, those are not payment method types that we publicly support so it's expected they are not in the library.

remi-stripe avatar Mar 13 '23 14:03 remi-stripe

PaymentMethodType now has both eps and p24.

pakrym-stripe avatar Jan 12 '24 21:01 pakrym-stripe