Change DCV Method

Service URL: https://api.ssl2buy.com/queryservice/ComodoFullOrder/ChangeDCVMethod/

Test Service URL: https://demo-api.ssl2buy.com/queryservice/ComodoFullOrder/ChangeDCVMethod/

This method allows partner to change the approval method used to approval of certificate request

Request Parameters for “ComodoChangeDCVMethodRequest”

Field Name Description Type Required
PartnerEmail SSL2Buy Login Email String (Max Length : 200) Yes
ApiKey SSL2Buy API Key String (Max Length : 100) Yes
OrderNumber Partner should pass the SSl2Buy order number. Integer Yes
ApprovalEmail

Approval email for certificate approval

Use method GetComodoApprovalEmailList to get web approval email list

Requred if DCVMethodmethod pass is EMAIL

String (Max Length : 200) Yes
DCVMethod

Approval method used to approve certificate request.

Possible values:

  1. EMAIL
  2. HTTPCSRHASH
  3. CNAMECSRHASH
String Yes

Response Parameters for “ComodoChangeDCVMethodResponse”

Field Name Description Type
MD5

MD5 Unique value

This value is used to approve certificate when HTTPCSRHASH Or CNAMECSRHASH DCV method is used.

String
SHA1

SHA1 Unique Value

This value is used to approve certificate when HTTPCSRHASH Or CNAMECSRHASH DCV method is used.

String
UniqueValue

Unique Value

This value is used to approve certificate when HTTPCSRHASH Or CNAMECSRHASH DCV method is used.

String
APIError
.. ErrorNumber Error Number Integer
.. ErrorField Error Field String
.. ErrorMessage Description of errors String
StatusCode Status Code of Response
i.e
0 = Method is executed successfully.
-1 = There is an Error in Response.
Integer