#paymentplugins
1 messages · Page 1 of 1 (latest)
Hi there, taking a look now
you're using a beta right now, we don't really help with betas here. You should have a point of contact at Stripe I assume who's already helping you with this beta usually
you can see in that request it has expected_payment_method_type: "card" for example. I don't really know what your code is doing right now and how you triggered that call in the first place either
As far as I can tell you updated the PaymentIntent client-side with a Link PaymentMethod in https://dashboard.stripe.com/logs/req_aaplBHLFjXe4Lc specifically
Then you did things server-side (both an update and a confirm) and then you had to re-confirm client-side.
I think the bug is how you re-confirm client-side. Can you share that part of the code?
@uncut lantern thank you for the insight. In the interest of saving you your sanity and mine, I will reach out to our point of contact. It appears this particular merchant was using a beta which is from a previous version of our product. I'll take note that support for beta's is not usually provided here.