#wayo_webhooks
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/1212193183966953522
đ 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!
Is this the command you're using?
stripe trigger reporting.report_run.succeeded
yes
What do you see when you run stripe version ?
it says I don't have Stripe CLI installed
Ohhh, I missed a part of your message. You're doing this from the Dashboard
Let me take a look
Are you able to trigger any other events successfully?
I just tried stripe trigger setup_intent.created and that worked.
Hmmm interesting! So something specific to stripe trigger reporting.report_run.succeeded it sounds like. I can't reproduce on my end, I can trigger reporting.report_run.succeeded without an error
Is there some sort of default setting where it sets the interval_start to 2022-01-01?
Ooh, I see what might be the issue here
CLI event triggers essentially make a sequence API calls. That sequence is defined in files called fixtures: https://github.com/stripe/stripe-cli/blob/master/pkg/fixtures/triggers/reporting.report_run.succeeded.json
Can you take a screenshot of the error you see in the Dashboard workbench area when you try to trigger this event?
Mind copy/pasting the account ID from stripe-account?
acct_10J162DIdLSMBfA3
give us a while to look into this
no problem
that id doesn't exist, can you copy and paste the corresponding account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
acct_10Jj6zDId ISMBfA3
I am testing this in test mode. Not sure if that changes anything.
test mode shouldn't change anything, but something about that account id isn't quite correct. Maybe paste the request id (req_xxx) here instead and i'll try and retrieve the account id from there
There seems to be a space between the d and l. Maybe when I pasted it , it got added?
i removed the space and it still doesn't work. Paste the request id here and i can take a look from there