#amoremfunem
1 messages · Page 1 of 1 (latest)
Hi, sorry don't really grasp your question. Could you elaborate on the error/issue you encounter?
@honest ocean I have defined a webhook on local macbook. When I call the hook using the cli it is called. If I complete the checkout process it is not called. There are some logging statement is the webhook endpoint. I am using NextJs with the webhook listener in the pages/api directory.
When you say you call the hook using the cli, how exactly do you do that?
Have you tried forwarding event like https://stripe.com/docs/webhooks/test?
It all works fine when I run the test from the CLI. The issue is when I make a test payment it is not called
When you make a test payment, do you still keep the stripe listen --forward.... command running?
yes there is nothing shown in it
You sure that's the same Stripe account?
stripe listen should catch everything inside the account