[BUG]: confirmMultibancoPayment missing from interface Stripe
peichincc opened this issue · 2 comments
What happened?
Version: @stripe/stripe-js 4.4.0
Others: @stripe/react-stripe-js 2.8.0
I am implementing Multibanco with the PaymentIntentent API, using the custom integration defined here:
https://docs.stripe.com/js/payment_intents/confirm_multibanco_payment
and also here:
https://docs.stripe.com/payments/multibanco/accept-a-payment?web-or-mobile=web&payments-ui-type=direct-api#submit-payment
This method confirmMultibancoPayment
exists on https://js.stripe.com/v3
, but the type is not defined in the Stripe
interface from the @stripe/stripe-js
package:
stripe-js/types/stripe-js/stripe.d.ts
Line 28 in aa7cbe7
Environment
No response
Reproduction
No response
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.