Subaccount order info
GET https://www.digicert.com/services/v2/account/subaccount/order/{{order_id}}
Use this endpoint to get details for a certificate order placed by a subaccount or sub-subaccount.
Example requests and responses
Response parameters
Name | Type | Description |
---|---|---|
id | int | Order ID. |
certificate | object | Details about the certificate ordered. Only returned for orders placed by immediate subaccounts. |
.. id | int | Certificate ID. |
.. thumbprint | string | Thumbprint of the certificate. Only returned if certificate status is |
.. serial_number | string | Serial number of the certificate. Only returned if certificate status is |
.. common_name | string | Name secured by the certificate. |
.. dns_names | array | List of additional names secured by the certificate. |
.. valid_till | string | Date when certificate validity ends. Only returned if certificate status is Format: |
.. organization_units | array | List of organization units on the certificate. |
.. signature_hash | string | Signing algorithm used by the certificate. |
.. ca_cert | object | Details about the issuing CA certificate for the primary certificate on the order. |
.. .. id | string | Issuing CA certificate ID. |
.. .. name | string | Issuing CA certificate name. |
organization | object | Details about the organization associated with the order. Only returned for orders placed by immediate subaccounts. |
.. id | int | Organization ID. |
.. name | string | Legal name of the organization. |
.. assumed_name | string | Public name of the organization. Also called DBA name. |
.. display_name | string | Full name of the organization. Constructed using name + assumed_name. |
subaccount | object | Details about the subaccount that ordered the certificate. |
.. account_id | int | Subaccount ID. |
.. account_type | string | Subaccount type. |
.. organization_name | string | Primary organization of the subaccount. |
product | object | Details about the ordered product. |
.. name_id | string | Name ID of the product. See Glossary – Product identifiers. |
.. name | string | Display name of the product. See Glossary – Product identifiers |
.. type | string | Product type. See Glossary – Product types. |
order_price | object | Details about the order price. |
.. cost | int | Total order cost. |
.. currency | string | Currency unit. Possible values: |
status | string | Status of the order. See Glossary – Order status. |
number_of_sans | int | Number of domains in the |
date_created | string | Order creation date. Format: UTC timezone and ISO 8601 date. |
date_issued | string | Date when the certificate was issued. Only returned for issued certificate orders. Format: UTC timezone and ISO 8601 date. |
is_multi_year_plan | string | Returns Only returned if the order is a Multi-year Plan. |
order_valid_from | string | Start date of the order validity period. Format: Only returned for issued certificate orders. |
order_valid_till | string | Expiration date of the order. Format: |
validity_years | int | Number of years the certificate will be valid. |
order_prices | array of objects | If the subaccount reissues a certificate on the order and the parent account is using a different currency than when the original order was placed, this endpoint returns an When the subaccount reissues a certificate and the parent account is using the same currency as the when the original order was placed, the extra cost of the reissued certificate is added to the |
.. cost | number | Total cost of reissues requested in the corresponding |
.. currency | string | Currency unit for the corresponding |