Page:
getOrderStatus
Pages
API Methods
API Navigation
Auth
Automatic rules
Comodo Unique Value
ConfirmLEIDataQuality
CreateNewLEI
Home
Order Auto Cancellation
Resend
Revalidate
addSSLOrder
addSSLRenewOrder
addSSLSANOrder
cancelSSLOrder
changeValidationEmail
changeValidationMethod
decodeCSR
generateCSR
getAccountBalance
getAllInvoices
getAllProductPrices
getAllProducts
getAllSSLOrders
getDomainAlternative
getDomainEmails
getDomainEmailsForGeotrust
getLEIJurisdictions
getLJurisdictions
getLeiStatus
getOrderInvoice
getOrderStatus
getOrdersStatus
getProductDetails
getProductPrice
getUnpaidOrders
getUserAgreement
getWebServers
leiLookup
reissueSSLOrder
resendValidationEmail
4
getOrderStatus
Victor Aleksejevs edited this page 2018-08-11 20:25:36 +03:00
Table of Contents
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
- "san_name": "domain.tld",
- 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)
API Navigation
API Methods
- "auth"
- "addSSLOrder"
- "addSSLRenewOrder"
- "addSSLSANOrder"
- "cancelSSLOrder"
- "changeValidationEmail"
- "changeValidationMethod"
- "decodeCSR"
- "validateCSR"
- "getOrderStatus"
- "getOrderInvoice"
- "getUnpaidOrders"
- "getAccountBalance"
- "getAllInvoices"
- "getAllProducts"
- "getAllProductPrices"
- "getAllSSLOrders"
- "getDomainAlternative"
- "getDomainEmails"
- "getDomainEmailsForGeotrust"
- "getProductDetails"
- "getProductPrice"
- "getUserAgreement"
- "getWebservers"
- "generateCSR"
- "reissueSSLOrder"
- "revalidate"
- "resendValidationEmail"
- "CreateNewLEI"
- "getLEIJurisdictions"
- "getLeiStatus"
- "ConfirmLEIDataQuality"
- "getAllSSLOrders"
- "leiLookup"
API Features
Other
Postman Collection
GOGETSSL API WIKI