#bwestwood11
1 messages · Page 1 of 1 (latest)
Hi there! Can you copy/paste the event ID ("evt_...") here as text?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thanks!
So the 405 is being returned to Stripe by your webhook endpoint. I see you've set up the same URL for both a live mode webhook endpoint and a test mode webhook endpoint. Is this intended?
yes I did set up both but already used the CLI locally and got that working now I am trying to do the live one
I am using the test mode still so I don't have to use a real credit card but want to make sure the webhook is working
can i test out a custom domain within test mode?
You can, yes. The endpoints you create using your test mode keys will receive events for test mode actions.
would I have to test in localhost or on custom domain then?
Also, how do you view live secret key not test. It's not showing me the full key
never mind I have the key, but need help with this implentation of the webhook while testing it with a fake credit card
Hi 👋
I'm stepping in as @coarse sandal needs to go
A good place to start is with our Webhook endpoint builder: https://stripe.com/docs/webhooks/quickstart
already did that
was getting 405 error
how would I remove a product and not just archive it
how would I remove a product and not just archive it
What does this have to do with webhook endpoints?