Entria Checkout

Centralized, multi-tenant checkout for all Entria customers

How it works

  1. Customer receives unique checkout link from store
  2. Link contains high-entropy store and order handles
  3. Checkout fetches configuration and order data from BFF
  4. Customer reviews order and enters payment details
  5. Payment processed securely via Adyen

Checkout URL structure:

/<store_handle>/<order_handle>

Example: /a8f7e9c2b1d4/9k3m7p2n5q8r

Development

Test the checkout with mock data:

View Mock Checkout

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