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

console: set up a basic Stripe payments UI #376

Open
21 of 28 tasks
epost opened this issue Mar 10, 2020 · 0 comments
Open
21 of 28 tasks

console: set up a basic Stripe payments UI #376

epost opened this issue Mar 10, 2020 · 0 comments
Assignees

Comments

@epost
Copy link
Member

epost commented Mar 10, 2020

  • read some docs
    • Stripe Elements (this looks like it may be what we want)
    • Stripe Checkout
    • Stripe PaymentIntents
    • Stripe Billing
  • get Stripe account
    • activate account
    • read some more docs
  • create Statebox Console Firebase app under statebox-kdmoncat project
    • find the bloody 'add app' button- [x] Set up some example code
    • Research Stripe cookie warnings/errors discussed in SameSite attribute. Warning Chrome stripe-archive/react-stripe-elements#445.
    • Firebase authentication
      • Wrap around Halogen app
    • Invoices
      • Define types & codecs
      • Create Stripe API call in backend
      • Create backend API call in frontend
      • Render in UI
    • Customer
      • Define types & codecs
      • Create Stripe API call in backend
      • Create backend API call in frontend
      • Render in UI
    • PaymentMethods
      • Define types & codecs
      • Create Stripe API call in backend
      • Create backend API call in frontend
      • Render in UI
@epost epost self-assigned this Mar 10, 2020
epost added a commit that referenced this issue Mar 19, 2020
* Define additional fields and types.

* Render them.

* Factor Stripe API array wrapper out into separate type ArrayWrapper.
epost added a commit that referenced this issue Mar 20, 2020
epost added a commit that referenced this issue May 31, 2020
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