#xyarin-connect-payments

1 messages · Page 1 of 1 (latest)

warm garnetBOT
neon arrow
#

Hello! If you're comfortable with software development then yes, you should be able to use Stripe to build all of this

#

Ifyou're looking for a no-code solution though, you'll likely want to use a third-party plugin to help

slender field
neon arrow
#

Just to doublec check - when you say you want to build a marketplace, are you talking about something like shopify, or are you just talking about your own store/products (you're not accepting payments on behalf of others)

slender field
#

So yeah more like Shopify I'd say

#

I am just trying to find and understand the tools I need to use from Stripe, there are so many

neon arrow
#

Gotcha!

#

So really there will be two main things you'll need to look into:

  • the marketplace aspect (which we support with our Connect product)
  • the payment aspect (which we have a few different options for)
#

For the marketplace part - you'll want to start by choosing your account type: https://stripe.com/docs/connect/accounts. If you want teachers to accept payment directly you'll likely want Standard accounts, but if you want payments to go through your platform then you'll want express or custom accounts. Once you've chosen your account type you'll need to read about how to handle onboarding of new accounts/teachers

#

For payments - you have a few options on how this can be collected. You can do fully hosted flows like Payment Links, low-code solutions like Checkout, or do a fully custom UI with Payment Element

slender field
neon arrow
#

I'd recommend express - custom is more work to integrate

slender field
neon arrow
#

I don't know if the Sripe CLI specifically has an example for this - you can use stripe samples list to see the full list of samples though and see if one matches whaty ou want