Auth API


A merchant has to get an authentication token before process any API.

   Merchant can generate an authentication token. He can use that token to authenticate all the other apis.
This Authentication token will be valid for 1 hour.

How to Generate Authentication token?

Auth token generation request has to be sent to our REST endpoint i.e. merchantServices/api/v1/authToken using POST method.

In our API Specifications you can find a full list of parameters that can be sent in the initial request.


Sample Request


Sample Response