#tyson

1 messages · Page 1 of 1 (latest)

stable sequoiaBOT
devout salmon
#

Or is there a easier way of doing it through checkout

small rover
devout salmon
#

I can change it but i think express so i can control what type o dashboard

small rover
#

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

devout salmon
#

But if its simple, as i want them to control redunds and such so maybe standard accounts are better?

small rover
#

And the Subscriptions would be created on your account

devout salmon
#

As i don't want to be responsible for refunds

small rover
#

If you want the Connect Account to handle more of the responsibility they also get more capabilities

devout salmon
#

Okay so i should OAuth the standard accounts only then, so how does that change the api calls i need to do.

small rover
#

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.

devout salmon
#

Why would i create new accounts?

#

if i could use the original connect accounts

small rover
#

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?

devout salmon
#

I have already create the workflow for my users to create a connect account, so ill have the connect accounts ID

small rover
#

Okay so your users are creating Connect Accounts. What type of connect account are they creating?

devout salmon
#

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?

small rover
#

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.

devout salmon
#

ok sweet will do then can i message this chat?

small rover
#

Yup. We will be here ready to help.

near musk
#

@devout salmon What's the Q?

devout salmon
#

@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?

near musk
#

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?

devout salmon
#

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.

near musk
devout salmon
#

Or are express accounts better if a want my branding on the account

near musk
devout salmon
#

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?

near musk
#

You're working with recurring payments (subscriptions), aren't you?

devout salmon
#

yes

#

just checking, will clubs be able to manage their subscribes on the dashboard?

near musk
devout salmon
#

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

near musk
#

You'd create them for them, as the platform on their behalf using the Stripe-Account header

devout salmon
#

ok sweet, using the payment-indent endpoint

near musk
#

No, you're using subscriptions. See the link I shared above

devout salmon
#

ok sweet thanks very much for your help. and this condiering were using standard accounts would be direct charges?

near musk
#

Correct yep

devout salmon
#

sweet thanks for your help, going to build it now could you keep this open for a while incase i run into something