#AryanADR
1 messages · Page 1 of 1 (latest)
Hello! How can I help?
Thanks man
What kind of connect accounts are you working with? And are you intending to use destination charges? Direct charges?
I need to know how to set up split payments
I'm not to sure
Let's say we have people paying £100 for my client
My commission is £30, I do not know how to get paid straightaway with a split payment
gotcha
so what docs have you been following so far? the answer here will change depending on whether you're doing destination vs direct charges so it's important to know
I've called stripe suppprt, go an email with some docs
Talks about standard accounts
Want to make it as simple as possiblt to set up for my client and I
So I guess standard acc is the way to go
If you're working with standard accounts then you'll want to use direct charges (which we talk about here https://stripe.com/docs/connect/direct-charges).
The specific section you'll want to look at is this one - https://stripe.com/docs/connect/direct-charges#collecting-fees
You'd set your application fee to £30 and those funds would be automatically transferred back to your account
Checking it out now
I've followed the first steps on there
It says I have to connect the OAuth
I'm trying to turn it on but I am left with this
Button's grey, don't know why
What does are you following that tell you to use oauth? Is there a specific reason you want oauth and not our connect onboarding flows?
You need to back up and go through this methodically - connect onboarding has a LOT of moving parts and docs to read in order to build a working end to end integration.
If you're stuck on the onboarding piece you should first read this - https://stripe.com/docs/connect/standard-accounts
I'm completely lost on this step bro
Use the /v1/accounts API to create a new account and get the account ID. You can prefill information on the account object for the user before you generate the account link. You must pass the following parameter:
type = standard
Can you be really specific about what's confusing you - at a high level you'd use our accounts API to create a new connected account. From there you'll get back an account ID that you can use to generate an account link where your connected account user would finish the onboarding process
It's the Accounts API - we show you how to use it further down the page https://stripe.com/docs/connect/standard-accounts#create-account
No, I'm a real person
I know I keep pushing you to the docs, but really connect onboarding has a LOT of moving parts and it's really important that you read through everything and understand how it all works if you intend to actually build a production-ready integration
We don't hop on calls, but definitely read through all the links and ask us questions