#rssvxoxo

1 messages · Page 1 of 1 (latest)

keen roverBOT
minor bison
#

Sure, you can explicitly exclude link from payment_method_types when creating a payment intent.

wise loom
#

May I see any kind of doc?

#

Nevermind, found.

#

That didn't work actually

#
const { error } = await stripe.confirmPayment({
                    elements,
                    clientSecret,
                    confirmParams: {
                        payment_method_data: { billing_detailsbill },
                        payment_method_type: ["card"],
                        return_url: url,
                    },
                    redirect: 'if_required',
                });
minor bison
#

What's the paymentIntent ID?

wise loom
#

Oh, I think my issue is not related with create_intent

#

Maybe related with stripe.elements?