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

Update Stripe Connect Onboarding article #854

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SariSaar
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Oct 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flex-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 3:17pm

You can find the deprecated files still from v.3.7.0

- [PayoutDetailsForm](https://github.com/sharetribe/ftw-daily/tree/v3.7.0/src/forms/PayoutDetailsForm)
- [PayoutPreferencesPage](https://github.com/sharetribe/ftw-daily/tree/v3.7.0/src/containers/PayoutPreferencesPage)
- [stripe.duck.js](https://github.com/sharetribe/ftw-daily/blob/v3.7.0/src/ducks/stripe.duck.js).

## Stripe for customers: saved payment methods
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have this article: https://www.sharetribe.com/docs/how-to/save-payment-card
on how the template handles saved payment method. So maybe this section could be client agnostic

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also we could mention what relevance setupIntents have in this process: https://www.sharetribe.com/api-reference/marketplace.html#create-stripe-setup-intents

@shareoc
Copy link
Contributor

shareoc commented Nov 7, 2024

@SariSaar
I would adjust the article structure under the current Stripe for providers: Stripe Connect Onboarding heading. The current structure reads to me as a how-to (e.g., with steps 1-4).

Here’s a possible TOC and some ideas on what it could cover — just a suggestion to consider!

Provider onboarding in Stripe

  • Why is onboarding required for Providers, why do we recommend using Stripe hosted onboarding

    Stripe Connect Onboarding Flow (subheading)

    • How does this flow work from a technical perspective (client agnostic) (e.g. we Fetch Stripe Token, create stripe account, create stripe account link).
    • Maybe links to Connect Onboarding components like StripePayoutPage and StripeConnectAccountForm

    Stripe Accounts (subheading)

    • What are stripe connect accounts and how does the StripeAccount endpoint correlate
    • What Sharetribe endpoint is used and what kind of calls do we make to Stripe
    • Current article states things like “it’s recommended for you to pass the following information in the create-stripe-account call” but doesn’t explain why. I think we should be more explicit on what info you should pass to the endpoint and why. A lot of the parameters are listed as optional in the API ref and it’s unclear why they are optional
    • What are Stripe Persons (https://www.sharetribe.com/api-reference/marketplace.html#create-stripe-person) and when are they used

    Handling Verification Status & Stripe Account links

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