<pre>HTTP CODE : 200

RAW RESPONSE :
{
    "status_code": 404,
    "status": "error",
    "message": "No initial transaction log record matched the provided order_id."
}

JSON RESPONSE :
Array
(
    [status_code] => 404
    [status] => error
    [message] => No initial transaction log record matched the provided order_id.
)
</pre>