#kun_api

1 messages ยท Page 1 of 1 (latest)

small sailBOT
#

๐Ÿ‘‹ 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.

finite totem
#

any help?

wraith canopy
finite totem
#

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

wraith canopy
#

What kind of funds flow are you using? I shared the doc that explains the 3 different kinds.

finite totem
#

let me see the doc

#

can you explain the funds I dont understand

wraith canopy
#

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
finite totem
#

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

wraith canopy
#

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.

finite totem
#

sure let me read it and then Ill get back to you