Additional resources
The following resources provide additional information related to the topics covered in this chapter:
- Source code for this chapter – https://github.com/PacktPublishing/Django-5-by-example/tree/main/Chapter09
- Stripe website – https://www.stripe.com/
- Stripe Checkout documentation – https://stripe.com/docs/payments/checkout
- Creating a Stripe account – https://dashboard.stripe.com/register
- Stripe account settings – https://dashboard.stripe.com/settings/account
- Stripe Python library – https://github.com/stripe/stripe-python
- Stripe test API keys – https://dashboard.stripe.com/test/apikeys
- Stripe API keys documentation – https://stripe.com/docs/keys
- Stripe API version 2023-10-16 release notes – https://stripe.com/docs/upgrades#2023-10-16
- Stripe checkout session modes – https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-mode
- Building absolute URIs with Django – https:/...