#Kamon

1 messages · Page 1 of 1 (latest)

feral narwhalBOT
mighty sierra
#

Hi, there is no way to make a bulk request. You'd use a cron job for it.

jade haven
#

I'm planning on using a cron job, but in that job/task, I need to find which balances need to be paid out.

mighty sierra
#

I see, let me pull our API

jade haven
#

Yes, I'm aware of that.
If you look at my original question, I'm looking to do that in bulk, i.e I provide a list of accounts and retrieve all of their balances.

mighty sierra
#

You cannot make a bulk request and pass all of the account ids.

jade haven
#

Interesting. Is there a suggested method for handling manual payouts?

#

Based on not being able to do bulk queries like that, I'm sure Stripe has an intended/suggested flow.

mighty sierra
jade haven
#

Interesting. How would I tie those balance objects to specific orders or payment intents?

mighty sierra
#

I was able to confirm that you would not, that just shows you the available balance.

jade haven
#

Gotcha, thanks for the info!