#jane-connect-reactnative
1 messages · Page 1 of 1 (latest)
First, have you already gone through this guide to determine the best account type for your usecase? Standard may or may not be the right answer: https://stripe.com/docs/connect/accounts
I am going to take a look right now
That's the best place to start
From there you can work your way through the connect docs of your specific account type
Connect is a complicated product offering, so it's recommended you start there at the docs and read first
Thank you so much for your suggestion . Let me take a look and once I have done ,I will back to you .
Hi there , I have take a look at the link that you've sent me . And I am hesitating which one I should use .Could you please give me some suggestion according to what my application needed ? Here is what I need . My app has a function which allows user to withdraw bonus to their debit card one reach 125 dollar . And I am considering once they click on the withdraw button ,I will be able to set up a Connect Account to them .And of course ,my own Stripe account should be the one that I am receiving payments from user .Which kind of connect account you will recommend ? By the way ,I would love that able to use intergrate in React Native and node.js .Thank you so much !
So since your account is the one receiving payment, I think Express or Custom are what you should look into
At that point, it's just weighing between the pros and cons of each
Up to you in the end. I recommend you read both docs to decide
Ok, better start from Express ,could you please guide me how to set up with React Native ?
Which part?
Have you read the docs?
Start here: https://stripe.com/docs/connect/express-accounts
Most of the integration is server side
User 's sign up part . For instance ,what informations that user should enter ?
In the link you gave , I can only see country ... Did you have any form like the payment of UI intergration in React Native ?Which needs user to sign up their visa number ,csv etc .
I mean a Component of it which allow me to insert in React Native to get information from user in order to allow me to create an Express Account
There's no component for that. You would just need to collect details in a form you create for anything you want to pre-populate in the account creation request: https://stripe.com/docs/connect/express-accounts#create-account
But majority of info is collected in the account link: https://stripe.com/docs/connect/express-accounts#redirect-link
Thank you so much ,I will take a look ,and if I got more question ,I will back to you .
Sounds good