Skip to content

Commit e3ae796

Browse files
committed
Updating docs to improve payment handler concepts
1 parent 3e425eb commit e3ae796

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/documentation/core-concepts.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Its primary goal is to enable:
3838

3939
* **Platforms:** To dynamically discover and consume the capabilities a business exposes.
4040
* **Businesses:** To declare what they offer and how they operate — once — and have any compatible platform discover and use it without bespoke integrations.
41-
* **Payment & Credential Providers:** To securely hold sensitive user data and issue tokens or credentials on behalf of users, so that platforms and businesses never handle sensitive payment or identity information directly.
41+
* **Payment & Credential Providers:** To expose their services — tokenization, vaulting, credential issuance — once, and power secure commerce for users across any compatible platform and business.
4242

4343
## High level architecture
4444

@@ -354,10 +354,6 @@ The 3-step payment lifecycle:
354354
3. **Completion** — The platform submits the instrument to the business, which
355355
charges funds via its PSP integration.
356356

357-
This architecture keeps raw card data off the platform-to-business API,
358-
minimizing PCI scope for the platform and reducing compliance surface for the
359-
overall integration.
360-
361357
## Security & Authentication
362358

363359
### Identity & Key Discovery

0 commit comments

Comments
 (0)