Authentication
With your secret key, api key and base url, monnifyease can authenticate your API calls in the Authorization header of your request. An access token is generated for the first time a request is made, and it is used till it expires. When the access token expires, it is automatically generated using OAuth Bearer token authentication.
Attention
The secret key, api key, merchant code and base url should be in your environment variable.