#foundertx-reactnative-connect
1 messages · Page 1 of 1 (latest)
nothing wrong no, I'm just saying hello and reading your question
Is there a way to save the users cards in stripe without creating a backend ?
A "back end" is always required to use our products/APIs.
https://stripe.com/docs/connect/collect-then-transfer-guide is likely the guide you want to read first
What backend must i create and how can i create the backend in my app
Do you guys have a video tutorial about what you sent to me?
We have numerous tutorials and videos yes but not one specifically for exactly what you need with all the pieces
It doesn't matter what "back end" you use.
Like as a developer, you are familiar with this already, you likely just use a different word
AWS Amplify is likely where you store your server-side code. That's where you'd create a PaymentIntent, create a connected account, etc.
the React Native part is the client-side app/code, it's like a website, it collects information and shows UI screens, but the real operations happen on your server
Okay thank you
Did all of that makes sense?
Yes it did I will be using Lambda Function to create the payment Intent.Thank You .