Frequently-Asked-Questions
Auth FAQ
How to call Authenticate method
Authenticate method will return the Session ID that needs to be echoed back in every subsequent request. In case of session expiry or log-outs, the authenticate method needs to be called again and the updated Session ID needs to be passed in every subsequent request. Only 1 Session Id should be generated for all transactions.