Endpoint: !GetDetailedOrderStatus

https://secure.trust-provider.com/products/download/!GetDetailedOrderStatus

The GetDetailedOrderStatus API provides detailed information about a certificate order associated with your account. This includes, but is not limited to, the current information submitted for validation, the status of the order, and the status of various validation challenges that must be completed before the certificate can be issued.

Use the POST method for this endpoint.

Submit parameters in the x-www-form-urlencoded format.

The following table lists the required and optional parameters.

Parameter Type Required/Optional Max. Length Description

loginName

string

optional

64 chars

Your account username.

This value is case sensitive.

loginPassword

string

optional

128 chars

Your account password.

This value is case sensitive.

orderNumber

integer

required

The order number of the certificate.

queryType

integer

required

Specifies the level of detail in the response.

The possible values are:

  • 0 = status only

  • 1 = status and detailed information

  • 2 = same as 1, plus replacement order details (if any)

showValidityPeriod

char

optional

1 char

Indicates whether to include the certificate validity period.

The possible options are:

  • Y — yes

  • N — no

If omitted, defaults to N.

responseFormat

integer

optional

Specifies the response format.

The possible options are:

  • 1 = URL-encoded parameters

  • 2 = JSON

If omitted, defaults to 1.

Sample request

curl --location --request POST 'https://secure.trust-provider.com/products/!GetDetailedOrderStatus' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'loginName=yourLoginName' \
--data-urlencode 'loginPassword=yourPassword' \
--data-urlencode 'orderNumber=yourOrderNumber' \
--data-urlencode 'queryType=0'

Success responses

errorCode=0&1_orderNumber=7250060&1_orderDateTime=2025-06-11+11%3A57&1_orderStatus=Pending&1_orderStatusReason=&1_1_serialNumber=&1_1_objectType=Verified+Mark+Certificate+%28VMC%29+%281+of+1+Domains%29&1_1_FQDN=test.com&1_1_certificateStatus=Awaiting+Validation