#icurrytheteam

1 messages · Page 1 of 1 (latest)

gusty coralBOT
boreal kayak
#

However, there's no settings for payout threshold. You might need to implement it by yourself and create manual payouts instead of using auto payout.

past plume
#

would changing settings.payouts.schedule.interval to monthly force an autopay meaning I can't add a payout threshold?

boreal kayak
#

The schedule.interval is for auto payout. As I explained earlier, there's no settings for payout threshold and you need to implement it by yourself.

past plume
#

Is there a way to check to a connect account's payout history for the month?

boreal kayak
past plume
#

-in a unix timestamp that is

boreal kayak
#

Yes you are right.

past plume
#

Does stripe charge a fee for failed or canceled payouts on express accounts?

boreal kayak
#

https://stripe.com/pricing you can refer to this page for more about pricing. I don't see a fee for failed or canceled payouts but you can always clarify with Stripe support at https://support.stripe.com/contact

past plume
#

Ok, thanks so much.

#

I'll let you know if I have any other questions.

#

Oh actually, how would I use the payout api to get a connected account payout history if there is no field for account id?

boreal kayak
#

You should specify a stripe_account in the request.

By specifying a stripe_account, you are telling Stripe that you want to make an API call on behalf of a connected account. You can refer to this doc to learn more about making API request for connected account (https://stripe.com/docs/connect/authentication)

past plume
#

Oh, right

#

sorry about that

#

Yes, I understand now. Nothing else on my part (for real this time)

boreal kayak
#

No problem! Feel free to drop by when you need help.