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

Add SRC user recognition use case #260

Merged
merged 7 commits into from Aug 24, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions privacy/use-cases/src.md
Expand Up @@ -5,9 +5,10 @@ See more [information about EMV®SRC](https://www.emvco.com/emv-technologies/

## Overview of Click-to-Pay Flow

* The user pushes the Click-to-Pay button on a merchant site. This is typically provided by another party, the SRC Initiator (SRC-I), in a 3p context.
* The SRC-I determines (via a cookie, typically) whether this is a returning user, and if so finds the user's SRC identity (e.g., email address).
* The SRC-I dispatches the identity to different SRC systems (typically the card networks) and aggregates the responses into a candidate card list (i.e., cards registered in SRC systems under that user identity).
* During an enrollment phase, the user registers a card with an SRC System; thusthe SRC System has a relationship and uses cookies to recognize returning users.
stephenmcgruer marked this conversation as resolved.
Show resolved Hide resolved
* At transaction time, the user pushes the Click-to-Pay button on a merchant site. This is typically provided by another party, the SRC Initiator (SRC-I), in a 3p context.
* The SRC-I interacts with each SRC system (by dispatching SRC system cookies to their servers) to establish whether this is a returning user, and if so, to retrieve registered cards.
* The SRC-I aggregates the responses into a candidate card list (i.e., cards registered in SRC systems under that user identity).
* The SRC-I displays the list of cards to the user for selection.
* (The rest of the flow happens, but it is not essential to understanding the problem statement.)

Expand Down