-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any Better Documentation? #52
Comments
Documentation is very lacking on stripe connect. |
Probably too late to be helpful, but maybe useful for the next person who comes across this ... I too started reading through this app and found that it bears little resemblance to the docs and is also confusing to follow. The docs describe calls that don't exist in this example so maybe it's from some older version of the API or approach to connect. Stripe's API documentation is generally excellent but when it comes to working examples ... not so great. Also, if you're creating a demo app to show off "express" maybe using node "express" doesn't help make things clearer. Anyhow, going off the approach described in the docs worked for me, so to answer your specific questions: Creating an account is a two step thing, first creating the account which gives you the ID:
And then using that account ID to create a redirect to take them to that account:
If they don't complete the signup then it appears they leave a restricted account. The docs mention re-running this flow which presumably would create another account for them, leaving the other an orphan, but you can delete them using the API. I'm going with the approach of saving the account ID against their user in the system as soon as it is generated and then generating the accountLink again if they haven't completed the sign-up, so they can get back to the same one. Reading the account from stripe as part of showing the dashboard allows you to show the status and pick what the messaging and link should be (this is shown in this app). One they are signed up and activated (checking for
|
Resolved Resolution is under the posting. Most likely a wrong place to put this question but I don't know the better one. I have a misunderstanding of stripe account onboarding flow. The thing is that using demo link: https://rocketrides.io/ I have less steps to fill in during the onboarding. And with running the project locally I have a way more steps. I am trying to understand why is this happening and the only reason for this would be the stripe platform account setup. Could you guys tell me what is the country of stripe platform account for this demo? Or maybe any other specific properties that make onboarding shorter? I read about capabilities https://stripe.com/docs/connect/express-accounts#create-account
Although, in the code of demo project I don't see any capabilities specified. Maybe these capabilities are directly set on stripe platform account. Then I'd like to know about them. Also, these guys are saying it's impossible to limit the number of steps during the onboarding for express and standard But, how then the Demo has so limited onboarding? In details: Onboarding locally has these steps: 1. Get paid by My Account(same as demo), 2. Tell us about your business(same as demo), 3. Verify your personal details(and now the difference begins, this has additionally these fields: date of birth, address, phone number, Last 4 digits of Social Security number), and many other steps that are not present in demo. Why I have this difference between demo app and the same demo app but running locally pointed to my stripe platform account? Problem resolution: The problem was that my stripe platform account country wasn't US. |
This worked for me! |
I need help with my account balance to be available in to my stripe connect account issue resolved thanks. Aminata k Owusu
Sent from Yahoo for iPhone
On Monday, January 15, 2024, 14:47, volodymyr-matselyukh ***@***.***> wrote:
Most likely a wrong place to put this question but I don't know the better one.
I have a misunderstanding of stripe account onboarding flow. The thing is that using demo link: https://rocketrides.io/ I have less steps to fill in during the onboarding. And with running the project locally I have a way more steps. I am trying to understand why is this happening and the only reason for this would be the stripe platform account setup. Could you guys tell me what is the country of stripe platform account for this demo? Or maybe any other specific properties that make onboarding shorter?
I read about capabilities https://stripe.com/docs/connect/express-accounts#create-account
To reduce onboarding effort, request only the capabilities you need.
Although, in the code of demo project I don't see any capabilities specified. Maybe these capabilities are directly set on stripe platform account. Then I'd like to know about them.
Also, these guys are saying it's impossible to limit the number of steps during the onboarding for express and standard
stripe accounts: https://stackoverflow.com/questions/75175780/stripe-connect-limit-the-number-of-steps-during-the-account-linking-onboarding
But, how then the Demo has so limited onboarding?
In details:
Onboarding in demo has these steps: 1. Get paid by Rocket Rides(email, phone number), 2. Tell us about your business(Country, type of business), 3. Your details(Legal name, email, website), 4. Select an account for payouts(selecting payout method), 5. Let's review your details(reviewing details).
Onboarding locally has these steps: 1. Get paid by My Account(same as demo), 2. Tell us about your business(same as demo), 3. Verify your personal details(and now the difference begins, this has additionally these fields: data of birth, address, phone number, Last 4 digits of Social Security number), and many other steps that are not present in demo.
Why I have this difference between demo app and the same demo app but running locally pointed to my stripe platform account?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
and help connect on boarding to my US bank account
Sent from Yahoo for iPhone
On Monday, January 15, 2024, 14:47, volodymyr-matselyukh ***@***.***> wrote:
Most likely a wrong place to put this question but I don't know the better one.
I have a misunderstanding of stripe account onboarding flow. The thing is that using demo link: https://rocketrides.io/ I have less steps to fill in during the onboarding. And with running the project locally I have a way more steps. I am trying to understand why is this happening and the only reason for this would be the stripe platform account setup. Could you guys tell me what is the country of stripe platform account for this demo? Or maybe any other specific properties that make onboarding shorter?
I read about capabilities https://stripe.com/docs/connect/express-accounts#create-account
To reduce onboarding effort, request only the capabilities you need.
Although, in the code of demo project I don't see any capabilities specified. Maybe these capabilities are directly set on stripe platform account. Then I'd like to know about them.
Also, these guys are saying it's impossible to limit the number of steps during the onboarding for express and standard
stripe accounts: https://stackoverflow.com/questions/75175780/stripe-connect-limit-the-number-of-steps-during-the-account-linking-onboarding
But, how then the Demo has so limited onboarding?
In details:
Onboarding in demo has these steps: 1. Get paid by Rocket Rides(email, phone number), 2. Tell us about your business(Country, type of business), 3. Your details(Legal name, email, website), 4. Select an account for payouts(selecting payout method), 5. Let's review your details(reviewing details).
Onboarding locally has these steps: 1. Get paid by My Account(same as demo), 2. Tell us about your business(same as demo), 3. Verify your personal details(and now the difference begins, this has additionally these fields: data of birth, address, phone number, Last 4 digits of Social Security number), and many other steps that are not present in demo.
Why I have this difference between demo app and the same demo app but running locally pointed to my stripe platform account?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
𝖘𝖔𝖗𝖗𝖞 𝖇𝖚𝖙 𝖎 𝖉𝖔𝖓𝖙 𝖐𝖓𝖔𝖜 𝖍𝖔𝖜 𝖙𝖔 𝖉𝖔 𝖆𝖓𝖞 𝖔𝖋
𝖙𝖍𝖆𝖙 𝖎 𝖇𝖊𝖊𝖓 𝖙𝖗𝖞𝖎𝖓𝖌 𝖙𝖔 𝖉𝖔 𝖙𝖍𝖊 𝖘𝖙𝖗𝖎𝖕𝖊
𝖈𝖔𝖓𝖓𝖊𝖈𝖙 𝖘𝖙𝖚𝖋𝖋 𝖋𝖔𝖗 𝖆𝖜𝖍𝖎𝖑𝖊 𝖓𝖔𝖜 𝖎𝖙𝖘 𝖍𝖆𝖗𝖉 𝖋𝖔𝖗
𝖊 𝖙𝖔 𝖚𝖓𝖉𝖊𝖗𝖘𝖙𝖆𝖓𝖉 𝖍𝖔𝖜 𝖙𝖔 𝖉𝖔 𝖎𝖙 . 𝖘𝖔𝖗𝖗𝖞 𝖎
𝖈𝖔𝖚𝖑𝖉𝖓𝖙 𝖍𝖊𝖑𝖕 𝖞𝖔𝖚 𝖜𝖎𝖙𝖍 𝖎𝖙 . 𝖇𝖚𝖙 𝖎 𝖓𝖊𝖊𝖉 𝖍𝖊𝖑𝖕
𝖚𝖓𝖉𝖊𝖗𝖘𝖙𝖆𝖓𝖉𝖎𝖓𝖌 𝖍𝖔𝖜 𝖙𝖔 𝖊𝖛𝖊𝖓 𝖉𝖔 𝖆𝖑𝖑 𝖔𝖋 𝖙𝖍𝖎𝖘
𝖘𝖙𝖚𝖋𝖋 .
On Sun, Apr 28, 2024, 7:07 PM Aminata k Owusu ***@***.***>
wrote:
… and help connect on boarding to my US bank account
Sent from Yahoo for iPhone
On Monday, January 15, 2024, 14:47, volodymyr-matselyukh ***@***.***>
wrote:
Most likely a wrong place to put this question but I don't know the better
one.
I have a misunderstanding of stripe account onboarding flow. The thing is
that using demo link: https://rocketrides.io/ I have less steps to fill
in during the onboarding. And with running the project locally I have a way
more steps. I am trying to understand why is this happening and the only
reason for this would be the stripe platform account setup. Could you guys
tell me what is the country of stripe platform account for this demo? Or
maybe any other specific properties that make onboarding shorter?
I read about capabilities
https://stripe.com/docs/connect/express-accounts#create-account
To reduce onboarding effort, request only the capabilities you need.
Although, in the code of demo project I don't see any capabilities
specified. Maybe these capabilities are directly set on stripe platform
account. Then I'd like to know about them.
Also, these guys are saying it's impossible to limit the number of steps
during the onboarding for express and standard
stripe accounts:
https://stackoverflow.com/questions/75175780/stripe-connect-limit-the-number-of-steps-during-the-account-linking-onboarding
But, how then the Demo has so limited onboarding?
In details:
Onboarding in demo has these steps: 1. Get paid by Rocket Rides(email,
phone number), 2. Tell us about your business(Country, type of business),
3. Your details(Legal name, email, website), 4. Select an account for
payouts(selecting payout method), 5. Let's review your details(reviewing
details).
Onboarding locally has these steps: 1. Get paid by My Account(same as
demo), 2. Tell us about your business(same as demo), 3. Verify your
personal details(and now the difference begins, this has additionally these
fields: data of birth, address, phone number, Last 4 digits of Social
Security number), and many other steps that are not present in demo.
Why I have this difference between demo app and the same demo app but
running locally pointed to my stripe platform account?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGXTQ36LT73AXGHUBAV6ZQTY7WFNPAVCNFSM4WYCDO32U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBYGE3TAOJTHAYA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello my name is Aminata k Owusu I’m contacting you because my account payment has been paused Charges and payout are currently paused Please I need help with platform Rocket Rides Thanks
Sent from Yahoo for iPhone
On Sunday, April 28, 2024, 20:20, Kaytiekayte ***@***.***> wrote:
𝖘𝖔𝖗𝖗𝖞 𝖇𝖚𝖙 𝖎 𝖉𝖔𝖓𝖙 𝖐𝖓𝖔𝖜 𝖍𝖔𝖜 𝖙𝖔 𝖉𝖔 𝖆𝖓𝖞 𝖔𝖋
𝖙𝖍𝖆𝖙 𝖎 𝖇𝖊𝖊𝖓 𝖙𝖗𝖞𝖎𝖓𝖌 𝖙𝖔 𝖉𝖔 𝖙𝖍𝖊 𝖘𝖙𝖗𝖎𝖕𝖊
𝖈𝖔𝖓𝖓𝖊𝖈𝖙 𝖘𝖙𝖚𝖋𝖋 𝖋𝖔𝖗 𝖆𝖜𝖍𝖎𝖑𝖊 𝖓𝖔𝖜 𝖎𝖙𝖘 𝖍𝖆𝖗𝖉 𝖋𝖔𝖗
𝖊 𝖙𝖔 𝖚𝖓𝖉𝖊𝖗𝖘𝖙𝖆𝖓𝖉 𝖍𝖔𝖜 𝖙𝖔 𝖉𝖔 𝖎𝖙 . 𝖘𝖔𝖗𝖗𝖞 𝖎
𝖈𝖔𝖚𝖑𝖉𝖓𝖙 𝖍𝖊𝖑𝖕 𝖞𝖔𝖚 𝖜𝖎𝖙𝖍 𝖎𝖙 . 𝖇𝖚𝖙 𝖎 𝖓𝖊𝖊𝖉 𝖍𝖊𝖑𝖕
𝖚𝖓𝖉𝖊𝖗𝖘𝖙𝖆𝖓𝖉𝖎𝖓𝖌 𝖍𝖔𝖜 𝖙𝖔 𝖊𝖛𝖊𝖓 𝖉𝖔 𝖆𝖑𝖑 𝖔𝖋 𝖙𝖍𝖎𝖘
𝖘𝖙𝖚𝖋𝖋 .
On Sun, Apr 28, 2024, 7:07 PM Aminata k Owusu ***@***.***>
wrote:
and help connect on boarding to my US bank account
Sent from Yahoo for iPhone
On Monday, January 15, 2024, 14:47, volodymyr-matselyukh ***@***.***>
wrote:
Most likely a wrong place to put this question but I don't know the better
one.
I have a misunderstanding of stripe account onboarding flow. The thing is
that using demo link: https://rocketrides.io/ I have less steps to fill
in during the onboarding. And with running the project locally I have a way
more steps. I am trying to understand why is this happening and the only
reason for this would be the stripe platform account setup. Could you guys
tell me what is the country of stripe platform account for this demo? Or
maybe any other specific properties that make onboarding shorter?
I read about capabilities
https://stripe.com/docs/connect/express-accounts#create-account
To reduce onboarding effort, request only the capabilities you need.
Although, in the code of demo project I don't see any capabilities
specified. Maybe these capabilities are directly set on stripe platform
account. Then I'd like to know about them.
Also, these guys are saying it's impossible to limit the number of steps
during the onboarding for express and standard
stripe accounts:
https://stackoverflow.com/questions/75175780/stripe-connect-limit-the-number-of-steps-during-the-account-linking-onboarding
But, how then the Demo has so limited onboarding?
In details:
Onboarding in demo has these steps: 1. Get paid by Rocket Rides(email,
phone number), 2. Tell us about your business(Country, type of business),
3. Your details(Legal name, email, website), 4. Select an account for
payouts(selecting payout method), 5. Let's review your details(reviewing
details).
Onboarding locally has these steps: 1. Get paid by My Account(same as
demo), 2. Tell us about your business(same as demo), 3. Verify your
personal details(and now the difference begins, this has additionally these
fields: data of birth, address, phone number, Last 4 digits of Social
Security number), and many other steps that are not present in demo.
Why I have this difference between demo app and the same demo app but
running locally pointed to my stripe platform account?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGXTQ36LT73AXGHUBAV6ZQTY7WFNPAVCNFSM4WYCDO32U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBYGE3TAOJTHAYA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Contacting you to resolve this
Sent from Yahoo for iPhone
On Sunday, April 28, 2024, 20:20, Kaytiekayte ***@***.***> wrote:
𝖘𝖔𝖗𝖗𝖞 𝖇𝖚𝖙 𝖎 𝖉𝖔𝖓𝖙 𝖐𝖓𝖔𝖜 𝖍𝖔𝖜 𝖙𝖔 𝖉𝖔 𝖆𝖓𝖞 𝖔𝖋
𝖙𝖍𝖆𝖙 𝖎 𝖇𝖊𝖊𝖓 𝖙𝖗𝖞𝖎𝖓𝖌 𝖙𝖔 𝖉𝖔 𝖙𝖍𝖊 𝖘𝖙𝖗𝖎𝖕𝖊
𝖈𝖔𝖓𝖓𝖊𝖈𝖙 𝖘𝖙𝖚𝖋𝖋 𝖋𝖔𝖗 𝖆𝖜𝖍𝖎𝖑𝖊 𝖓𝖔𝖜 𝖎𝖙𝖘 𝖍𝖆𝖗𝖉 𝖋𝖔𝖗
𝖊 𝖙𝖔 𝖚𝖓𝖉𝖊𝖗𝖘𝖙𝖆𝖓𝖉 𝖍𝖔𝖜 𝖙𝖔 𝖉𝖔 𝖎𝖙 . 𝖘𝖔𝖗𝖗𝖞 𝖎
𝖈𝖔𝖚𝖑𝖉𝖓𝖙 𝖍𝖊𝖑𝖕 𝖞𝖔𝖚 𝖜𝖎𝖙𝖍 𝖎𝖙 . 𝖇𝖚𝖙 𝖎 𝖓𝖊𝖊𝖉 𝖍𝖊𝖑𝖕
𝖚𝖓𝖉𝖊𝖗𝖘𝖙𝖆𝖓𝖉𝖎𝖓𝖌 𝖍𝖔𝖜 𝖙𝖔 𝖊𝖛𝖊𝖓 𝖉𝖔 𝖆𝖑𝖑 𝖔𝖋 𝖙𝖍𝖎𝖘
𝖘𝖙𝖚𝖋𝖋 .
On Sun, Apr 28, 2024, 7:07 PM Aminata k Owusu ***@***.***>
wrote:
and help connect on boarding to my US bank account
Sent from Yahoo for iPhone
On Monday, January 15, 2024, 14:47, volodymyr-matselyukh ***@***.***>
wrote:
Most likely a wrong place to put this question but I don't know the better
one.
I have a misunderstanding of stripe account onboarding flow. The thing is
that using demo link: https://rocketrides.io/ I have less steps to fill
in during the onboarding. And with running the project locally I have a way
more steps. I am trying to understand why is this happening and the only
reason for this would be the stripe platform account setup. Could you guys
tell me what is the country of stripe platform account for this demo? Or
maybe any other specific properties that make onboarding shorter?
I read about capabilities
https://stripe.com/docs/connect/express-accounts#create-account
To reduce onboarding effort, request only the capabilities you need.
Although, in the code of demo project I don't see any capabilities
specified. Maybe these capabilities are directly set on stripe platform
account. Then I'd like to know about them.
Also, these guys are saying it's impossible to limit the number of steps
during the onboarding for express and standard
stripe accounts:
https://stackoverflow.com/questions/75175780/stripe-connect-limit-the-number-of-steps-during-the-account-linking-onboarding
But, how then the Demo has so limited onboarding?
In details:
Onboarding in demo has these steps: 1. Get paid by Rocket Rides(email,
phone number), 2. Tell us about your business(Country, type of business),
3. Your details(Legal name, email, website), 4. Select an account for
payouts(selecting payout method), 5. Let's review your details(reviewing
details).
Onboarding locally has these steps: 1. Get paid by My Account(same as
demo), 2. Tell us about your business(same as demo), 3. Verify your
personal details(and now the difference begins, this has additionally these
fields: data of birth, address, phone number, Last 4 digits of Social
Security number), and many other steps that are not present in demo.
Why I have this difference between demo app and the same demo app but
running locally pointed to my stripe platform account?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGXTQ36LT73AXGHUBAV6ZQTY7WFNPAVCNFSM4WYCDO32U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBYGE3TAOJTHAYA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Dude, this repo is a demo app for developers, it isn't "Stripe Account Support". Even if it was, you don't provide any real detail that would be needed to enable anyone to help you. I suggest contacting Stripe support if you have an issue with a live account. |
The documentation on the website is questionable at best and this sample code doesn't seem to map to the few pages of documentation.
Is there anything else available? a video a more clearly documented example?
I am getting through the express setup, but all my test accounts are restricted, and it is not clear to me how to actually edit the account as a logged in user. Stripe says the user does exists... Do I need to create the stipe user account first and then take the user down the connected account path?
How do I delete the test connect accountant?
Just looking for some additional guidance
The text was updated successfully, but these errors were encountered: