🔗 Loyalty Platform — Integration Patterns¶
Outbound Integrations¶
Integrations where Loyalty Platform is the initiating party.
| Target | Style | Trigger | Description |
|---|---|---|---|
| — | — | — | — |
Inbound Integrations¶
Integrations where Loyalty Platform is the receiving party.
| Source | Style | Trigger | Description |
|---|---|---|---|
| OMS | 📨 Event-Driven | order-completed |
When an order reaches completed state, the OMS publishes an order-completed event. The Loyalty Platform consumes it to c |
| eCommerce Platform | 🔄 Synchronous API | checkout-started |
At checkout start, the eCommerce Platform retrieves the customer's current points balance so the customer can choose to |
| POS | 🔄 Synchronous API | transaction-completed |
At transaction close, the POS triggers loyalty point accrual and handles redemption requests. Both operations are synchr |