#dalbeer
1 messages · Page 1 of 1 (latest)
i am confused between payouts and transfer
from my platform i want to pay to the vendors
Transfer = move money from your platform account to the connected account balance
Payout = move money from the account balance to a bank account
then i think first transfer to the connected account balance then move money to the bank account is it right?
Correct. And you can either do manual payouts or automatic payouts
https://stripe.com/docs/connect/manual-payouts
https://stripe.com/docs/connect/manage-payout-schedule
but i got this error https://i.imgur.com/ZlTPRXW.png
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
First, I transfer money from the platform to the connected account's balance using stripe.Transfer.create(). Afterward, I will transfer that account balance to the bank account of the connected user with the assistance of stripe.Payouts.create().
req_oRqcpp2D1yxAHR
?
Sorry for the delay, having a look now
No, that's not how you make a payout to a connected account.
You should remove the destination parameter, and instead use the Stripe-Account header: https://stripe.com/docs/connect/authentication
you mean for this
automatic_payment_methods={"enabled": True},
i am not aware of it how to use it
Not at all.
Please read this: https://stripe.com/docs/connect/authentication#stripe-account-header
how can I payout a conneced account in uae in currency EUR ... I only see AED payout options.. but in other stripe tools this is working hmm maybe any api hack?
i got this error without te destination parameter
https://i.imgur.com/oYN8UIE.png