Authentication
Authentication endpoints are for internal use only and are not available through the public API. To authenticate your API requests, use API Key authentication. API Keys provide permanent server-to-server authentication. The SDK handles request signing automatically.API Key Authentication
Learn how to create API Keys, sign requests, and authenticate with the Waffo Pancake API.
Store Slug Authentication
For public-facing checkout flows, use Store Slug authentication. This allows visitors to create checkout sessions without requiring API Key credentials.| Header | Description |
|---|---|
X-Store-Slug | Your store’s unique slug |
X-Environment | test or prod |
Checkout Flow
See how to create checkout sessions with Store Slug authentication.