API KEYS
To access the NovyPay Payment Gateway API, you need to obtain your API keys from the settings section sent on your NovyPay Dashboard. Follow these steps to generate the authorization key:
1. Retrieve your API Keys
Obtain your Api-Kes from your dashboard. Your api-key will look like this:
novypay_my-api-key
You can view, refresh or delete your API Keys on yoir dashboard
Use the API Key
Include the Api key in your API requests as a header:
Copy
novypay-api-key: <your-api-key>
Replace <your-api-key>
with the one on your dashboard.
Last updated