#spicy-checkout-cli
1 messages ยท Page 1 of 1 (latest)
Hi there! Can you clarify what you mean by "checking out to create a subscription"? Do you have an example Subscription ID?
Should mention this is all with test keys, not anything live. And I mean that no webhook event triggers when I use a checkout page, like this.
A Subscription won't be created in this case until the Checkout Session succeeds. Are you saying this isn't happening?
Yeah, after hitting the blue "Subscribe" button, and i do get redirected to the success page and all, my webhook doesn't recieve anything. Only thing here is this that i manually triggered with the CLI
The CLI trigger only does one-time payments
spicy-checkout-cli
So really mostly just go through the Checkout flow yourself to subscription and all the Events will be generated as expected
That's what I'm doing, and the webhook events expected from checking out don't appear
yeah sorry you just said Only thing here is this that i manually triggered with the CLI though
Can you give a concrete example with an exact Checkout Session id that is for subscription, you completed in the browser properly and it's missing Events?
Yeah, just to clarify that the stripe listen --forward-to does recieve and forward to the server properly
yes 1 sec
cs_test_a11uMKMrx8rRVJV7ckHatEF8IRwHj8MEbKmxVvVjvqpHv5OsluBRYUtDaB
why's it not being sent to the webhook?
what do you call "the webhook"? You have no webhook endpoints configured at all on your account. Do you mean the CLI instead?
Yes, I'm not getting the webhook events on my CLI, for testing
can you share the exact command you are using to listen to Events and the exact version of the CLI?
okay can you upgrade to the latest version first? Can you also add --log-level=debug
Okay 1 sec
I just tried locally and get that Event as expected (and all the other ones)
upgraded CLI now, still don't get anything
the debug only shows ping and pong messages
so you get no messages at all?
wait