#mike35x95x1
1 messages · Page 1 of 1 (latest)
Hi there!
Can you clarify what exactly you are trying to do and what is the issue?
well, I have our own stripe-mock-server application. I can send requests from the main app to this mock app and getting expected results. so far so good. Now I wanted to add webhook to mock stripe-webhooks but I don't know how to make valid signature to proceed the webhook in the main app.
I found this link: https://stackoverflow.com/questions/65306706/writing-unit-tests-for-stripe-webhooks-stripe-signature but not sure if this is how it should be...
Thanks for the clarification. I'm not super familiar with stripe-mock, but the link you just shared seems like a good option. Can you try this?
is there any official documenation of the signature itself?