Skip to content

StoreFront Integration Guide

StoreFront is Tillo's white-label gift card platform that enables you to offer a fully branded shopping experience to your end users.

Integration Points

This guide covers the technical integration points for connecting StoreFront to your systems:

IntegrationPurpose
AuthenticationConnect your identity provider to control access and identify users
WebhooksReceive real-time transaction notifications for reporting and reward fulfilment

Authentication

StoreFront supports multiple authentication methods to integrate with your existing identity infrastructure:

  • Third-Party IdPs - Auth0, Okta, Azure AD, Google Identity
  • OAuth 2.0 - Standard authorization code flow
  • OpenID Connect - Identity layer with standardised claims
  • JWT - Direct token exchange for minimal integration

See Authentication for implementation details.

Webhooks

StoreFront sends real-time webhook notifications when transactions occur, enabling you to:

  • Track purchases in real-time
  • Fulfil cashback or points rewards
  • Update your internal reporting systems

See Webhooks for payload formats and integration guidance.