Ronak Bhatt

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in How to use Stripe Checkout in Rails Discussion

Hey

I was having the same problem, and the solution was to:

1) log in to Stripe
2) go to the page for the webhook that was failing
3) get the Signing secret from the middle of that page and set an env VAR called STRIPE_SIGNING_SECRET with the Signing secret as its value.

STRIPE_SIGNING_SECRET: Value ( add this on Heroku Config Vars)

Thanks
Ronak Bhatt