Entria Checkout
Centralized, multi-tenant checkout for all Entria customers
How it works
- Customer receives unique checkout link from store
- Link contains high-entropy store and order handles
- Checkout fetches configuration and order data from BFF
- Customer reviews order and enters payment details
- Payment processed securely via Adyen
Checkout URL structure:
/<store_handle>/<order_handle>
Example: /a8f7e9c2b1d4/9k3m7p2n5q8r
Features
- ✅ Multi-tenant architecture
- ✅ Store-specific branding and configuration
- ✅ High-entropy security handles
- ✅ BFF pattern for API abstraction
- ✅ Edge deployment via Cloudflare Workers
- ✅ Adyen Drop-in integration