#Serdar

1 messages ยท Page 1 of 1 (latest)

urban basinBOT
frosty lily
#

Hi there!

#

What are you looking to test exactly? The webhook event?

delicate glade
#

We want to implement webhooks for payouts

#

And somehow we need to test it ๐Ÿ˜„

#

Is there a way?

frosty lily
delicate glade
#

Ah perfect!

#

Thank you

frosty lily
#

Happy to help ๐Ÿ™‚

delicate glade
#

One more question

#

The stripe payout events will be thrown for custom accounts

#

How can i find out, to which custom account the payout.created event belongs?

frosty lily
delicate glade
#

Yes .. but before you told me to trigger the event over the cli

#

is there are possiblity i can tell the cli

#

to add those informations? ๐Ÿ˜„

frosty lily
delicate glade
#

yes i try

frosty lily
#

Did it work?

delicate glade
#

nope ๐Ÿ˜„

#

curious

#

client id?

frosty lily
#

Give me a few minutes to try this on my end. Also can you share your own account ID?

delicate glade
#

Ok, thank you

#

yes wait

#

Where can i see our plattform account id?

#

acct_1LfLOkD1fTq5Z6Hu

#

found it

#

and the stripe connect account i try to use is:

#

acct_1MgoByRgxyi8PVHS

#

so we want to react for payouts of the custom connect accounts

#

so we can generate invoices

#

๐Ÿ™‚

frosty lily
#

For me it worked:

  • Use the CLI with the platform account
  • Find the account ID of one of your connected accounts
  • Then run stripe trigger xxx --stripe-account acct_xxx
#

Based on the error you shared, are you sure that the CLI is linked to your platform account?

delicate glade
#

Hmmm ok

#

i will try again

#

๐Ÿ™‚

delicate glade
#

now i see this hahahah

#

๐Ÿ˜„

#

but i think i can add balance manually

frosty lily
#

at least we are making progess!

#

can you share the exact command you are running?

delicate glade
#

Ok that did not work

#

yes one moment

#

stripe trigger payout.created --stripe-account acct_1MgoByRgxyi8PVHS

#

And the stripe account has balance of 9000โ‚ฌ

#

hm

#

curious

frosty lily
#

Give me a few minutes to look into this.

muted bloom
#

Hello ๐Ÿ‘‹
Taking over as soma needs to step away soon

#

Looks like @frosty lily figured it out
The fixture sets the currency to usd so you'd need to override that too by passing in --override payout:currency=eur

#

@delicate glade let me know if that fixes it

delicate glade
#

sorry was in a meeting

#

ahhh

#

ok

#

let me try

#

YEESSSSS

#

thanks!!