#jike_connect-payouts
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
๐ 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/1212787652873687080
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
โฒ๏ธ 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. Thank you for your patience!
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- jike_unexpected-account-support, 17 hours ago, 4 messages
yes
if you want to take a look at the examples i sent above, but basically for all these accounts, the future payouts is >0 but never got a payout scheduled
Ah looks like the card you have on file is expired so payouts are failing
how do you tell that?
oh i see it
but we do have examples that card hasn't expired but payout is also stuck https://dashboard.stripe.com/test/connect/accounts/acct_1MoV7KFYkFjGrFYc/activity
also could you point me to the failed payout log? It'd be helpful as well
Not too familiar with the dashboard in here, so not sure the exact url
Let me ask a colleague what's happening with those
sounds good, thank you!
also do you know the payout id for the failed payout you mentioned above? that will help us as well
Have you tried a manual payout on those accounts?
Can you try?
One wasn't generated
Hi, I'm working with Jike.
Question - you initially said "payouts are failing". But it sounds like what's actually happening is that the payouts are now not even being initiated on Stripe's side (because stripe already knows that the card has expired). Is that correct?
For the first examples yes
But I'm trying to help figure out what went wrong with the last two accounts
That's why i'm asking if you can try a manual payout to see what happens
ok, will attempt
i tried with this account to manual payout https://dashboard.stripe.com/test/connect/accounts/acct_1MoV7KFYkFjGrFYc/activity, it's been paid
Interesting
Can you share payout id?
Or request id
Ok found it
Looks like you didn't use the same card on file though
Was recommending you try with card_1MoV8oFYkFjGrFYcRslYQ985
hmm it doesn't have the option to use the card one file when i do the manual pay
to do the manual payout with card on file?
yes
ok i can try that
also back to the linked account expired situation, shouldn't stripe still attempt payout and in the webhook response it'll ping us with payout.failed with a failureReason?
what does "the linked account expired situation" mean exactly?
this one #1212787652873687080 message
we have accounts that payouts never get generated because card has expired
Gotcha, then the behaviour is "expected". I put quotes because that's how it works, but I disagree that it makes sense :p
So yeah I'm with you, something should happen to tell you about it but it doesn't and the balance just builds up unfortunately
it's the same if the balance is too high for card payouts, they just get "stuck" and don't happen today
is there a way for us to know about this at all? because we have a lot of customers and we can't check them manually one by one for situation like this
would the customers be notified somehow?
I wish I had a better answer but no there isn't and we wouldn't notify customers in that case. As a platform this is something you would try/handle yourself for example by checking the balance of your connected accounts daily or weekly
and let's say we check balances of connected accounts daily:
- Is there a guideline on how to avoid hitting rate limit?
- for those who have stuck balances, should we try manual payouts by use the API itself?
- And i assume we won't know what exactly happened to that account without us manually checking or reaching out to support
We allow 100 requests per second. So there's no risk of rate limits if you do them sequentially an account at a time.
for those who have stuck balances, should we try manual payouts by use the API itself?
it wouldn't really work. If the balance is stuck there's a "reason" like the card is expired, or the balance is too high for the card. Wouldn't happen with a bank account on file
And i assume we won't know what exactly happened to that account without us manually checking or reaching out to support
Not sure on that front, but yes it's possible you have to talk to support
for the reason like card is expired, is it under the balance object?
didnt see it here https://docs.stripe.com/api/balance/balance_object
sorry no. I mean there's a reason the Payout isn't happening, and as a human you can "guess" or "infer". But there's nothing anywhere in the API that would tell you. There should be just there isn't ๐ฆ
๐ got it, thanks for your explanation
could you check one more thing for us, https://dashboard.stripe.com/test/connect/accounts/acct_1Mm3MFFTAms5gJw0/activity this test account seems totally fine, do you mind taking a quick look on what's the issue of that?
just trying to understand it for future reference