api-key header:
Example
Types of API keys
EPayClub provides three types of API keys, each serving a specific security function:- Public key – Used for initiating transactions and other client-side requests.
- Private key – Required for sensitive operations like verifying orders. Keep this key secure and use it only on the server side.
- Encryption key – Helps encrypt highly sensitive data for added security.
Public Key
This key is used in most API requests, including transaction initiations. It is designed for client-side operations or less sensitive actions.Example
Private Key
Private keys are used for more sensitive operations such as verifying a customer’s order. You should keep this key confidential and only use it in secure server-side environments.Example
Encryption Key
This key enables encryption which is used to mask highly sensitive data within requests, adding an extra layer of security. It is important for protecting personally identifiable information (PII) and other confidential data.Retrieving your API keys
Access your dashboard
Log in to your EPayClub dashboard using your email and password.

Locate your settings
Go to your account 
Settings. This option is the last menu item for ease of access.
Find API settings
Select
API Keys and Webhooks from the dropdown. This section allows you to manage API keys and webhook configurations.Copy your API credentials
Copy your API key from the list and add it to your project’s configuration.


