Skip to main content

Authentication

All MALIPOPAY API requests are authenticated using an API key passed in the request header.

API Key Header

apiToken: YOUR_API_KEY

Getting your API key

  1. Log in to the MALIPOPAY dashboard
  2. Navigate to Settings → API Keys
  3. Copy your Secret Key

Keep your API key secure. Never expose it in frontend code or commit it to version control.

Sandbox vs Production

EnvironmentBase URL
Sandboxhttps://core-staging.malipopay.co.tz/api/v1
Productionhttps://core-prod.malipopay.co.tz/api/v1

Use separate API keys for each environment.