Single Pack

This endpoint returns details for a single product's pack.

POST
/ products / getPack

Request Parameters

Parameter Type Required Description
CLIENT_ID String Yes Partner identifier provided by EpinTower
SIGNATURE String Yes You need to calculate it as mentioned in security section.
- Data to sign in order : CLIENT ID, SECRET KEY
PACK_ID String Yes 'ID' Obtained from products's packs list

Response Parameters

Parameter Type Description
RESPONSE_CODE Integer Returned value of “0” implies transaction is successfully completed.
If the code is not "0", it means an error. See error codes section.
RESPONSE_MESSAGE String Response message for requested transaction
SIGNATURE String You need to calculate it as mentioned in security section.
- Data to sign in order : CLIENT ID, SECRET KEY
DATA JSON
    "NAME":"LegendOnline750",
"PRODUCT_NAME":"xs",
"CODE":"5f1456da41414",
"AMOUNT":"590.00",
"CANCELABLE":false,
"MAX_QUANTITY":10,
"DESCRIPTION":“MMOPRPG”,
"IMAGE":“acs54a651.jpg”