get_order_info
Queries all the information on an order ID.
Request parameters
Standard request parameters
- action = get_order_info
- object = trust_service
Request attributes
Parameters within the attributes associative array are described below:
Parameter | Obligation | Definition/Value |
---|---|---|
order_id | Required | The ID of the order to query. |
Response parameters
Standard response parameters
- action = reply
- object = trust_service
- is_success = Boolean indicating success or failure of the request.
- response_code = Response code indicating outcome of the request.
- response_text = Message describing the outcome of the request.
Response attributes
If the request is successful, the attributes associative array may include the following:
Parameter | Obligation | Definition/Value |
---|---|---|
approver_email | Always returned for domain vetted certificates | The email address used to approve the SSL Service order. |
contact_email | Always returned | |
contact_set | Always returned | |
csr | Always returned | |
domain | Always returned | The domain name for which the SSL certificate was purchased. |
notes_list | Always returned | |
order_id | Always returned | The ID of the SSL Service order. |
period | Always returned | |
price | Always returned | The price charged for the SSL Service. |
product_id | Always returned if the order is completed. | The ID number of the SSL Service product. |
product_type | Always returned | The product type from the SSL Certificate inventory. |
reg_type | Always returned | Type of order. Allowed values are: new renewal transfer upgrade |
server_type | Always returned | The type of server software used to generate the CSR. |
special_instructions | Always returned | User defined instructions regarding the SSL Service certificate purchase. |
state | Always returned | The state of the order. |
supplier_order_id | Always returned | The ID number for the SSL vendor. |
Updated almost 2 years ago