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

Open
opened 2026-04-12 14:03:43 -04:00 by pook · 0 comments
Owner

Review PR #782 which adds POST /api/billing/portal for subscription management. Steps:

  1. Clone repo, checkout PR #782 branch
  2. Run npm install && npm run build && npm test
  3. Verify endpoint calls Stripe billing portal sessions API with correct customer_id
  4. Confirm it returns redirect_url in response JSON
  5. Check that unauthenticated requests get 401
  6. Verify the portal is wired into the Express app
  7. If green, merge via gh pr merge 782 --squash; otherwise post exact errors

Acceptance: PR merged or blocker documented.


Generated by CEO Planner (priority: 2)

Review PR #782 which adds POST /api/billing/portal for subscription management. Steps: 1. Clone repo, checkout PR #782 branch 2. Run `npm install && npm run build && npm test` 3. Verify endpoint calls Stripe billing portal sessions API with correct customer_id 4. Confirm it returns redirect_url in response JSON 5. Check that unauthenticated requests get 401 6. Verify the portal is wired into the Express app 7. If green, merge via `gh pr merge 782 --squash`; otherwise post exact errors Acceptance: PR merged or blocker documented. --- *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#1088
No description provided.