You can get details of a given order, using its TRANSACTION_ID
with this endpoint.
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
CLIENT_ID |
String | Yes | Partner identifier provided by EpinTower |
SIGNATURE |
String | Yes | Params clientID.secretKey See security section |
TRANSACTION_ID |
String | Yes | Transaction id of the order |
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 | Params clientID.secretKey See security section |
TRANSACTION_ID |
String | Transaction id of the order |
ORDER_STATUS |
String | 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 |
DESCRIPTION |
String | Order status description |
PIN |
List | The list of pins |