#TBM
1 messages · Page 1 of 1 (latest)
Yes, you can send your own requests to your webhook endpoint for testing if you like.
Can you elaborate on your second question, particularly clarifying what you're referring to being able to communicate with your endpoint?
If you want to resend a specific Event to an endpoint (and the Event is not too old) then you can use the Stripe CLI to do that:
https://stripe.com/docs/cli/events/resend
Bear with me, im just checking your answer to the 1st question before i move onto the second question.
Im having a little bit of trouble finding the event id.
I cant find the event id to test it. Where do i find the event id?
You can use this endpoint to list Events, and provide filter criteria to help narrow down the results that you receive:
https://stripe.com/docs/api/events/list
Or you can look for it within your Stripe dashbaord:
https://dashboard.stripe.com/test/events
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ill probably just come back later. I gonna test the subscription event now.