stripe-node
stripe-node copied to clipboard
Missing Types on Invoice PaymentMethodType
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
The same issue with Payment Capabilities (missing Blik payment method).
blik is not a public feature today so it's expected that it's not in client libraries.
upi, netbanking payment methods missing.
@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.
PaymentMethodType now has both eps and p24.