#foundertx-reactnative-connect

1 messages · Page 1 of 1 (latest)

raven cradle
#

Hey @whole ridge

whole ridge
#

hey how are you ?

#

Did I say something wrong?

raven cradle
#

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.

whole ridge
#

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?

raven cradle
#

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

whole ridge
#

Okay thank you

raven cradle
#

Did all of that makes sense?

whole ridge
#

Yes it did I will be using Lambda Function to create the payment Intent.Thank You .