#zaq_connect-sct
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/1235354905171070997
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
zaq_connect-sct
@dense holly there are many ways to do this. The most common one is to use our Destination Charges flow https://stripe.com/docs/connect/destination-charges which does everything automatically as part of the payment acceptance.
If you really want to split the payment acceptance from transferring funds you can use our Separate Charges and Transfers flow: https://stripe.com/docs/connect/charges-transfers
okay great thanks, that first method seems like it's probably the way to go
right now we're collecting payment information (setupIntent) then a few days later when we figure out the final amount to charge, we are attempting to initialize a paymentIntent. do i need to create an additional checkout session? or is that part of the paymentIntent process