#alberto.garcia_71087
1 messages · Page 1 of 1 (latest)
Correct
I did stripe listen --forward-to localhost:7274/stripe
which is the same path as in postman
The postman imitates the same as the webhook that comes from stripe
And you are forwarding a generated webhook into the CLI, then to your localhost?
On the CLI I Execute the command "stripe trigger payment_intent.succeeded"
which gives me the error
allright, could you share some screenshot on the error?
Can you try https?
This actually sends it to VS
Can you post the whole forward command you used here?
Btw I am referencing here https://stackoverflow.com/questions/67895011/problem-getting-stripe-webhook-to-work-in-stripe-cli
I am using Stripe Checkout in an ASP.NET Web Forms app to let people pay for subscriptions, and that part of the code works fine. I created a webhook with the following code:
using Stripe;
using S...
stripe listen --forward-to https://localhost:7274/stripe
that was it
awesome thanks!!!!!!
I was doing stripe listen --forward-to localhost:7274/stripe