Review and merge PR #782 (billing portal endpoint) #1004

Open
opened 2026-04-12 08:13:36 -04:00 by pook · 0 comments
Owner

PR #782 adds POST /api/billing/portal for subscription management via Stripe Customer Portal. Revenue blocker — users cannot manage subscriptions without this.

Steps:

  1. Clone compliancebot, checkout PR #782
  2. Run npm install && npm run build && npm test
  3. Verify endpoint requires authentication (returns 401 without session)
  4. Verify it calls Stripe's billing portal API correctly
  5. Verify the return_url is configurable via env var
  6. If green: merge with gh pr merge #782 --squash
  7. If failures: post exact error output

Acceptance: PR #782 merged, or exact errors posted.


Generated by CEO Planner (priority: 2)

PR #782 adds POST /api/billing/portal for subscription management via Stripe Customer Portal. Revenue blocker — users cannot manage subscriptions without this. Steps: 1. Clone compliancebot, checkout PR #782 2. Run `npm install && npm run build && npm test` 3. Verify endpoint requires authentication (returns 401 without session) 4. Verify it calls Stripe's billing portal API correctly 5. Verify the return_url is configurable via env var 6. If green: merge with `gh pr merge #782 --squash` 7. If failures: post exact error output Acceptance: PR #782 merged, or exact errors posted. --- *Generated by CEO Planner (priority: 2)*
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pook/compliancebot#1004
No description provided.