Transaction details

With this endpoint, you can retrieve data of a particular transaction, also access previously purchased e-pin codes.

POST
/ reports / transactionDetails

Request Parameters

Parameter Type Required Description
CLIENT_ID String Yes Partner identifier provided by EpinTower
TRANSACTION_ID String Yes The order id for the transaction.
SIGNATURE String Yes You need to calculate it as mentioned in security section.
- Data to sign in order : CLIENT ID, SECRET KEY, TRANSACTION ID

Response Parameters

Parameter Type Description
ORDER_STATUS string The status of Transaction
12 = NEW
2 = SUCCESS
3 = SMS ERROR
4 = NOTIFICATION ERROR
5 = QUANTITY PARTIALLY DELIVERED
6 = PENDING
7 = WAITING PROVIDER RESPONSE
8 = CANCELED
9 = PARTIAL SUCCESS
13 = FAILED
ORDER_DATE The date of created
TRANSACTION_ID String The order id for the transaction.
PRODCUT_NAME String The name of product .
PRODUCT_DESCRTIPION String The description of product .
PRODUCT_IMAGE String The image of product .
PURCHASED_EPINS JSON
"purchasedEpins": [ 
{
"pin": "9960afd4-415f-41ef-b4c9-0e6eedc4677a",
"extra": "",
"expiryDate": ""
},
{
"pin": "c5ab3f9f-08ad-4d00-a0c7-2d8c554c86fa",
"extra": "",
"expiryDate": ""
}
]