#autiii43_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1394365840920678432
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
i should add that this account is on a manual payout schedule
also is there anywhere that clarifies if this triggers any webhooks such as payout.created? this is very loosely documented, chat gpt says no but obviously i dont take that as a source of truth
Unfortunately this is very poorly documented at present.
I am not even sure if this can be tested in Test mode, since we do not actually move money from attached bank accounts (which is what the debit_negative_balances setting does)
we're a large-ish customer (~500m), is there any way you could ask someone who would know for me
Hi there. I'm taking over from my colleague and looking into this. I'll get back to you shortly.
Thank you
Still here, you mentioned that you refunded the payment. Can you share the refund request ID?
Thanks. I'm seeing anything on my end. I believe this is not something we do in test mode.
So there is no way to test this at all? seems like for what could be a huge amount of $$$ in an ACH debit there should probably be a way to test that if feedback is helpful. on another note, is there any way to prevent the fact that a pending payout is stopped if the balance goes negative (assuming we keep debit negative balances off)?
use case here is that we have custom payout timing with ACH / card T+1, and we 1) pay out and then 2) payments fail, causing the payout to be stopped.
we need either 1) the debit to work and be able to test it so we can run webhooks against it or 2) keep that debit negative balances off and allow the payout to not be stuck pending
Hello
Taking over here.
Debiting external account isn't something you can test in test mode/sandbox environment unfortunately as there's no actual money movement happening..
With that said, just to clarify - when you say
we have custom payout timing with ACH / card T+1, and we 1) pay out and then 2) payments fail, causing the payout to be stopped.
Is that happening instantly or after the attempts to debit the external account?
instantly
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is live mode if you can see this
Yup, I see it being held for risk related reason
- payout is initiated bringing customer balance to 0
- ACH fails, causing customer balance to go negative
- 30k payouts become held due to a $-100 balance
there needs to be a way for us to accept that risk -- our customers will churn if we dont pay them out 30k because $100 is negative
https://dashboard.stripe.com/acct_1Nij5P2EKL9lWBuj/payouts/po_1RkcdJ2EKL9lWBujK5QDP4QD
example today of a ~31k payout held up by ~$700 in failed payments out of 31k
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
we end up having to cancel the payout and re-initate it which is just a terrible flow for customers and causes an extra ~24hr delay
One quick way is for you to transfer the negative amount to the connected account bringing their balance to net positive which should unblock the payout.
we're an accounting software, that quickly becomes an accounting nightmare
why can we not just allow the payout to proceed
realistically if a payout is 30k and the negative balance is sub 1k the risk isnt really there right
i get its how stripe works but is there no way around this that doesnt involve both a topup from our platform to them and then another negative debit after the fact? seems like that involves multiple webhooks and 2 extra money transfers
Apologies, my team won't be familiar with Risk related regulations. Some of these rules differ from region to region as well.
Also, one huge risk there would some fraud accounts onboarding to your platform -> accumulating large balance with fraudulent payments -> paying it out quickly and leaving Platform OR Stripe to cover the funds depending on who's liable.
However, I'd recommend talking to our support team or raising a ticket via
https://support.stripe.com/?contact=true
They can put you in touch with people who are experts on this topic and can help with broader context. My team mostly familiarizes with the API functionality and as far as I know, there's no workaround to let the payout passthrough when balance is negative (unless there's already some exemption from Stripe internally).