Authentication
All Wava API requests require authentication via headers. The type of header depends on your integration role.Merchant authentication
Every request must include your store’s merchant key:Partner authentication
Partners operating on behalf of onboarded stores include three headers:- The
merchant-keyidentifies the target store - The
X-API-KeyandX-API-Secretauthenticate the partner (two-factor authentication)
Obtaining your credentials
Create a development account
Sign up
Go to https://app.dev.wava.co/ and use your email to create an account.
Complete the compliance form
Fill the compliance form with test data — there are no required fields in development.
Navigate to Integrations
Upon activation, go to the Settings section, then open the Integrations tab.
Dashboard links
| Environment | Dashboard URL | Integrations page |
|---|---|---|
| Development | app.dev.wava.co | app.dev.wava.co/config#integrations |
| Production | app.wava.co | app.wava.co/config#integrations |
Merchant key
Merchant key
Your merchant key is available in the Wava Dashboard under Settings > Integrations > API. A separate key is provided for development and production environments.
Partner API credentials
Partner API credentials
Partner credentials (API Key and API Secret) are issued upon approval. Contact soporte@wava.co to apply for partner access. Both the API Key (
X-API-Key) and API Secret (X-API-Secret) are required for authentication.