#Rolf-react-native

1 messages · Page 1 of 1 (latest)

devout torrent
#

Hey! Sure, ask away!

wide belfry
#

Hey there ynnoj! The problem we're having is that after payment should go through and the payment method is added to Stripe, we actually get a "stripe card details not complete" error most of the time. But this happens only on iOS, Android is clean.

#

Also, it happens both in dev and prod modes.

devout torrent
#

Can you share the ID of a Payment Intent where this is happening?

#

Also details on the integration (code, versions, etc)

wide belfry
#

So like "pi_3KYUpLKT2AImx9h31PvvyhXS" ?

#

What part of code would you like to see?

#

"@stripe/stripe-react-native": "0.2.3"

#

"expo": "^44.0.0"

devout torrent
#

I guess where you confirm the PI (confirmPayment)

wide belfry
#

How can I paste code here? Is it okay that it turns it into a "message.txt" it wants to attach?

devout torrent
#

Are there any errors indicating an issue when attempting to confirm?

wide belfry
#

This is the error:
{ "code": "Failed", "declineCode": null, "localizedMessage": "Card details not complete", "message": "Card details not complete", "stripeErrorCode": null, "type": null, }

eager hare
#

it's generally down to how you use the components, or if you re-render the Element too often

wide belfry
#

Okay, thanks. Any way of deleting the code from here?