#jco_best-practices

1 messages ยท Page 1 of 1 (latest)

torpid socketBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

thick rose
#

hey there ๐Ÿ‘‹ Stripe Connect is our solution for multi-party payments, so if you need to send funds to a third-party (i.e. a 'creator') through Stripe, then you'd need to use Connect

smoky sphinx
#

I see, so I can collect payments as myself, as this is a product I sell, but when it comes to the creator payout, my system calculates what they are paid monthly, and then how would I send it to the creator using connect? The creators never actually have any products they sell.

thick rose
#

well you'd need to first onboard the creators as 'connected accounts' (i.e. collect their details and verify their accounts)

from there, you could add funds to your Stripe balance to transfer to the connected accounts

then Stripe would automatically handle paying the funds out to their bank accounts (or you could use the Payouts API to manually control the payout scheduling if you prefer)

smoky sphinx
thick rose
smoky sphinx
#

Ok thank you, I need to look into the stripe elements equivalent of all this.

thick rose
#

"Stripe Elements" normally refers to our pre-built UIs for various purposes (mostly for building checkout flows): https://docs.stripe.com/payments/elements

managing a Connect integration typically involves more backend integration with our API directly

#

but we're here if you have any questions

smoky sphinx
#

I am trying to make the checkout stuff work perfectly on my page, and not redirect users off site for anything, is this not possible for the connect stuff?

thick rose
#

the checkout process (i.e. a customer making a payment) and the Connect part would be separate parts of your application

but yes! it's possible to avoid redirecting the creator for sure - just involves some server-side integration to send requests to Stripe in that case

smoky sphinx
#

Ok sounds good. is that in the docs anywhere?

thick rose
smoky sphinx
#

Ok thank you.