Documentation Index
Fetch the complete documentation index at: https://docs.wava.co/llms.txt
Use this file to discover all available pages before exploring further.
Partner Authentication
Partner requests require three headers on every API call: two for partner authentication and one to identify the target store.Required headers
| Header | Purpose |
|---|---|
merchant-key | Identifies the store the operation is for |
X-API-Key | Partner API key for identification |
X-API-Secret | Partner secret key for authentication |
Two-Factor Authentication
Partner authentication uses a two-factor system for enhanced security:- API Key (
X-API-Key): Identifies which partner is making the request - API Secret (
X-API-Secret): Authenticates that the request is legitimate
How the backend processes partner requests
When all three headers are present, the Wava API:- Validates both the
X-API-KeyandX-API-Secretbelong to an active partner account. - Validates the
merchant-keybelongs to an active store. - Verifies the partner has permission to operate on behalf of that store.
- Processes the request and associates it with both the store and the partner.
401 Unauthorized error.