#hrueger

1 messages ยท Page 1 of 1 (latest)

twin nicheBOT
vivid patrol
#

๐Ÿ‘‹ happy to help

#

there's no clean direct way to do that

#

you'd have to listen to multiple events and you'd have to keep track of a lot of data

#

but I'm just curious why not use automatic payouts?

coarse sail
#

We are a marketplace for event tickets. There are different ways how the tickets of a merchant can be sold, for example directly online or at a local POS. The POS pays the sum of all the tickets of the last month via Stripe as a single transaction. Because of how the tax needs to be done in Germany, there are actually three different tax rates and that depends on whether it has been paid online or at the POS. Therefore, the payouts need to match our receipts and credit notes exactly. Does that make sense?

#

So probably the best way would be to listen to balance.available and when it's high enough, payout?

vivid patrol
#

yes if that's the only way you see fit for your use-case

coarse sail
#

No problem, thanks for the help!
Let's blame it on the german bureaucracy ๐Ÿ˜‰
Have a great day!