URL:
http://www.templatemonster.com/webapi/order_status.php
Description:
Returns the status of the requested order
Status:
0.1
Synopsis:
http://www.templatemonster.com/webapi/order_status.php?order_id=<templatemonster_order_id>
Parameters:
| Parameter | Type | Description |
|---|---|---|
| templatemonster_order_id | string( 20 chars length) | TemplateMonster order identifier |
Response:
Response is a string containing a single word which describes a current status of the requested order:
| Value | Description |
|---|---|
| Attempt | an order has not been paid for yet |
| Bought | successful purchase |
| Fraud | transaction was cancelled |
| Wrong | there is no order associated with a specified order ID in the database |
Response example:
http://www.templatemonster.com/webapi/order_status.php?order_id=7oyH4IMR78hxHaAv43hZ
Fraud