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 Max. Length Description

loginName

string

64 chars

Your account username.

This value is case sensitive.

loginPassword

string

128 chars

Your account password.

This value is case sensitive.

orderNumber

integer

The order number of the certificate.

queryType

integer

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

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

Specifies the response format.

The possible options are:

  • 1 = URL-encoded parameters

  • 2 = JSON

If omitted, defaults to 1.