#tyson
1 messages · Page 1 of 1 (latest)
Or is there a easier way of doing it through checkout
Okay
- That is a complicated flow and it will take a bit to untangle it.
- What kind of Connect Accounts are you using (Standard, Express, Custom)?
https://stripe.com/docs/connect/accounts
I can change it but i think express so i can control what type o dashboard
Okay, so in that case you would create the Price and Customer on your account
So your integration would need to allow your "users" to create these objects in a way that makes them on the Platform account
But if its simple, as i want them to control redunds and such so maybe standard accounts are better?
And the Subscriptions would be created on your account
As i don't want to be responsible for refunds
If you want the Connect Account to handle more of the responsibility they also get more capabilities
Okay so i should OAuth the standard accounts only then, so how does that change the api calls i need to do.
In that case you would use OAuth if you are connecting to existing Stripe Accounts. You would use the Accounts and Account Links APIs to create new Stripe Accounts.
I'm sorry but your integration process is not clear at all to me. How are Connect Accounts getting associated with your platform? Do you expect your users to already have Stripe accounts or are you creating accounts for them?
I have already create the workflow for my users to create a connect account, so ill have the connect accounts ID
Okay so your users are creating Connect Accounts. What type of connect account are they creating?
just checking bear with em
me*
I'm using adalo to create my app do you have any idea what type of the acconts are?
I have not heard of adalo. I you likely would need to reach out to them to get a better understanding of what types of accounts they create so you can adjust your API calls to match. Different account types need to make API calls in a different way.
ok sweet will do then can i message this chat?
Yup. We will be here ready to help.
@devout salmon What's the Q?
@near musk For my marketplace, if i want users to be able to cancel other users memberships to them should i use standard accounts or is that functionality avalible with express accounts.
Or could is use express accounts and then use API to allow them to do that functionality?
Sorry, struggling to understand what this means:
i want users to be able to cancel other users memberships to them
Can you break down your business model?
So my platform is a subscription marketplace where clubs create memberships that other users can subscribe to. and my platform takes %. What is the best account type to use if i want my users to be able to manage the subscriptions to their club.
Well those requirements don't limit you to a specific account type. You should pick the account type that best aligns with your business needs. Details here: https://stripe.com/docs/connect/subscriptions#customer-connected-account
Or are express accounts better if a want my branding on the account
You can control branding to an extent with standard accounts: https://stripe.com/docs/connect/platform-controls-for-standard-accounts#co-brand-your-connected-account-experience
You should study this page and understand the different account types, and how that impact liability and funds flow: https://stripe.com/docs/connect/accounts
Ok, so i have decided to go with standard accounts as it give my users more functionality.
Will i then use payment-indent API with Stripe-Account call to create the memberships that their users will purchase
and will those payments with those users be direct charges?
You're working with recurring payments (subscriptions), aren't you?
yes
just checking, will clubs be able to manage their subscribes on the dashboard?
Then you don't work with Payment Intents directly: https://stripe.com/docs/billing/subscriptions/build-subscriptions
Yes, as standard accounts
With the integration it requires me to Model your business by building a product catalog. however really its the clubs who need to model their product catalog
I think this would work well for the clubs users
But how would the clubs create their purchasable subcriptions
You'd create them for them, as the platform on their behalf using the Stripe-Account header
ok sweet, using the payment-indent endpoint
No, you're using subscriptions. See the link I shared above
ok sweet thanks very much for your help. and this condiering were using standard accounts would be direct charges?
Correct yep
sweet thanks for your help, going to build it now could you keep this open for a while incase i run into something