Skip to content

Stripe Integration #4

@kaushik94

Description

@kaushik94
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions