#mitsu
1 messages · Page 1 of 1 (latest)
Hi there!
Pasting your other message here:
when User B payouts, transfers back to the system account: 100
What is "system account"? Your platform account?
What is "user"? A connected account?
What is "user A"? A end user?
That's right
So the end user pays 1000, the platform receives 964, and the connected account receives 800? Which means the platform has 100 left?
platform account: total 264
connected account after payouts: receives 700
I want when user B payouts 800, then refund 100 to the system account
I'm sorry I have a hard time understand what you want exactly. Can you make full sentence explaining clearly the flow of money from start to finish?
User A charges: 1000
System account received 964
System account transfers for User B: 800
=> The remaining system accounts: 164
when user B payouts:800 then i want to transfer back to System account 100
=> B received total: 700
=> The remaining system accounts: 164 + 100 = 264
Who is User A and User B? Can you use Stripe vocabulary (Platform, Connected account, end user, etc.)
Connected account: A
Connected account: B
Platform account: BP
A charges: 1000
BP received 964 (-3.6% stripe)
BP transfers for B: 800
=> The remaining BP : 164
when B payouts:800 then i want to transfer back to BP: 100
=> B received total: 700
=> The remaining BP: 164 + 100 = 264
So you want to move 100 from a Connected Account (B) to the Platform Account (BP)?
That's right
You can try a transfer reversal: https://stripe.com/docs/api/transfer_reversals or an Account Debit: https://stripe.com/docs/connect/account-debits
Is there any API to transfer money from user's wallet which is different from 'Transfer Reversals'?
Did you check account Debit: https://stripe.com/docs/connect/account-debits also ?
it doesn't answer my problem
Why you are looking for another method? what is the limitation of using these APIs ?
- transfer 999$ from Platform account to Connected account => call api: "transfers" => successed
=> how to transfer 100$ from Connected account to Platform account ?
=> how to transfer 100$ from Connected account to Platform account ?
The only two options are the transfer_reversals or account-debits.