Skip to content

Commit

Permalink
Some edits to align with previous discussions and architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbjacobs committed Jan 13, 2022
1 parent 6166635 commit a1257f2
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions privacy/payment-flows/cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,30 @@ Most cards have a similar flow during a checkout, and have similar properties

## Common User Flows

### Entering card details
### Returning User Recognition

#### Automatically restoring previously-saved card details
Example:

### Sending payment for processing
* User logs into a merchant with whom the user has stored cards ("card on file")
* Cookies used to store profile information (e.g., for EMV® Secure Remote Commerce)

### Authenticating the user
### Instrument selection

#### Frictionless authentication
Examples:

### Indicating successful transaction to the Merchant
* Choosing from a card on file
* Entering card details, possibly assisted by autofill.
* Choosing a card from a payment handler.

### Authentication

Examples:

* EMV® 3-D secure frictionless and challenge flows.

### Authorization

Note: W3C discussions have not focused on authorization, as this phase typically happens in the background (and not on the Web).

[home]: ../README.md
[payment-flows]: README.md

0 comments on commit a1257f2

Please sign in to comment.