Authentication

This page will help you understand how to authenticate your API requests.

All Eazipay API requests make use of API Keys.

An API key is a unique identifier that authenticates your application when interacting with the Eazipay API. This key serves as a secure token that grants access to specific endpoints and functionalities.

To obtain your API key, please visit your dashboard, you will have access to tests API keys to make requests in our test environments and live API keys generated for each products you add.

Including the API Key in Requests

To authenticate your requests, include your API key in the headers of each HTTP request. The following example illustrates how to structure the headers for authentication:

Headers:
    Authorization: Bearer YOUR_API_KEY

Replace YOUR_API_KEY (Security Key) with the actual API key assigned to your application.

HTTPS Protocol

It is recommended to use the HTTPS protocol when interacting with the Eazipay API. This ensures that data exchanged between your application and the API is encrypted, enhancing the overall security of your communication.

Token Security

Treat your API key with the same level of security as you would with other sensitive credentials. Keep it confidential and avoid sharing it in publicly accessible areas.