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 2024-04-10 release: https://stripe.com/docs/upgrades#2024-04-10
- Stripe checkout session modes: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-mode
- Building absolute URIs with Django: https://docs.djangoproject.com...