#anuj_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/1484059865356959836
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
⛔️ Stripe developers have stepped away for a short while
Please leave your questions here, and we’ll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.
Hi! Looking into your query.
I cannot find a request with this request ID. Is that the correct one?
I still cannot find anything. Are you getting this object from your dashboard?
yes.
Can you send the dashboard URL for the request?
I can try to get the correct request ID from there.
Okay.
regardless of that, do I need to add balance in the account for payout to go through in sanbox mode?
Yes, for a payout to happen, the account needs an available balance.
but in sandbox, that amount won't be deducted, right?
example, if I just add $1, and try to payout $1, it won't deduct $1 from my balance?
It would payout the $1 as long as the funds are available.
What issue are you facing right now?
The payout fails in sandbox due to $0 in balance.
but in the sandbox, the money shouldn't deduct from the balance, right?
If there is $0 in your balance then payouts will fail.
but in the sandbox, the money shouldn't deduct from the balance, right
Why shouldn't it deduct from the balance?
Can you provide me with the correct request ID or at least an account number so I can look into the exact issue you are facing?
because it's the sandbox/testing environment.
The sandbox/testing environment is supposed to help you see how the live account would work. So if there is an available balance of $20 on the Stripe account and a payout of $20 happens, the account balance will become $0.
Okay
Since, we are using fake account to test our payment systems. Where would the money go?
by fake I mean these test accounts.
This is just simulation. The money doesn't exist. When you make the test payment for $20, the test money will show up in the balance and when you payout the test money will be deducted.
now, that makes sense