Get Transaction AuthToken
There are following Transaction operations using our REST API :
Merchant/Partner will get unique AuthToken.Using
that AuthToken, merchant/partner is able to perform transactions.This Authentication token will be valid
for 1 hour.
Get Merchant AuthToken ?
The POST request will be send over HTTPS to the transactionServices/REST/v1/authToken
endpoint.
In our API Specifications you can find a full list of parameters that can be sent in the initial request.
In authentication.sKey, you need to pass Merchant's Secret Key .
Sample Request
Sample Response
Get Partner AuthToken ?
The POST request will be send over HTTPS to the
transactionServices/REST/v1/partnerAuthToken
endpoint.
In our API Specifications you can find a full list of parameters that can be sent in the initial request.
In authentication.sKey, you need to pass Partner's Secret Key .