#lucy-cashapp-offsession

1 messages · Page 1 of 1 (latest)

spring glenBOT
lilac gorge
#

@quasi void you seem to have tried to confirm a PaymentIntent server-side with that PaymentMethod (CashApp) but it needs client-side confirmation to do QR code matching. How are you integrating exactly?

#

I'm looking to see if I can find out more but will take a while

#

lucy-cashapp-offsession

quasi void
#

I see. We allow CashApp as a payment method type in the Stripe Payment Element. I've gone through the flow in test mode and scanned a QR code to add a CashApp Payment Method.

lilac gorge
#

yeah something looks wrong here honestly

quasi void
#

Do you think it's something we did or a bug on Stripe's end?

#

What makes you think something looks wrong?

lilac gorge
#

Your code passes confirm: true, it should confirm the PaymentIntent and you end up in a state that says "oh that PaymentMethod didn't work" but there's no record of a Charge created even though one was. There's also absolutely no details about why it failed. So there is some bug somewhere in the design. So you need to talk to our support team so that they can investigate