#Astha
1 messages · Page 1 of 1 (latest)
Are you working with @drowsy locust ? They just shared the exact same error message with the same API key
No I am not with her
I am single developer
Do it compulsory to create client secret token from backend api?
Yes you need to create a Payment Intent via your backend/server, and return the response to your RN app. It's all outlined here: https://stripe.com/docs/payments/accept-a-payment?platform=react-native
Yes we are same
Just to understand the process:
Our app needs to create a request to our server, our server will generate client_secret and will return to our app. Then we need to use this client_secret to send to strip within payment intent
Correct?