Configuration
Last updated
Last updated
Stripe Secret Key
You can get the Stripe Secret Key under the "Api Keys" in the "Developers" section.
Stripe Webhook Key
To configure the webhook locally, you have to go to the webhook tab in the same section where the api keys are.
There, you can add a local listener and follow Stripe instructions, but with this command for the listener: stripe listen --forward-to localhost:3000/stripe-wh
.
Once done and the webhook listener is running, it should return in the console your Stripe webhook signing secret to test it locally.