#afonsogpedro
1 messages · Page 1 of 1 (latest)
HellO!
The transfers API can only be used to move funds from the platform/main account to a connected account - it can't be used the other way around
But you may find this helpful: https://stripe.com/docs/connect/account-debits
This means, it could only be done if it's the reverse of a transfer from the main account to the Connect account? Now, do manual payouts have any field related to an application fee?
Yeah, a transfer reversal would work as well but that would need you to have first made a transfer
and what do you mean by your second question on the application fee?
if Connect accounts are created so that withdrawals are managed manually, could I, for instance, deduct a commission for that withdrawal?
this using the payouts endpoint
What kind of accounts are you working with? Express? Custom?
Express
And how were you hoping to deduct a commision from the withdrawal? An account debit ( https://stripe.com/docs/connect/account-debits) like I linked you to earlier would work, but it sounds like you want to deduct the commision through the payouts api?
Yes, I initially thought about using a debit to the account, but it gives me problems when the Connect account has a different currency than the main one, that’s why I was asking if it was possible from the creation of the payout.
No, it's not possible with the Payouts API
Is there any other way?