#suyanksaraswat_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/1232943919642312734
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the request ID (req_xxx) with the error? Hereโs how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_bb65RgmuSWit19
I got money in instant available. but i cannot do instant payout, because it is not supported by all the countries. So how can do the payout now fro seller.
The available balance above showed 0, so it's expected that insufficient error was thrown
You should ensure that the available balance is more than or equal to the payout amount
We didn't intend to use instant payout, but the payment money came in instant_available instead of available
We want to use deferred payout. So we tested with manual payout, but the payment came in instant_available even though we never initiated instant payout
I'm afraid why the fund went into instant_available. This channel is for technical integration question and we don't have necessary expertise with the payout. Can I suggest you writing to Support https://support.stripe.com/contact, so that they can check for you why the fund goes to instant_available instead of available?
We wrote about 7 emails to figure out why, but the person who respond we think is non-technical member. It took a week to receive 7 responses but none of them helped us figure out why this is happening. We are so frustrated.
I guess not many people have complex issue in payout like us
So contacting through official channel isn't helping us at all
So we ended up coming to this channel but this is not the channel too.. If you are a stripe member, would you be so kind to direct us to the right person who can help us?
Can you share what you're trying to achieve here? When the fund is moved out of instant payout window, it will go to available from instant_available which will follow the standard payout schedule: https://support.stripe.com/questions/instant-payouts-funds-no-longer-appear-available
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
The payout should still work
So once the payment is completed. We want to do the payout for seller connected account, just to note we cannot use instant payout-
await stripe.payouts.create(
{
amount: 2,
currency: 'usd',
},
{
stripeAccount: sellerStripeAccountId,
}
);
how can this payout made successfully.
FYI, we received the payment with destination charges, where we got the balance for seller connected account-
available: [ { amount: 0, currency: 'usd', source_types: [Object] } ],
instant_available: [ { amount: 176, currency: 'usd', source_types: [Object] } ],
livemode: false,
pending: [ { amount: 176, currency: 'usd', source_types: [Object] } ]
If you want to perform manual payout, you have to wait for the fund to move from instant_available to available, i.e. available becomes non-zero
and that should only take about 24 hours, right?
@craggy sky even after waiting for more than 24 hours, the fund didn't move from instant_available to available, right?
Are both of you from the same company/team?
yes
yes
@visual owl so isn't there anyway to trigger standard payout just after payment is made lets say?
@craggy sky wanna quick factcheck on this. The money that came in instant_available isn't moving to available even after a few days. Is it?
I can see successful payout on this connected account in: https://dashboard.stripe.com/test/connect/accounts/acct_1P8x0RCv9KXR7Nud/activity
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It has been paid out automatically
Stripe follows the payout speed here: https://docs.stripe.com/payouts
This was auto payout, yeah. we want handle now manually. So thats a change we are doing.
The payment can't be paid out immediately until the fund becomes available
You have to disable automatic payout, so that the payout won't be made automatically
Before making a manual payout, your system should ensure available has sufficient balance
In this case, Stripe has automatically paid out after the fund becomes available
anyway other way where user pay with some method and payment goes to available balance? Any method like this exist?
All the payment methods follow the payout speed here: https://docs.stripe.com/payouts#payout-speed
The payout speed is by country of the account, not by payment method
@visual owl So after 24 hour, will I see the balance in availbale for sure? Or is there any scenario where I might not see the balance in available.
If instant_available is reflected, it should become available if:
For users on a 2-day rolling automatic payout schedule, you might have less than 24 hours to initiate an Instant Payout before your next payout is generated. You can look at the creation time for past payouts to get a sense for when they are generated, or you can move to a manual payout schedule to receive the full 24 hour initiation time.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
We are testing manual payout
is the 24 hour time window same for manual payout cases?
If you use manual payout, then instant_available will move to available after 24 hours
Thanks for your comment. We just had a quick huddle. And another question was raised.
So if we are not to use instant payout, then it seems like we have to wait 24 hours to trigger payout so that the money moves from instant_available to available.
is there a way to get rid of this 24 hour window to expedite payout? meaning, is there a way to receive money to 'available' from the beginning? (manual payout)
or is it the way it is for all cases
As mentioned earlier, we don't have necessary expertise about the payout window and speed. I'd recommend following up on the email with Support if this is possible
okay. will do. Thank you for your comment though. You've been most helpful to us so far ๐
No problem! Happy to help ๐