#rojinbastola

1 messages · Page 1 of 1 (latest)

solemn mortarBOT
proud ermine
#

Is this to test a webhook endpoint?

fading shore
#

yes.

proud ermine
#

Ah so you can't do that. Recommend reading https://stripe.com/docs/webhooks/signatures#verify-manually to understand the signature. You'll need to just mock the signature verification call if you really want to test this via postman. Really just recommend testing locally with this flow instead: https://stripe.com/docs/webhooks/test

Test that your webhook endpoint is working properly before taking it live.

Verify the events that Stripe sends to your webhook endpoints.

fading shore
#

okay.. thank you for your help