This documentation has moved

XML API documentation can now be found at developer.openprovider.com. This page will remain available until September 2026, but will no longer be updated.

The XML API itself is not changing. Your existing integration continues to work.

API Module SSL retrieveProductSslCertRequest

From Openprovider API documentation

(Difference between revisions)
Jump to: navigation, search
(Created page with '==Module SSL certificates > Retrieve Product== {| border="1" cellpadding="4" |- style="background-color:#BBBBBB;" |'''Module''' |SSL certificates |- style="background-color:#EEEE…')
(Raw XML)
 
(6 intermediate revisions not shown)
Line 13: Line 13:
|'''Input'''
|'''Input'''
|
|
-
*'''id'''
+
*'''[[API Format SSL Product Ids|id]]'''
|- style="vertical-align:top;"
|- style="vertical-align:top;"
|'''Output'''
|'''Output'''
-
|Details of the SSL certificate product:
+
|
-
id
+
*id
-
name
+
*name
-
brandName
+
*brandName
-
category
+
*category
-
isMobileSupported
+
*isMobileSupported
-
isIdnSupported
+
*isIdnSupported
-
isSgcSupported
+
*isSgcSupported
-
isWildcardSupported
+
*isWildcardSupported
-
isExtendedValidationSupported
+
*isExtendedValidationSupported
-
deliveryTime
+
*deliveryTime
-
freeRefundPeriod
+
*freeRefundPeriod
-
freeReissuePeriod
+
*freeReissuePeriod
-
maxPeriod
+
*maxPeriod
-
numberOfDomains
+
*numberOfDomains
-
encryption
+
*encryption
-
root
+
*root
-
warranty
+
*warranty
-
prices
+
*prices
-
supportedSoftware
+
*supportedSoftware
-
description
+
*description
|}
|}
Line 49: Line 49:
===Raw XML===
===Raw XML===
 +
''Please note that newlines and leading spaces are added only for readability. Those whitespaces should be excluded from your XML command before sending it to Openprovider.''
  <?xml version="1.0" encoding="UTF-8"?>
  <?xml version="1.0" encoding="UTF-8"?>
  <openXML>
  <openXML>
Line 69: Line 70:
       <name>QuickSSL Premium</name>
       <name>QuickSSL Premium</name>
       <brandName>GeoTrust</brandName>
       <brandName>GeoTrust</brandName>
-
       <category>budget_security</category>
+
       <category>domain_validation</category>
       <isMobileSupported>1</isMobileSupported>
       <isMobileSupported>1</isMobileSupported>
       <isIdnSupported>0</isIdnSupported>
       <isIdnSupported>0</isIdnSupported>
Line 246: Line 247:
               <reseller>
               <reseller>
                 <price>199.00</price>
                 <price>199.00</price>
-
                <currency>EUR</currency>
 
-
              </reseller>
 
-
            </price>
 
-
          </item>
 
-
          <item>
 
-
            <period>4</period>
 
-
            <price>
 
-
              <product>
 
-
                <price>249.00</price>
 
-
                <currency>EUR</currency>
 
-
              </product>
 
-
              <reseller>
 
-
                <price>249.00</price>
 
-
                <currency>EUR</currency>
 
-
              </reseller>
 
-
            </price>
 
-
          </item>
 
-
          <item>
 
-
            <period>5</period>
 
-
            <price>
 
-
              <product>
 
-
                <price>289.00</price>
 
-
                <currency>EUR</currency>
 
-
              </product>
 
-
              <reseller>
 
-
                <price>289.00</price>
 
                 <currency>EUR</currency>
                 <currency>EUR</currency>
               </reseller>
               </reseller>

Current revision as of 08:28, 4 February 2019

Contents

Module SSL certificates > Retrieve Product

Module SSL certificates
Command name retrieveProductSslCertRequest
Use Returns details of an SSL certificate product
Input
Output
  • id
  • name
  • brandName
  • category
  • isMobileSupported
  • isIdnSupported
  • isSgcSupported
  • isWildcardSupported
  • isExtendedValidationSupported
  • deliveryTime
  • freeRefundPeriod
  • freeReissuePeriod
  • maxPeriod
  • numberOfDomains
  • encryption
  • root
  • warranty
  • prices
  • supportedSoftware
  • description

Examples

Using PHP class

$request = new OP_Request;
$request->setCommand('retrieveProductSslCertRequest')
  ->setAuth(array('username' => 'username', 'password' => 'password'))
  ->setArgs(array(
    'id' => 8
  ));

Raw XML

Please note that newlines and leading spaces are added only for readability. Those whitespaces should be excluded from your XML command before sending it to Openprovider.

<?xml version="1.0" encoding="UTF-8"?>
<openXML>
  <credentials>
    <username>username</username>
    <password>password</password>
  </credentials>
  <retrieveProductSslCertRequest>
    <id>8</id>
  </retrieveProductSslCertRequest>
</openXML>
<?xml version="1.0" encoding="UTF-8"?>
<openXML>
  <reply>
    < code>0</code>
    <desc />
    <data>
      <id>8</id>
      <name>QuickSSL Premium</name>
      <brandName>GeoTrust</brandName>
      <category>domain_validation</category>
      <isMobileSupported>1</isMobileSupported>
      <isIdnSupported>0</isIdnSupported>
      <isSgcSupported>0</isSgcSupported>
      <isWildcardSupported>0</isWildcardSupported>
      <isExtendedValidationSupported>0</isExtendedValidationSupported>
      <deliveryTime>10m</deliveryTime>
      <freeRefundPeriod>7d</freeRefundPeriod>
      <freeReissuePeriod>lifetime</freeReissuePeriod>
      <maxPeriod>5</maxPeriod>
      <numberOfDomains>1</numberOfDomains>
      <encryption>40/256 bits</encryption>
      <root>Equifax Secure CA</root>
      <warranty>
        <product>
          <price>100000.00</price>
          <currency>USD</currency>
        </product>
        <reseller>
          <price>77207.91</price>
          <currency>EUR</currency>
        </reseller>
      </warranty>
      <supportedSoftware>
        <array>
          <item>
            <id>apachessl</id>
            <title>Apache + MOD SSL</title>
          </item>
          <item>
            <id>apacheraven</id>
            <title>Apache + Raven</title>
          </item>
          <item>
            <id>apachessleay</id>
            <title>Apache + SSLeay</title>
          </item>
          <item>
            <id>c2net</id>
            <title>C2Net Stronghold</title>
          </item>
          <item>
            <id>Ibmhttp</id>
            <title>IBM HTTP</title>
          </item>
          <item>
            <id>Iplanet</id>
            <title>iPlanet Server 4.1</title>
          </item>
          <item>
            <id>Dominogo4625</id>
            <title>Lotus Domino Go 4.6.2.51</title>
          </item>
          <item>
            <id>Dominogo4626</id>
            <title>Lotus Domino Go 4.6.2.6+</title>
          </item>
          <item>
            <id>Domino</id>
            <title>Lotus Domino 4.6+</title>
          </item>
          <item>
            <id>iis4</id>
            <title>Microsoft IIS 4.0</title>
          </item>
          <item>
            <id>iis5</id>
            <title>Microsoft IIS 5.0</title>
          </item>
          <item>
            <id>Netscape</id>
            <title>Netscape Enterprise/FastTrack</title>
          </item>
          <item>
            <id>zeusv3</id>
            <title>Zeus v3+</title>
          </item>
          <item>
            <id>Other</id>
            <title>Other</title>
          </item>
          <item>
            <id>apacheopenssl</id>
            <title>Apache + OpenSSL</title>
          </item>
          <item>
            <id>apache2</id>
            <title>Apache 2</title>
          </item>
          <item>
            <id>apacheapachessl</id>
            <title>Apache + ApacheSSL</title>
          </item>
          <item>
            <id>cobaltseries</id>
            <title>Cobalt Series</title>
          </item>
          <item>
            <id>cpanel</id>
            <title>Cpanel</title>
          </item>
          <item>
            <id>ensim</id>
            <title>Ensim</title>
          </item>
          <item>
            <id>hsphere</id>
            <title>Hsphere</title>
          </item>
          <item>
            <id>ipswitch </id>
            <title>Ipswitch</title>
          </item>
          <item>
            <id>plesk</id>
            <title>Plesk</title>
          </item>
          <item>
            <id>tomcat</id>
            <title>Jakart-Tomcat</title>
          </item>
          <item>
            <id>WebLogic</id>
            <title>WebLogic - all versions</title>
          </item>
          <item>
            <id>website</id>
            <title>O'Reilly WebSite Professional</title>
          </item>
          <item>
            <id>webstar</id>
            <title>WebStar</title>
          </item>
          <item>
            <id>iis</id>
            <title>Microsoft Internet Information Server</title>
          </item>
        </array>
      </supportedSoftware>
      <description>A QuickSSL Premium SSL certificate exactly does what its name suggests: securing your website without having to wait for a long validation process. This SSL certificate also secures connections with most mobile browsers. The warranty of a QuickSSL Premium certificate is $ 100.000.</description>
      <prices>
        <array>
          <item>
            <period>1</period>
            <price>
              <product>
                <price>79.00</price>
                <currency>EUR</currency>
              </product>
              <reseller>
                <price>79.00</price>
                <currency>EUR</currency>
              </reseller>
            </price>
          </item>
          <item>
            <period>2</period>
            <price>
              <product>
                <price>139.00</price>
                <currency>EUR</currency>
              </product>
              <reseller>
                <price>139.00</price>
                <currency>EUR</currency>
              </reseller>
            </price>
          </item>
          <item>
            <period>3</period>
            <price>
              <product>
                <price>199.00</price>
                <currency>EUR</currency>
              </product>
              <reseller>
                <price>199.00</price>
                <currency>EUR</currency>
              </reseller>
            </price>
          </item>
        </array>
      </prices>
    </data>
  </reply>
</openXML>
Views
Personal tools