#skynet_best-practices

1 messages ¡ Page 1 of 1 (latest)

safe fiberBOT
#

👋 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/1242230736459661343

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

tight cobalt
#

Hi there

#

I recommend starting with looking through documentation on Stripe Connect

#

If you've chosen destination charges, this means funds are routed to your platform account and then transferred to the connected account (the account that is performing the service). A fee is also transferred back to your platform: https://docs.stripe.com/connect/charges#destination

tired bane
#

I did not know about PaymentSheet, thank you i'll take a look into that

tired bane
tight cobalt
tired bane
#

So in this scenario, the Platform account charge happens from User A (cc/bank account) and then gets sent to User B (Connected Account )

#

I just noticed the blue cc icon on the left, it does seem exactly how i described it

tight cobalt
#

In this scenario (a destination charge), a customer pays your platform for the service (with a cc, bank acount, or some other payment method type). Funds are transferred from your platform to the connected account's balance

tired bane
#

perfect. and if PaymetSheet is used how do we pass Connected Account info to it, is it something we need to store on our end or Stipe handles it

tight cobalt
tired bane
#

thank you!

#

I take it i can have my own api server handle it and not do it through the app directly correct?

tight cobalt
#

Your own backend server would handle creating PaymentIntents, right