Must Webhook payload for Javascript-Stripe be provided as a string or Buffer?
I am trying to code a subscription system with stripe. My following code is mostly copied from the stripe docs, but it always shows me this error: Webhook signature verification failed. Webhook payload must b e provided as a string…