#L0rdandBooz
1 messages · Page 1 of 1 (latest)
Hello! I'm not sure if there's a way to do this, but looking...
Thank you Rubeus! I know at some point during my early testing I got it there via the dashboard but I can't figure out how to do it programmatically😅
You can do intra_stripe_flows, but as far as I know that's only from one Finanical Account to another, not from a Stripe Account balance to a Financial Account: https://stripe.com/docs/api/treasury/financial_account_features/object#financial_account_features_object-intra_stripe_flows
Yeah from what I understand that would allow me to do a venmo like solution if I wanted. Unfortunately I don't think that's what I need.
When a payment is created it goes here right?
https://stripe.com/docs/api/balance/balance_object#balance_object-available
Yep.
Is it alright if we leave this thread open for a bit and I just go back and forth with you while I explore some things?
Yep, and I'm working with a colleague internally to see if we can find a way too.
Thank you so much I really appreciate that.
Ah, we found it! Looks like you can do it by creating a Payout: https://stripe.com/docs/treasury/moving-money/payouts#payouts
You guys are amazing!! Thank you!
Just to clarify they do a payment with stripe -> goes to connect -> use payout to get to financial account ✅
That's the right flow for me to use right?
Yep, in a nutshell that's it.
Thank you so much rubeus! Please thank your colleague for me as well I really appreciate you guys taking the time to help me out here