#kun_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1403092335780433993
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
any help?
Hello ๐
What kind of funds flow are you using? https://docs.stripe.com/connect/charges
I have an application
where customers can create subscription
Customers can signup to our application via affliates accounts and then a % of the subacription monthly value will go to affliate stripe account
What kind of funds flow are you using? I shared the doc that explains the 3 different kinds.
Understanding the charge types is fundamental to building a Stripe Connect integration. I strongly advise you to read through the docs end-to-end. Otherwise you could wind up making integration decisions that will make your business progressively more difficult.
But in summary:
- Direct charges: All records/objects are created on the Connected Account - Platform keeps a % or flat amount
- Destination Charges: All records/objects are created on Platform account - a portion is automatically transfered to the Connected Account
- Separate Charge & Transfers: All records/objects are created on the Platform account - Platform makes separate API requests to transfer portions of the funds to one or more Connected Accounts
Fund are in dollars that my stripe subscribed customer will pay monthly to stripe
and if the have connected account , the connected accoiunt will get its percentage
Direct charges: All records/objects are created on the Connected Account - Platform keeps a % or flat amount
Afliate will have a customer id from stripe
and it will get directly on stripe
I think you need to thoroughly review the Connect docs.
This Discord server is for helping developers coding integrations with Stripe APIs so that is the kind of help we can offer. So if you have some specific coding problem you are running into, I can help. But I cannot design your Connect integration for you.
I recommend you start here: https://docs.stripe.com/connect/how-connect-works
sure let me read it and then Ill get back to you