#rssvxoxo
1 messages · Page 1 of 1 (latest)
Sure, you can explicitly exclude link from payment_method_types when creating a payment intent.
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',
});
What's the paymentIntent ID?