24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# Hospitality Integration Report
|
|
|
|
> Production wave · 2026-07-28
|
|
> Ownership: published APIs / connector registrations only — no duplicated domain data.
|
|
|
|
| Service | FE surface | Mechanism |
|
|
| --- | --- | --- |
|
|
| Delivery | `/integrations/delivery` | `connector_registrations` kind=delivery + dispatches |
|
|
| Accounting | `/integrations/accounting` | kind=accounting |
|
|
| CRM | `/integrations/crm` + customers | kind=crm |
|
|
| Loyalty | `/integrations/loyalty` | kind=loyalty |
|
|
| Communication | `/integrations/communication` | kind=communication |
|
|
| Experience / Website | `/integrations/website` | kind=website |
|
|
| Payment | POS payments / register | **Local POS records only**; PSP via Payment service (ADR-020) — not duplicated |
|
|
| Identity / Core | AuthGuard, tenant header, capabilities | Platform session |
|
|
| Commercial Runtime | FeatureLock, product brand | Entitlement check + product registry adapters |
|
|
| Marketplace | CapabilityUnavailable | Foundation not implemented |
|
|
|
|
## Rules followed
|
|
|
|
- Never call foreign DBs
|
|
- Never invent connector payloads
|
|
- Dispatches are hospitality-owned outbound refs to registered connectors
|