API Tokens
Each business account can create up-to 2 API Tokens at a given time. The token has two important values; the api_key and the api_secret
api_key
Uniquely identifies the merchant it is associated with. Every request must include this key
api_secret
This key is also unique to the merchant account. It is required for every authenticated request. In an authenticated request, the api_secret and api_key are mandatory.
Creating the keys
From the dashboard and from the let navigation of your screen, navigate to the specific business account you want to manage. Once selected, navigate to api tokens page and generate the API tokens.
Viewing the keys
NOTE Your api_key and the api_secret are displayed once upon generation. However we store the encrypted version of the api_secret. None of us knows your secret so you have to store and use it in the safest way.
Last updated