#jike_connect-payouts

1 messages ยท Page 1 of 1 (latest)

timber latchBOT
#

๐Ÿ‘‹ 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!

quiet boughBOT
#

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.

uncut bone
#

What do you mean by payouts stuck?

#

They're just never generated?

next crane
#

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

uncut bone
#

Ah looks like the card you have on file is expired so payouts are failing

next crane
#

how do you tell that?

#

oh i see it

#

also could you point me to the failed payout log? It'd be helpful as well

uncut bone
#

Not too familiar with the dashboard in here, so not sure the exact url

#

Let me ask a colleague what's happening with those

next crane
#

sounds good, thank you!

#

also do you know the payout id for the failed payout you mentioned above? that will help us as well

uncut bone
#

Have you tried a manual payout on those accounts?

#

Can you try?

#

One wasn't generated

velvet sleet
#

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?

uncut bone
#

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

velvet sleet
#

ok, will attempt

next crane
uncut bone
#

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

next crane
#

hmm it doesn't have the option to use the card one file when i do the manual pay

quiet boughBOT
astral dove
#

jike_connect-payouts

#

@next crane use the API itself in that case

next crane
#

to do the manual payout with card on file?

astral dove
#

yes

next crane
#

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?

astral dove
#

what does "the linked account expired situation" mean exactly?

next crane
#

we have accounts that payouts never get generated because card has expired

astral dove
#

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

next crane
#

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?

astral dove
#

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

next crane
#

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
astral dove
#

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

next crane
#

for the reason like card is expired, is it under the balance object?

astral dove
#

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 ๐Ÿ˜ฆ

next crane
#

๐Ÿ˜… got it, thanks for your explanation

#

just trying to understand it for future reference