WKQ-branded post-purchase landing page replacing generic /checkout/success #505
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/basketball-api#505
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone — discovered 2026-04-18 during the #497 recovery blast testing. When Lucas paid a test Payment Link, he landed on
https://westsidekingsandqueens.tail5b443a.ts.net/checkout/success— a generic "you're all set" page with no context. Noted as confusing.Repo
forgejo_admin/basketball-apiUser Story
As a parent who just paid my player's first monthly fee, I land on a page that confirms who I paid for, how much I paid, and what happens next — visibly Westside Kings & Queens branded — so I know the payment registered and I'm clear on any remaining steps.
Context
Stripe Payment Links redirect to our
/checkout/successURL after a completed payment (configured inafter_completion.redirect.urlwhen the Payment Link is minted). That landing page today is a generic success screen — no player name, no amount, no WKQ branding, no next-step info. Parents walk away uncertain whether the payment actually registered and whether anything else is required from them.This sits alongside the brand-mismatch problem being tracked separately (Pal-E-branded Stripe receipts also go out on every payment; see sibling tickets). This ticket covers only the landing page our domain controls.
File Targets
Dev agent's decision. The server-side redirect URL is already correct (
/checkout/success); the work is on whatever renders that path.Acceptance Criteria
westsidebasktball@gmail.com.Test Expectations
Constraints
Checklist
Related
forgejo_admin/basketball-api #498— monthly Payment Link migration (added this redirect URL configuration)