#DiscoBlade
1 messages · Page 1 of 1 (latest)
👋 happy to help
oh i see. Thank you
no worries
last question
i want to have a controll of connected account balance. I want to transfer their balance into their connected bank account, how can i do that?
this is called payout
you can read more about it here ^
I've already try that endpoint in api but it say that no connected bank account error something
you need to see whether your connect account has already an external bank account
you're creating a payout for your own account
would you mind copying the req_xxx from the request_log_url?
req_xEMHLfWSBpglSJ?t=1675943106
"request_log_url": "https://dashboard.stripe.com/test/logs/req_xEMHLfWSBpglSJ?t=1675943106"
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
you just need to create a transfer
the payout happens based on the payout schedule
that you can specify
i set the payout to manual
in that case you need to follow this https://stripe.com/docs/connect/manual-payouts#regular-payouts
it's basically the same API route
you just need to specify the Stripe-Account header
oh that's what i'm missing the Stripe-Account header. Thank you mate it's working now
sure thing let me know if you need any more help