#frank ocean
1 messages · Page 1 of 1 (latest)
Hi there, are you able to access the ngrok generated URL in another device (i.e., your phone) ?
Nope
I'm not an expert in ngrok, I'd suggest you to reach out to them and see if they can help.
Is there any other way I can test an endpoint locally by performing actions via the dashboard or is ngrok the only way
You can use stripe listen command (https://stripe.com/docs/webhooks/test)
Doesn't this just run pre-built actions? What if I wanted to test 1) Subscription created 2) Retrieving the invoice from that subscription 3) Modifying the payment intent for that invoice? Can this be achieved through the CLI?
Yes, stripe listen will listen to all events by default.