#bankorh.hitpay
1 messages · Page 1 of 1 (latest)
No, it doesn't apply to transfers
So if we use destination charge + application fee, whatever goes into the custom account, can be paid out immediately?
No
It will be only transferred to connected account when the funds becomes available
Hmm... I am still a bit confuse, let me elaborate a little bit more. Let's say here's what we submit to create payment intent, so it is a destination charge + application fee.
'currency' => 'sgd',
'amount' => 100000,
'on_behalf_of' => 'acct_xxx',
'transfer_data' => [
'destination' => 'acct_xxx',
],
'application_fee_amount' => 10000,
A customer paid today, and we confirm the payment, the custom account will get $1,000 and then we take the application fee $100. And the custom account will have $900 in their balance for payout.
If we set 7 days delay to this custom account, when are they going to get this $900 paid to their bank account?
The $900 dollars will not be immediately availbale for payouts (see https://stripe.com/docs/payouts#payout-speed)
When the funds are availble for payout, it would hold 7 days before a payout is created to move funds to the account's external account.
So which means if we set the payout interval for daily, and 14 days delay. When today is the first day they collecting charge, they will get their first payout (the charges for today) after 14 days, and they can see the balance immediately in the balance.
Am I right?
Yes, we aware of this, the docs specifying 7 days for Singapore, but we also have custom default minimum which I think T+1.
Ok then it'll be 7+7 = 14 days to include the funds collected by that payment in payout.
Okay, thank you so much, we are so worry that the delay will not apply to destination charge, luckily it is. 😅
You can always test it out in test mode.
Yea, true. Let me tell the team to do this next. Thank you very much for your time