#maousatan.
1 messages ยท Page 1 of 1 (latest)
Hi
Could you please share more details ?
Actually I was thinking if There exist some connected account of the user of any app to get payments, So when any other user who wanna pay via their cards then they enter:
Card/Account Number.
Cvv
Dates etc.
So what i want to know is that when any user who wants to pay will they may/may not have their Stripe account or what?
I mean those who wanna pay will just give their bank account details and Stripe will just cut down their balence from their international account am I right?
They don't have to make their connected account as well right?
@frosty needle Bro I will be waiting ๐
Please don't use mentions, we are monitoring all threads.
oh sorry i will take care ๐
I'm not sure I understand 100% your flow, can you share some example ?
Actually let say there exist a user on stripe in connected account and there exist any other lay man who just wanna pay the stripe user he/she will just give their Bank Account details, they dont have to make theire separate stripe connected account to the same business am i right?
Well I don't see the link here... Let's try digging into this step by step:
there exist any other lay man who just wanna pay the stripe user he/she will
You mean send money to an end user here, like payout ?
There are totally 2 different side of a Coin.
Side 1:
There exist an application like Udemy having teachers, let say teachers have their connected account with Udemy's Stripe Account.
Side 2:
There is a student who wanna donate/pay the teacher through that payment form.
For student it is not importent to make their separate/new connected stripe account to that Udemy's business?
I mean if student/user wanna pay to teacher/native-app-user the the stuedent/user will just pay by just providing their bank-account-details
Understand?
For student it is not importent to make their separate/new connected stripe account to that Udemy's business?
No, if the Student is just paying the teacher they don't need to have a connected account.
Oh thanks bro you are a life saver but there is one more thing i wann konw will please help with that too?
yes of course.
https://stripe.com/docs/connect/oauth-standard-accounts
In above tutorial there exist a button Connect with stripe is there any library to get that compnent in reacjs or not or what?
No, you can implement it as a simple href button with the oauth url
Yeah i did that successfully but i thought if there is any component so i must use that but ok i have already done as you just told me but one more thing
As i am a developer and when i click that button(I have OAuth folw from my Stripe account) i go on to a page to make a connected account but as i don't have bank account is there any way we can create connected account using test data in bank account as well
First what type of connected Account you'll be using ? Standrad, Express or Custom ?
I mean:
I have configured the configuration to make connected account(so that native-app-users(like teachers) can create their connected account to may app(like Udemy))
Now they click on the button Connect with Stripe
Now they(users like teachers) see a screen to fill form to get connected to my app(like udemy)
Now what if they dont have bank account?
Actually for testing i will be using the test data so is there any way or not?
Std or Exp
For Express Account, you should be using AccountLinks and not Oauth. Oauth isn't recommended with Express.
You can find here all necessary test data for connect:
https://stripe.com/docs/connect/testing
so you mean OAuth should be used with std accounts right?
Yes
why not with express ?
You'll maye be facing issue with webhook during the onboarding.
hey bro ?
https://stripe.com/docs/connect/testing
according to above documentation i must get a connected account in my Stripe account if user skips the form am i right but i dont see any connected account
I'm not understanding the last part, could you please clarify more ?
User clicks on Connect stripe account
Now he/she see a form to fill to get connected to my Stripe account.
According to the documentation if someone click Skip form fill(which is possible in testing i think) their i will see an account connected in my Stripe acccount but i dont see any?
Is there any way i can rate your work you are really good bro
I mean in discord for your rating?
You are using oauth I imagine right?
yep
No, but happy to hear that thanks!
ok
am i right about that if so thn why i cant see that account ?
It depends when the user click skip actually.
The most accurate way is to use account links:
Standard: https://stripe.com/docs/connect/standard-accounts
Express: https://stripe.com/docs/connect/express-accounts
It is the same thing tarzan sent me last day but it is not helpful at all
What issue you are facing exactly ? could you please share more details ?
I have a button(Connect with stripe) to so that user(like teachers) can connect themselves to my my app(like udemy) but how can i test this connection if i dont have any bank account?
You need to replace the link in that button with account link redirection.
I have it done as well
yes and you've created an accountId already, so you should have an Account
What i am saying is that:
WHile testing:
according to the documentation if users clicks the skip form filli should see a connected account in my stripe but i dont see any account connected in my stripe?
Can you share what happens when you click on (Connect with stripe) ? what is the link ?
Ok follow the link, this is the link when user click the button they get along with according to the documetation while testing if he/she clicks skip form fill i will see an account connected but i dont see any?
User is on the link.
He/she clicks the button Skip this form
There account must get connected with dummy data according to documentation but i dont see any connected account:
The client_id in the link you are sharing and the client_id in the screenshot isn't the same.
you should be using your development client_id
Yeah i am using my development client_id thats why they are not same bro
the pic is from another browser
Well try to complete fill all the inputs and finish the process to the end.
Are you skipping filling the inputs or you are aborting the account onboarding (e.g. closing the browser without continuing all the steps ?)
yes i am skiping filling inputs
Could you make a screenvideo or something to follow how are you doing the tests ?
Ok i cant right now but i will as soon as possible