Service URL: https://api.ssl2buy.com/orderservice/GlobalSignFullOrder/GetCertificate
Test Service URL: https://demo-api.ssl2buy.com/orderservice/GlobalSignFullOrder/GetCertificate
This method allows partner to get the certificate.
Request Parameters for “GetGlobalSignCertificateRequest”
Field Name | Description | Type | Required |
---|---|---|---|
PartnerEmail | SSL2Buy Login Email | String (Max Length : 200) | Yes |
ApiKey | SSL2Buy API Key | String (Max Length : 100) | Yes |
OrderNumber | SSL2Buy Order number | Integer | Yes |
Response Parameters for “GetGlobalSignCertificateResponse”
Field Name | Description | Type |
---|---|---|
InterCert | Intermediate certificate | String |
PKCS7Cert | Certificate in PKCS7 format | String |
RootCert | Globalsign Root Certificate | String |
X509Cert | Certificate in X509 format | 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 |