#jitendra6425

1 messages · Page 1 of 1 (latest)

wet oxideBOT
olive merlin
#

Hello

#

Are you saying when you respond to a Webhook you want to include a token in the response header?

slow hinge
#

no

#

i want in request handler. when stripe send data to my webhook

olive merlin
#

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.

slow hinge
#

ok.

#

yesterday i was checking your documentation.
is there any way i can listen webhokk events on my system without define webhook on Stripe?

olive merlin
#

You mean without creating a Webhook endpoint on your account?

slow hinge
#

i mean when payment success my system will automatic know through event listner

#

yes without or by creating webhook in my system

olive merlin
#

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

slow hinge
#

ok

#

thank you