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

Implement Stripe sample end points for a SaaS platform #42

Open
7 tasks
devraj opened this issue Sep 10, 2022 · 0 comments
Open
7 tasks

Implement Stripe sample end points for a SaaS platform #42

devraj opened this issue Sep 10, 2022 · 0 comments
Assignees

Comments

@devraj
Copy link
Member

devraj commented Sep 10, 2022

Stripe is the goto for payment for all our SaaS (or otherwise) ideas. Over the years the team at Anomaly has learnt a great deal about their offerings and boast about being a partner. Anomaly has collaborated with various businesses to implement complex use cases like Stripe Connect.

The request is to implement reference versions of various typical. use cases to bootstrap SaaS and other projects quicker:

  • How to setup a payment method
  • Make a payment method the default
  • Best practices for handling webhooks and processing them in the background (asyncio and Celery)
  • Start and modify subscriptions
  • One off charges using the API
  • How to use Direct Debit
  • Setup Intents and Payment Intents

Note that part of this requires configuration and use of Stripe elements which will flow onto the web client lab.

@devraj devraj self-assigned this Sep 10, 2022
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

No branches or pull requests

1 participant