#rohit-1020-balance-transfers

1 messages · Page 1 of 1 (latest)

lost cloak
#

Hi again! Can you help clarify a little bit, I'm having a little trouble following the timeline you're referencing.

quartz edge
#

You said for making instant transfer to connected
“Your options are to either use source_transaction so the system will handle the transfer once the funds are available, or wait until the funds are available and then trigger the transfer without that parameter.

lost cloak
#

Apologies for any confusion, use source_transaction doesn't make the transfer instant, it just allows you to essentially schedule it to occur once funds are available.

quartz edge
#

is their any configuration or setting at stripe account, so that the funds get transferred according to time I set?

bright girder
#

Hi 👋 catching up here.

#

Beyond making a transfer wait for funds to be available, I don't think we have scheduling functionality like that. You'd have to schedule yourself

quartz edge
#

Hi 👋
Check here #dev-help message
The problem is that my client wants funds to be transferred and payout after 3 days of deducting charge? Is that possible?

bright girder
#

So source_transaction gets you the transfer as soon as the funds are available. Are you asking about how to pay out as quickly as possible at that point?

quartz edge
#

But it wont show in available balance, can I get quickly in available balance?

bright girder
#

What part are you trying to make happen more quickly here?

#

The funds becoming available in the platform account after the charge happens?

quartz edge
#
  1. I'm charging from customer. (It worked fine)
  2. As soon as charge is successful, I'm transferring money to Stripe connected account. (It failed)
    These steps I tried with live mode on Oct 20, But it says that balance will available on Oct 26
#

Hey @bright girder can you help me with the above problem?

bright girder
#

Busy day today, we are still looking in to things, responses just may not be instant.

#

Unfortunately that is not possible. It takes time for the money to settle from that charge

#

As we have said, we do have things like source_transaction to help move the money as soon as possible once the funds are available but before the funds get to Stripe unfortunately there isn't much we can do.