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

Server - Billing #519

Open
7 tasks
Sv443 opened this issue Jan 23, 2024 · 0 comments
Open
7 tasks

Server - Billing #519

Sv443 opened this issue Jan 23, 2024 · 0 comments
Labels
v3 Tasks for version 3.0.0

Comments

@Sv443
Copy link
Member

Sv443 commented Jan 23, 2024

TBD: Use a payment processing framework like Stripe or Lemon Squeezy

  • GET /account/{id}/billing/plans to list all plans
  • GET /account/{id}/billing to get all billing info for the given account, like current plan and cost per month
  • POST /account/{id}/billing/plan to sign up for a plan
  • PUT /account/{id}/billing/plan to modify the current plan
  • DELETE /account/{id}/billing/plan to cancel the subscription
  • GET /account/{id}/billing/invoices to get a list of invoices
  • TBD: all other endpoints for managing the actual payment methods
@Sv443 Sv443 added the v3 Tasks for version 3.0.0 label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 Tasks for version 3.0.0
Projects
Status: Backlog
Development

No branches or pull requests

1 participant