#mmastrangelo_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1255214927694790716
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello! No, you can't specify a payout bank account for a specific Payment Intent. What you can do is put whatever you want in metadata on the Payment Intent, then use manual Payouts to send the right amounts to the right places.
You can specify a destination when you create a manual Payout: https://docs.stripe.com/api/payouts/create#create_payout-destination
Thank you - that's helpful. With manual payouts, would our software manage the schedule of the payouts? I.e., we send a payout request on a schedule managed on our end.
Yes, see here for details: https://docs.stripe.com/connect/manual-payouts
Thank you. Is there anything stopping us from having our customer set up a separate merchant account with their other bank account? Then, in our integration, we direct payments to the correct merchant account...
You mean a single person would have two different Stripe accounts connected to your platform, each with a different bank account?
Essentially. Our customers are businesses, not individual people, but yes.
That should be fine at a technical level, yeah.
thanks again.