Skip to content
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

Use some default values to improve Stripe onboarding #1267

Merged
merged 3 commits into from
Mar 11, 2020

Conversation

OtterleyW
Copy link
Contributor

@OtterleyW OtterleyW commented Mar 9, 2020

We pass some default values to Stripe when creating a new Stripe account in order to avoid the steps of picking the account type and saving the information about the business URL and mcc on Stripe's Connect Onboarding form.

These are the default values we send:
businessProfileURL: user's profile URL (can be edited through Connect Onboarding)
businessProfileMCC: default MCC code from stripe-config.js (can be edited through Connect Onboarding)
accountToken with following information:

  • accountType: individual or business
  • tos_shown_and_accepted: true

Screen Shot 2020-03-09 at 16 04 44

@OtterleyW OtterleyW temporarily deployed to sharetribe-starter-app March 9, 2020 14:24 Inactive
@OtterleyW OtterleyW temporarily deployed to sharetribe-starter-app March 10, 2020 09:22 Inactive
@OtterleyW OtterleyW temporarily deployed to sharetribe-starter-app March 10, 2020 09:36 Inactive
@OtterleyW OtterleyW temporarily deployed to sharetribe-starter-app March 10, 2020 09:57 Inactive
@OtterleyW OtterleyW temporarily deployed to sharetribe-starter-app March 11, 2020 09:20 Inactive
@OtterleyW OtterleyW merged commit 83ffb63 into master Mar 11, 2020
@OtterleyW OtterleyW deleted the improve-stripe-onboarding branch March 11, 2020 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants