#rafmaghari-stripe cli

1 messages ยท Page 1 of 1 (latest)

hollow silo
#

๐Ÿ‘‹ happy to help

solemn junco
#

๐Ÿ™‡โ€โ™‚๏ธ

#

is there anyway to check this ?

hollow silo
#

you can trigger a payout.create event

#

once the payout is paid it will trigger the payout.paid event. unfortunately this is the only way

solemn junco
#

i'm having this error on creation did I missed a step?

hollow silo
#

no it's just that you don't have enough balance to create a payout

#

you should trigger multiple payment_intent.succeeded first so you would have balance

#

and then trigger this

solemn junco
#

I have an account in my test data that has a future payout.
How can I use that account?

hollow silo
#

you could stripe login to that account

solemn junco
#

hmm the issue is I'm using connected account to my account
they don't have login

#

What's I am going to do is I need to notify my user's that the payment for them is on their bank already that's why I want to use this webhook..

tall raft
#

Hey, taking over here. You mean an Express connected account?

solemn junco
#

Yep connected account.

What I'm going to do is notify them when the payment is already available on their banks.
But as you can see I can't hit the payout.paid in webhook.

tall raft
solemn junco
#

Is there any way to associate the webhook with a specific account?

tall raft
#

Then you'll get the subsequent payout.paid event you can listen for

solemn junco
#

Woah! ๐Ÿ˜ฎ

#

This is what I'm looking for!

#

๐Ÿ™‚

tall raft
#

๐Ÿ™‚

solemn junco
#

Let's I have this payout for the account can I hit the payout.paid already?

#

Since I have the for payouts.

#

Lemme try ๐Ÿ˜„

tall raft
#

Looks like you're using automatic payouts?

#

Probably need to switch to a manual schedule to be able to create one

solemn junco
#

Ow.. I see no way to hit that in local?

#

Do we have a documentation where I can see the response of payout.paid event?

tall raft
tall raft
solemn junco
#

already see what you mean! :))

what should I put in statement descriptor?

tall raft
#

Whatever you want! Just the string that appears on bank statements

#

Not really relevant for testing

solemn junco
#

I can't send it โ˜น๏ธ

#

Is there any wrong ?

tall raft
#

Looks like it created the Payout to me! What's the issue?

solemn junco
#

payout already happened once I change from scheduled to manual ๐Ÿ˜ฎ

tall raft
#

And did you not receive any Payout events?

solemn junco
#

My backend logged it, I will initiate another payout. Thank you! ๐Ÿ™‚

solemn junco
#

It seems. that payout.paid is not triggering ๐Ÿ˜ฆ

#

why payout is disabled?

#

is it because I don't have balance?

worn charm
#

yes, you can't pay out if you don't have available balance

solemn junco
#

4000000360000006

I'm using this card because it's from AUS.
but it seems every time I charge the card it always go available soon.
not in AVAILABLE PAYOUT

Am I using a wrong card?

worn charm
#

see the link to the test card I posted

solemn junco
#

I see, I need to use the international card ๐Ÿ™‚ thanks for this :)))

#

I already hit the webhook event for payout.paid. Thank you!

is there any to know the associated connected account in payout response ?

#

What I want to do after I receive the payout.paid update.
I will update the user connected account in my database.
I think stripe connected id is enough

#

Thank you for your help

solemn junco
#

Thank you!!! :))