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
1
Sign up
Go to https://app.dev.wava.co/ and use your email to create an account.
2
Create a test store
Create a test store with test data. This will be your sandbox environment.
3
Complete the compliance form
Fill the compliance form with test data — there are no required fields in development.
4
Navigate to Integrations
Upon activation, go to the Settings section, then open the Integrations tab.
5
Get your merchant key
Under API, you’ll find your merchant key for this environment. You can also configure your webhook URL here.
Dashboard links
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.