-
Notifications
You must be signed in to change notification settings - Fork 63
Spec_Notes
webpayments-specs edited this page Jun 1, 2016
·
45 revisions
Status: These are notes from Ian Jacobs on Web Payments WG spec organization. These are intended for discussion and do not represent group consensus.
See also:
- Input data
- Supported payment method identifiers
- Amounts (variable per payment method)
- Data caching (shipping address, etc.)
- Extensibility
- Payment method specific data
- API feature detection
- Security
- Top-level or with "parent" consent
- Unsupported payment methods as input data
- This is only useful if we support grouping/subclassing
- Secure data through encryption and signatures (issue 141)
- Input data (Issue 157)
- Formatting response for mediator
- Capability Declarations
- Supported, enabled payment methods
- How to enable invocation of payment app when selected
- Browser as Payment App Mediator *
- Payment app registration, update, unregistration
- Payment app display for selection
- User selection of payment app
- Interaction with payee (sending payment method response data to Web app)
* Note: Ian prefers not to create a separate mediator spec at this time.
- Specification by the payee of required data in the response (which may be a subset of all data specified by the payment method). (Issue 97)
- Explicit statement of unsupported payment methods
- This is only useful if we support grouping/subclassing
- Standard mechanism for payment apps to communicate with Web services (issue 109)
- Recommended payment apps (by merchant or browser)
- Extensibility
- Payment apps provide app version information
- Extensibility
- The group has decided to use absolute URLs
- Identifier Syntax
- The group has decided to use absolute URLs
- Identifier Matching Algorithm
- Rationale: This algorithm must be understood by both browsers/mediator developers and payment app developers (who announce what they support).
- Grouping/Subclassing semantics
- If we support those, consider explicit "Unsupported" semantics as well, including in matching algorithm.
- Dereferencing
- Short aliases
- The WG has resolved not to include short aliases in V1
- Input data
- Output data
- How the various pieces work together.
- Mint identifiers in those specs?
- Flow diagram?
- Should help people address common scenarios.
Mailing list archives
Issues
- Secure Payment Confirmation
- Payment Request API
- Payment Method Identifiers
- Payment Handler API
- Payment Method Manifest
- General
- Tokenized Card
- 3DS
- SRC
Tests
Adoption
Previous Topics