#franc0rossi_best-practices

1 messages ¡ Page 1 of 1 (latest)

proven monolithBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1428411644698034227

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

harsh valve
#

Hi there

#

No that's not possible -- there is no tie between manual payouts and Balance Transactions as you noted. So you could create some sort of system on your side, but no way to tie them together in Stripe.

#

I'm not really sure what you are trying to accomplish here exactly... why do you want to use manual payouts instead of auto payouts?

humble vale
#

The issue is that for some reason the are people in PROD manually triggering payouts causing inconsistent data in our db, menaing that there are records for invoices that will never be tied to stripe payout id due to this.

For automatic payouts we get the payments associated to the payout and update the invoices accordingly.

harsh valve
#

Gotcha, you would either want to lock down the ability for folks to trigger manual payouts to align with your expectations or you would want to use auto payouts.

#

Not really another way around it.

humble vale
#

ok, thanks!