#jitendra6425
1 messages · Page 1 of 1 (latest)
Hello
Are you saying when you respond to a Webhook you want to include a token in the response header?
Oh, no, we already send a signature for you to verify. You can't manipulate that header.
You'll need to exempt our Webhooks from your security system in this case.
ok.
yesterday i was checking your documentation.
is there any way i can listen webhokk events on my system without define webhook on Stripe?
You mean without creating a Webhook endpoint on your account?
i mean when payment success my system will automatic know through event listner
yes without or by creating webhook in my system
You would have to have a Webhook endpoint for that. The only other way would be to poll the API which we don't recommend as it can lead to rate limits at scale