#surbhi-postman-error
1 messages · Page 1 of 1 (latest)
surbhi-postman-error
Hey @marsh jungle. Postman is just a basic tool to make HTTP requests, that's all. It can't handle webhooks or anything like this.
ok.. i did not understand webhook from the document.. can u please tell me everytime do i need to create new endpoint?
I recommend taking a step back and carefully reading https://stripe.com/docs/webhooks end to end first
As a developer, you can't write a real website/integration with postman. It's just a simple tool to quickly test HTTP requests.
ok... thanks ... and what will be the URL? my application name will be sufficient or do i need to make new page
The URL is completely dependent on your integration and how it's set up really. I can't tell you, that's something you would figure out based on how you built your application, how you handle requests/routes, etc.