Skip to content

getOrderStatus

Victor Aleksejevs edited this page Aug 11, 2018 · 4 revisions

URL: /orders/status/<order_id>

Overview

The getOrderStatus returns detailed information for the order matching “order_id” parameter.
“order_id” is returned during 🔗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
  • san - there will be list of SAN items with statuses, Only for Comodo/GGSSL
    • "san_name": "domain.tld",
      "validation_method": http, https, dns, email
      "status": "0" - not set, '1' - Processing, '2' - Validated,
      "status_description": description
  • manual_check: 0; if 1, order is under brand validation
  • pre_signing: 0; if 1, Comodo has too many orders and issuance of SSL delayed
  • validation_description
  • success - success code (true)
Clone this wiki locally