We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NOTE: This page is work in progress.
To use stripe in development a few manual steps have to be taken. Specifically, Stripe CLI has to be installed and set up on your machine.
This explains why you have to do the things which are described in this article. If you only care about the how, skip to the next section.
This is because our Stripe integration is webhook based. This means that Stripe's servers have to make a request
.env
Caution
Never use the production keys during development! They should only ever be present at one place: the production server.
stripe-cli ...