# Get a order Endpoint: GET /order ## Query parameters: - `order_id` (string) Order id ## Response 200 fields (application/json): - `merchant_id` (string) - `request_id` (string) - `order_id` (string) - `client_reference` (string) - `order_desc` (string) - `order_currency` (string) - `order_amount` (object) - `amount_confirming` (object) - `amount_confirmed` (object) - `status` (string) - `pay_status` (string) - `created_at` (integer) - `updated_at` (integer) - `expires_at` (integer) - `merchant_info` (object) - `merchant_info.display_name` (string) - `merchant_info.logo` (string) - `merchant_info.default_order_ttl` (integer) - `merchant_info.name_type` (string) - `exception_tag` (array) - `success_url` (string) - `failure_url` (string)