Get Transaction AuthToken
These are the types of Auth Token which will be used :
In our API Specifications you can find a full list of parameters that can be sent in the initial request.
The AuthToken needs to be sent with the request in the header.
This Authentication token will be valid for 1 hour.
Get Partner AuthToken ?
The POST request will be send over HTTPS to the voucherServices/REST/v1/authToken
endpoint.
In authentication.sKey, you need to pass Partner's Secret Key .
Sample Request
Sample Response
Get Merchant AuthToken ?
The POST request will be send over HTTPS to the voucherServices/REST/v1/authToken
endpoint.
The Merchant Auth Token will be used for Redeem
Transactions only.
In authentication.sKey, you need to pass Merchant's Secret Key .