#motoraton8
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- motoraton8, 5 hours ago, 4 messages
Can you check your dashboard logs and tell me if you see an API request that gets this error? https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Also can you send me the text of the code for your confirmSetupIntent call?
`const { error } = await confirmSetupIntent(clientSecretId, {
paymentMethodType: 'Card'
});
<CardField
postalCodeEnabled={false}
countryCode={Config.COUNTRY_CODE}
style={cardFieldStyles.cardStyle}
cardStyle={cardFieldStyles.cardInputStyle}
onCardChange={cardDetails => setCardFormDetails(cardDetails)}
/>`
That does look pretty close to what I can see in our docs. Trying to figure out what you may need to do here. https://stripe.com/docs/payments/save-and-reuse-cards-only?platform=react-native#react-native-collect-card-details
yes, it's very weird, I've tested with several versions and the same error.
Was this working at some point or under other conditions and something has changed in what you observe, or was this never working?
#1178700251616526426 message I don't have permissions at the moment, I will be able to check it soon
yes, it worked until beginning of last week aprox
Did you change/upgrade any part of your integration?
nothing relevant, the implementation is the same, using <StripeProvider />
I tried several solutions but without success https://github.com/stripe/stripe-react-native/issues/508
Can you explain more? What did change?
I would say nothing related to Stripe, related with a loader and the way that we charge the publishableKey
related with a loader
this is suspicious
If your loader ends up unmounting the card at the wrong time, it could cause this
before those changes still failing, we made some test releases all of them are failing with same error