#paymentplugins

1 messages · Page 1 of 1 (latest)

placid valeBOT
pliant grail
#

Hi there, taking a look now

uncut lantern
#

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?

hard radish
#

@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.

uncut lantern
#

ah yeah if you have multiple betas and version of the plugin that's tricky

#

just in case it helps: when you call confirmPayment() you shouldn't pass elements