#ddbg
1 messages ยท Page 1 of 1 (latest)
Can you send me the exact command you are using right now?
hey @warped hemlock I could install it on my machine ๐
Oh I didn't realize you said "shell" not "CLI", the shell only supports some commands and it looks like resend is not one of them
Yes installing locally would enable you to run this command
I don't think that the CLI supports sending livemode events
that will be problematic for us :/
The --live flag will allow this to run in live mode https://stripe.com/docs/cli/events/resend#events_resend-live
we are making a migration and our old api is no longer available :/
I have this error :
If you go to this page on your dashboard, you can enable the key for webhook endpoint writes https://dashboard.stripe.com/apikeys
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
thank you @warped hemlock but I can't find where I can enable the key on your link :/
There should be an entry like "CLI key for {computer name}"
Maybe try logging in again with the CLI?
Yes I have this mention! It's the name of my machine
and will expire in 90ddays
but how can I enable it?
Got it!!!
just enabled it!
will let you know if that works!
thank you very much @warped hemlock !
Awesome, glad I could help
@warped hemlock I could send the webhook form the CLI, but we didn't rreceived it on the specified endpoint, the webhook id is good and the CLI displayed the hook body :/
Hello ๐
Apologies for the delay.
Pompey had to step away, give me a moment to catch up here.
What are you stuck on at the moment?
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
@grim kite how can I help?
Hey @rare cargo thank you very much!
It's still about the send an event with the CLI, I could enable the right and didn't got any errors after sending the event from the CLI, but on the endpoint side, I received nothing :/
What's the evt_xxx ID?
here's the event : evt_1M2Vv9FxsE4pn4oaTrwgJSWw
And the we_xxx ID you're attempting to send it to? we_1IQxLzFxsE4pn4oa2xL7aVtz?
If it is we_1IQxLzFxsE4pn4oa2xL7aVtz, that webhook is disabled
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You re-enable it there. We disabled it because of all the non-responses: https://stripe.com/docs/webhooks/best-practices#retry-logic
@rare cargo it's weird, our hook prd-gateway on stripe dashboard is enabled (we are firing some hook from the dashboard right now)
Yep, that's a different webhook endpoint: https://dashboard.stripe.com/webhooks/we_1IQxLzFxsE4pn4oa2xL7aVtz
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
That's still enabled, and receiving events. We hadn't disabled that one as it was returning 2xx responses as we expect
yes, it's this one the right one I want to send the event evt_1M2Vv9FxsE4pn4oaTrwgJSWw to we_1IQxLzFxsE4pn4oa2xL7aVtz
that should work but it isn't :/
Ah, I know why. It's not configured to listen for customer.subscription.deleted events (which is what evt_1M2Vv9FxsE4pn4oaTrwgJSWw is)
Sorry, I got the webhook endpoints mixed up
So you should update we_1IQxLzFxsE4pn4oa2xL7aVtz to listen for customer.subscription.deleted events and then re-send via CLI
ahhhhh yesss, we forgot to listen to this event on this new endpoint...
will uppdate that and keep you posted ๐
๐ค
that's working perfectly!!! thank you so much @rare cargo ๐
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!