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

Update agency-cards.md adding video walkthrough #1899

Closed
wants to merge 3 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/enrollment-pathways/agency-cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ _Agency Cards_ is a generic term for reduced fare programs offered by Transit Pr
Agency cards are different from our other use cases in that eligibility verification happens on the agency side (offline) rather
than through the Benefits app, and the Benefits app then checks for a valid Agency Card via an [Eligibility API call](https://docs.calitp.org/eligibility-api/specification/).

## Demonstration

The video walkthough below demonstrates the flow for an agency card user to confirm transit benefit eligibility and enroll their bank card for reduced fares via LittlePay:

![Demonstration of the sign-up process for an agency card user confirming eligibility via the Eligibility Server and enrolling via Littlepay](https://github-production-user-asset-6210df.s3.amazonaws.com/6279581/305587680-67ee56d7-968e-4b53-838f-04fdf8cbb534.mp4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240220T214537Z&X-Amz-Expires=300&X-Amz-Signature=2d2ec95ef30cea975b05ed0e60774cabf502b980a9509244188c837cf83a1a4d&X-Amz-SignedHeaders=host&actor_id=3673236&key_id=0&repo_id=285501392){ width="350" }
machikoyasuda marked this conversation as resolved.
Show resolved Hide resolved

## Architecture

In order to support an Agency Cards deployment, the Transit Provider produces a list of eligible users
Expand Down
Loading