#tomhamiltonstubber-payout-schedule

1 messages · Page 1 of 1 (latest)

civic skiff
red sky
#

I can't see there if there's an option for every 2 weeks, just once a week

civic skiff
#

Correct, you'd need to use a manual implementation

#

is there a way to schedule the payout so that we can see the details about when they will happen when inside the Stripe dashboard?
Not with manual payouts, no

red sky
#

Ah annoying. Can I make a feature request for that?

civic skiff
#

For which specifically?

#

Fortnightly payouts?

red sky
#

Yes please. Or being able to 'schedule' a manual payout I suppose.

#

Is there any way to tell a user how much the 'next payout' will be for? I'm also using a 7 day delay. For a manual payout I mean

#

Maybe I just have to get all the recent transfers older than 7 days and total them up

civic skiff
#

Or being able to 'schedule' a manual payout I suppose.
You could probably implement this yourself with a job queue

#

Is there any way to tell a user how much the 'next payout' will be for?
You'd use the Balance API: https://stripe.com/docs/api/balance

I'm also using a 7 day delay. For a manual payout I mean
What do you mean by delay?

red sky
#

You could probably implement this yourself with a job queue

Sorry I don't think I was clear there. I'd love to schedule a payout so that the user could see the fact it was going to happen inside the Stripe dashboard

civic skiff
#

Yeah I guess that's not really what they're designed for (i.e. mimicking automatic payouts)

red sky
#

What do you mean by delay?

'settings': {'payouts': {'schedule': {'delay_days': 7}}}

When creating the account, I have delay_days set to 7

red sky
civic skiff
#

Delay days don't apply to manual payouts, no

red sky
#

Oh I see. I thought the funds wouldn't be available in the account for 7 days. Okay fair enough, our manual payouts need to be changed then

#

Good to know!

civic skiff
#

I thought the funds wouldn't be available in the account for 7 days
Well that's different to the delay_day parameter

red sky
#

Now that it's pointed out it makes sense

civic skiff
#

Which differs depending on the country of the external account

red sky
#

And I can't add a further delay on top I take it?

civic skiff
#

From when you create the manual payout to when it arrives in their account?

red sky
#

From when payment takes place to when the funds are available to be paid out

civic skiff
#

Not with manual payouts, so you'd need to track and calculate that yourself

red sky
#

Okay that's very helpful.

#

Last question. Can a user initiate a manual transfer to themselves from within their account? Or do I have to create that functionality on my side if I want it available.

#

Sorry I realise we've drifted into regular support territory!

civic skiff
#

You'd need to build a UI to facilitate that

red sky
#

Okay great. Thanks so much for your help!