Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge of DC changes to date. #103

Open
wants to merge 93 commits into
base: staging
Choose a base branch
from

Conversation

fnbauer
Copy link

@fnbauer fnbauer commented Sep 21, 2021

No description provided.

fnbauer and others added 29 commits May 10, 2021 17:59
This patch introduces a new required environment variable.
It also requires production  to have Stripe webhooks configured
against the `checkout.session.completed` and `checkout.session.expired`
events. That configuration should be completed prior to deploy.

For production, webhooks can be configured using:
https://dashboard.stripe.com/webhooks

The webhook will need to point to https://PRODUCTION_HOST/stripe_webhook
Webhook events are opt-in, so make sure to include both
`checkout.session.completed` and `checkout.session.expired`.

After configuring the webhook, you'll want to shove its signing secret
into the STRIPE_WEBHOOK_ENDPOINT_SECRET environment variable.

For local testing, you can test Stripe webhooks using the Stripe CLI
and the `stripe listen` command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant