From def6721cd278969ca7f869b0295187f676250283 Mon Sep 17 00:00:00 2001 From: Victor Aleksejevs <42028380+ggs-victor@users.noreply.github.com> Date: Fri, 10 Aug 2018 20:32:43 +0300 Subject: [PATCH] Updated getOrderStatus (markdown) --- getOrderStatus.md | 63 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/getOrderStatus.md b/getOrderStatus.md index db6d8e5..2091d5e 100644 --- a/getOrderStatus.md +++ b/getOrderStatus.md @@ -1 +1,62 @@ -cfgh \ No newline at end of file +URL: /orders/status/ + +### Overview +The getOrderStatus returns detailed information for the order matching “order_id” parameter.
“order_id” is returned during :link:[addSSLOrder](https://github.com/gogetssl/api/wiki/addSSLOrder) command. + +### Request parameters +* order_id + +### Response +If no errors in request following parameters will be returned: +* order_id - unique order ID +* partner_order_id - unique ID returned from vendor (Comodo or Thawte) +* status - order status (active, cancelled, expired, incomplete, new_order, unpaid, pending, processing, reissue, rejected,) +* status_description +* product_id - product ID +* domain - order submitted domains or FQDN from CSR +* approver_method +* domains +* total_domains - total domains count +* validity_period - order validity period in months +* valid_from +* valid_till +* csr_code - CSR code of certificate returned if status “active” +* ca_code - CA code of certificate id status “active” +* crt_code - Certificate code is status “active” +* server_count +* renew +* webserver_type +* upgrade +* approver_emails +* dcv_method +* admin_addressline1 +* admin_addressline2 +* org_addressline3 +* org_city +* org_country +* org_fax +* org_phone +* org_postalcode +* org_region +* tech_organization +* tech_addressline1 +* tech_addressline2 +* tech_addressline3 +* tech_city +* tech_country +* tech_fax +* tech_phone +* tech_postalcode +* tech_region +* tech_email +* tech_firstname +* tech_lastname +* tech_title +* ssl_price +* ssl_period +* partner_sslid +* free_ev_upgrade +* goget_website +* codesigning_inviteurl +* validation_description +* success - success code (true) \ No newline at end of file