#Rolf-react-native
1 messages · Page 1 of 1 (latest)
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.
Can you share the ID of a Payment Intent where this is happening?
Also details on the integration (code, versions, etc)
So like "pi_3KYUpLKT2AImx9h31PvvyhXS" ?
What part of code would you like to see?
"@stripe/stripe-react-native": "0.2.3"
"expo": "^44.0.0"
I guess where you confirm the PI (confirmPayment)
How can I paste code here? Is it okay that it turns it into a "message.txt" it wants to attach?
Are there any errors indicating an issue when attempting to confirm?
This is the error:
{ "code": "Failed", "declineCode": null, "localizedMessage": "Card details not complete", "message": "Card details not complete", "stripeErrorCode": null, "type": null, }
that's something we see sometimes(https://github.com/stripe/stripe-react-native/issues/508 for example)
it's generally down to how you use the components, or if you re-render the Element too often
if you write to https://support.stripe.com/?contact=true we can try to dig in more over email, it's a little much to get into on Discord
Okay, thanks. Any way of deleting the code from here?