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

Stripe Integration #4

Open
1 of 7 tasks
kaushik94 opened this issue Aug 11, 2022 · 0 comments
Open
1 of 7 tasks

Stripe Integration #4

kaushik94 opened this issue Aug 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kaushik94
Copy link

kaushik94 commented Aug 11, 2022

  • A tab that says stripe and first they see a "connect stripe button" similar to Github
  • After connecting by giving stripe api key, we create a "Products" table -> (id, name, description, price_usd, stripe_id, checkout_link_usa)
  • Interface to add products via this table. Once we fill the details we add that to stripe. A delete option maybe?
  • No the client should be able to call rockets.Checkout(product_id) and should be redirected to checkout. How do we do it?
  • When the user signs up, a customer should be created by default? This is one way to do it.
  • Or before payment, check if a customer exists and if they do then use that else create one.
  • I prefer the first one as we can just store customer id as a cookie in browser.
@kaushik94 kaushik94 added enhancement New feature or request high priority labels Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant