Skip to main content

API Keys

Your API keys are available in the dashboard under Settings > Integrations > API.

Key types

KeyPurposeDashboard
Development merchant keyTesting in the sandbox environmentapp.dev.wava.co/config#integrations
Production merchant keyLive payment processingapp.wava.co/config#integrations

Where to find your keys

  1. Log into the appropriate dashboard (dev or production).
  2. Go to Settings > Integrations.
  3. Under API, you’ll see your merchant key and webhook configuration.

Webhook configuration

On the same Integrations page, you can configure your webhook URL. Wava will send POST requests to this URL whenever an order status changes.

Security

  • Keep your keys confidential. Do not share them in public repositories, client-side code, or emails.
  • If a key is compromised, contact soporte@wava.co immediately to rotate it.
  • Use environment variables or a secrets manager to store keys in your application.
  • Never expose your merchant key in client-side (browser) code. All API calls must be made from your server.