Relative Content

Tag Archive for node.jsstripe-paymentsstrapi

How to fix the error stripe: No stripe-signature header value was provided

In strapi I am trying to get the payment events from stripe, I made a webhook inside a collection called “Order”, it seems that the webhook works because it does manage to get the events since it does print the information with a console.log but I always get the following error: No stripe-signature header value was provided.
I already have my account created and configured, and Stripe accepts payments without needing the webhook. However, I want to implement the webhook, so I’m using the terminal with Stripe CLI to run tests locally.