Open peichincc opened 2 months ago
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: https://github.com/stripe/stripe-js/blob/aa7cbe70357e9242c12bcfbe3abb67233f547125/types/stripe-js/stripe.d.ts#L28
confirmMultibancoPayment
https://js.stripe.com/v3
Stripe
@stripe/stripe-js
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.
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: https://github.com/stripe/stripe-js/blob/aa7cbe70357e9242c12bcfbe3abb67233f547125/types/stripe-js/stripe.d.ts#L28Environment
No response
Reproduction
No response