Requirements
Requirements
Merchants must generate the token on their web server and pass the generated token to the transaction request. The generated token must encompass the following data elements:
- Lite_Order_Amount: Total amount of the order
- Lite_Merchant_ApplicationId – The merchants app ID must be in uppercase and in curly brackets
- Ecom_BillTo_Email - The cardholder Email address
- TimeStamp – The timestamp when the token is generated
- Resource - Lite/Authorise.aspx
- SharedSecret - as configured in the merchants application in backoffice
The parameters utilized in the hash token generation process must correspond exactly to those submitted via the form Post method to ensure token integrity and validation.