You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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 onhttps://js.stripe.com/v3
, but the type is not defined in theStripe
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
The text was updated successfully, but these errors were encountered: