coinBase


Click here for a complete list of operations.

createButton

Creates a button with the passed params

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /ctapi/services/ctCryptoPay/coinBase.asmx HTTP/1.1
Host: catalinatechnology.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.catalinaTechnology.com/services/ctCryptoPay/createButton"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <ctCryptoPayHeader xmlns="http://www.catalinaTechnology.com/services/ctCryptoPay">
      <licenseKey>string</licenseKey>
      <licenseName>string</licenseName>
      <licenseExpiration>string</licenseExpiration>
      <softwareName>string</softwareName>
      <siteID>string</siteID>
      <siteKey>string</siteKey>
      <userName>string</userName>
      <cpnyID>string</cpnyID>
    </ctCryptoPayHeader>
  </soap:Header>
  <soap:Body>
    <createButton xmlns="http://www.catalinaTechnology.com/services/ctCryptoPay">
      <name>string</name>
      <description>string</description>
      <price_string>double</price_string>
      <price_currency_iso>string</price_currency_iso>
      <custom>string</custom>
      <include_email>boolean</include_email>
      <callback_url>string</callback_url>
      <success_url>string</success_url>
      <cancel_url>string</cancel_url>
      <type>string</type>
      <style>string</style>
    </createButton>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <createButtonResponse xmlns="http://www.catalinaTechnology.com/services/ctCryptoPay">
      <createButtonResult>
        <success>boolean</success>
        <errors>
          <string>string</string>
          <string>string</string>
        </errors>
        <button>
          <id>string</id>
          <price>
            <cents>double</cents>
            <currency_iso>string</currency_iso>
          </price>
          <code>string</code>
          <name>string</name>
          <price_string>double</price_string>
          <price_currency_iso>string</price_currency_iso>
          <type>string</type>
          <style>string</style>
          <text>string</text>
          <description>string</description>
          <custom>string</custom>
          <callback_url>string</callback_url>
          <success_url>string</success_url>
          <cancel_url>string</cancel_url>
          <info_url>string</info_url>
          <variable_price>boolean</variable_price>
          <choose_price>boolean</choose_price>
          <include_address>boolean</include_address>
          <include_email>boolean</include_email>
          <price1>string</price1>
          <price2>string</price2>
          <price3>string</price3>
          <price4>string</price4>
          <price5>string</price5>
        </button>
      </createButtonResult>
    </createButtonResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /ctapi/services/ctCryptoPay/coinBase.asmx HTTP/1.1
Host: catalinatechnology.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <ctCryptoPayHeader xmlns="http://www.catalinaTechnology.com/services/ctCryptoPay">
      <licenseKey>string</licenseKey>
      <licenseName>string</licenseName>
      <licenseExpiration>string</licenseExpiration>
      <softwareName>string</softwareName>
      <siteID>string</siteID>
      <siteKey>string</siteKey>
      <userName>string</userName>
      <cpnyID>string</cpnyID>
    </ctCryptoPayHeader>
  </soap12:Header>
  <soap12:Body>
    <createButton xmlns="http://www.catalinaTechnology.com/services/ctCryptoPay">
      <name>string</name>
      <description>string</description>
      <price_string>double</price_string>
      <price_currency_iso>string</price_currency_iso>
      <custom>string</custom>
      <include_email>boolean</include_email>
      <callback_url>string</callback_url>
      <success_url>string</success_url>
      <cancel_url>string</cancel_url>
      <type>string</type>
      <style>string</style>
    </createButton>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <createButtonResponse xmlns="http://www.catalinaTechnology.com/services/ctCryptoPay">
      <createButtonResult>
        <success>boolean</success>
        <errors>
          <string>string</string>
          <string>string</string>
        </errors>
        <button>
          <id>string</id>
          <price>
            <cents>double</cents>
            <currency_iso>string</currency_iso>
          </price>
          <code>string</code>
          <name>string</name>
          <price_string>double</price_string>
          <price_currency_iso>string</price_currency_iso>
          <type>string</type>
          <style>string</style>
          <text>string</text>
          <description>string</description>
          <custom>string</custom>
          <callback_url>string</callback_url>
          <success_url>string</success_url>
          <cancel_url>string</cancel_url>
          <info_url>string</info_url>
          <variable_price>boolean</variable_price>
          <choose_price>boolean</choose_price>
          <include_address>boolean</include_address>
          <include_email>boolean</include_email>
          <price1>string</price1>
          <price2>string</price2>
          <price3>string</price3>
          <price4>string</price4>
          <price5>string</price5>
        </button>
      </createButtonResult>
    </createButtonResponse>
  </soap12:Body>
</soap12:Envelope>