{"id":1053,"date":"2020-08-10T18:44:48","date_gmt":"2020-08-10T18:44:48","guid":{"rendered":""},"modified":"2025-07-09T09:42:14","modified_gmt":"2025-07-09T09:42:14","slug":"ccbill-api-guide","status":"publish","type":"post","link":"https:\/\/ccbill.com\/doc\/ccbill-api-guide","title":{"rendered":"CCBill API\u00a0Guide"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"Introduction\">Introduction<\/h2>\n\n\n\n<p>This document is provided as a technical resource to CCBill merchants.<\/p>\n\n\n\n<p>The information contained in this document concerns establishing and using the merchant-side consumer service Application Program Interface (API). The Subscription Management script replaces the Custom Cancel script and provides additional new features. The information contained in this document outlines the Subscription Management functionality and its interaction with the CCBill User Management System. Proper setup of the Data Link Extract System is required before the CCBill API can be utilized.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"CCBill_API\">CCBill API<\/h2>\n\n\n\n<p>The <strong>subscriptionManagement.cgi<\/strong> script replaces the customCancel.cgi script in the Data Link Extract System. The CCBill API has additional features that were not included in the customCancel.cgi.<\/p>\n\n\n\n<p>Before the <strong>subscriptionManagement.cgi<\/strong> script can be used your system must be set up to access the CCBill Data Link Extract System.<\/p>\n\n\n\n<p>The CCBill Data Link Extract System allows CCBill merchants to access transaction data from the CCBill database with a CGI script. <strong>Consult the <a href=\"https:\/\/ccbill.com\/doc\/data-link-extract-system-user-guide\" target=\"_blank\" rel=\"noreferrer noopener\">Data Link Extract User Guide<\/a> for further information about Data Link Extract.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Required_Parameters_for_Authentication\">Required Parameters for&nbsp;Authentication<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"clientAccnum\">clientAccnum<\/h3>\n\n\n\n<p>This parameter specifies the main CCBill merchant account number of the merchant that is requesting the data. The value must be a six digit number.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"username\">username<\/h3>\n\n\n\n<p>This is the username that was setup for authentication on the Data Link Extract system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"password\">password<\/h3>\n\n\n\n<p>This is the password that was setup for authentication on the Data Link Extract system.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"action\">action<\/h3>\n\n\n\n<p>This is the function to be performed within the CCBill API. See Supported Actions for a complete list of available options.<\/p>\n\n\n\n<p>The table lists the parameters that are always required regardless if the action is to be performed on the main account or on a subaccount:<\/p>\n\n\n\n<figure id=\"wpfancytable1\" class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\">clientAccnum<\/td><td class=\"has-text-align-center\" data-align=\"center\">username<\/td><td class=\"has-text-align-center\" data-align=\"center\">password<\/td><td class=\"has-text-align-center\" data-align=\"center\">action<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">Main Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">X<\/td><td class=\"has-text-align-center\" data-align=\"center\">X<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">Sub Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">X<\/td><td class=\"has-text-align-center\" data-align=\"center\">X<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Main Account Number<\/strong> - All CCBill merchants receive an account number for tracking purposes. The standard format is <em>9xxxxx-xxxx<\/em>, where 9xxxxx is the main account. The main account is a 6-digit number. For example: <strong>\"900000\"<\/strong>.<\/p>\n\n\n\n<p><strong>Sub Account Number<\/strong> - After a merchant signs up for website billing, they may open one or more subaccounts. The subaccount is a 4-digit number. The standard format is: <em>xxxx<\/em>. For example: \"<strong>0002<\/strong>\". The subaccount is part of the main account.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Optional_Parameters\">Optional Parameters<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"clientSubacc\">clientSubacc<\/h3>\n\n\n\n<p>This is the specific subaccount number the subscription is related to; it must be four digits long. If this parameter is provided, you will be authenticated on a specific subaccount and not on the main account. Any requested action must pertain to this subaccount, otherwise the operation will fail. If you wish to be authenticated on the main account (i.e. your DataLink user was created on the account level) you should omit this parameter.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"usingSubacc\">usingSubacc<\/h3>\n\n\n\n<p>Use this parameter if you wish to be authenticated on the main account but not on a specific subaccount. This parameter specifies a subaccount on which a requested operation will be performed.<\/p>\n\n\n<div class=\"notice-note\">\n<div class=\"notice-text\"><p><strong>Note<\/strong>: If <strong><code>clientSubacc<\/code><\/strong> is passed in along with <strong><code>usingSubacc<\/code><\/strong>, they must have the same value for a successful authentication. Different values would cause you to authenticate on a specific subaccount and operate on another.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"returnXML\">returnXML<\/h3>\n\n\n\n<p>If this parameter is passed in, you will receive the information in XML format; otherwise the information is returned in CSV (comma separated values) format.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Supported_Actions_and_Required_Parameters\">Supported Actions and Required&nbsp;Parameters<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"viewSubscriptionStatus\">viewSubscriptionStatus<\/h3>\n\n\n\n<p>Reports the status of a customer subscription.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Required_X_and_Optional_O_Parameters\">Required (X) and Optional (O)&nbsp;Parameters<\/h4>\n\n\n\n<figure id=\"wpfancytable2\" class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>viewSubscriptionStatus<\/td><td class=\"has-text-align-center\" data-align=\"center\">clientSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">usingSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">subscriptionId<\/td><td class=\"has-text-align-center\" data-align=\"center\">returnXML<\/td><\/tr><tr><td>Main Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Main Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">X<\/td><td class=\"has-text-align-center\" data-align=\"center\">X<\/td><\/tr><tr><td>Sub Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Sub Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">X<\/td><td class=\"has-text-align-center\" data-align=\"center\">X<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Information_Returned\">Information Returned<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Whether or not the subscription is active.<\/li>\n\n\n\n<li>The cancellation date of a cancelled subscription.<\/li>\n\n\n\n<li>Is the subscription recurring or a single billing subscription?<\/li>\n\n\n\n<li>The next billing date for recurring subscriptions or the expiration date for single billing subscriptions.<\/li>\n\n\n\n<li>If the subscription has been voided, refunded, or charged back and the number of each occurrence.<\/li>\n\n\n\n<li>The status of the subscription.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Status Codes:<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>0 - The subscription is inactive.<\/li>\n\n\n\n<li>1 - The subscription is active but the customer has cancelled the subscription (pertains to recurring subscriptions).<\/li>\n\n\n\n<li>2 - The subscription is active and the customer has NOT cancelled their subscription or the subscription is a nonrecurring subscription.<\/li>\n\n\n\n<li>On failure, an error code will be returned.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"CSV_Version_Example\">CSV Version&nbsp;Example<\/h4>\n\n\n\n<p id=\"Request_string\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox1\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password=test123&amp;action=viewSubscriptionStatus&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox2\" class=\"wp-block-preformatted\">\"cancelDate\",\"signupDate\",\"chargebacksIssued\",\"timesRebilled\",\"expirationDate\",\"recurringSubscription\",\"subscriptionStatus\",\"refundsIssued\",\"voidsIssued\"\"20050228\",\"20050228170442\",\"0\",\"0\",\"20050228\",\"1\",\"0\",\"1\",\"0\"<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"XML_VERSION_EXAMPLE\">XML VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_2\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox3\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password=test123&amp; returnXML=1&amp;action=viewSubscriptionStatus&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_2\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox4\" class=\"wp-block-preformatted\">&lt;?xml version='1.0' standalone='yes'?&gt; \n&lt;results&gt;\n   &lt;cancelDate&gt;20050228&lt;\/cancelDate&gt;\n   &lt;chargebacksIssued&gt;0&lt;\/chargebacksIssued&gt;\n   &lt;expirationDate&gt;20050228&lt;\/expirationDate&gt;\n   &lt;recurringSubscription&gt;1&lt;\/recurringSubscription&gt;\n   &lt;refundsIssued&gt;1&lt;\/refundsIssued&gt;\n   &lt;signupDate&gt;20050228170442&lt;\/signupDate&gt;\n   &lt;subscriptionStatus&gt;0&lt;\/subscriptionStatus&gt;\n   &lt;timesRebilled&gt;0&lt;\/timesRebilled&gt;\n   &lt;voidsIssued&gt;0&lt;\/voidsIssued&gt; \n&lt;\/results&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"viewDiscountInfo\">viewDiscountInfo<\/h3>\n\n\n\n<p>Reports the discount information of a consumer subscription.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Required_X_and_Optional_O_Parameters_2\">Required (X) and Optional (O)&nbsp;Parameters<\/h4>\n\n\n\n<figure id=\"wpfancytable3\" class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>viewDiscountInfo<\/td><td class=\"has-text-align-center\" data-align=\"center\">clientSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">usingSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">subscriptionId<\/td><td class=\"has-text-align-center\" data-align=\"center\">returnXML<\/td><\/tr><tr><td>Main Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Main Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Sub Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Sub Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Information_Returned_2\">Information Returned<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Is the subscription eligible for a discount?<\/li>\n<\/ul>\n\n\n<div class=\"notice-note\">\n<div class=\"notice-text\"><p><strong>Note:<\/strong> Discounts can only be setup for recurring subscriptions. Also, to be eligible for a discount, the subscription\u2019s recurring price must be at least $5.00.<\/p>\n<\/div>\n<\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Is a discount currently setup for the subscription?<\/li>\n\n\n\n<li>What are the properties of the discount?<\/li>\n\n\n\n<li>On failure, an error code will be returned.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"CSV_Version_Example_2\">CSV Version&nbsp;Example<\/h4>\n\n\n\n<p id=\"Request_string_3\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox5\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password=test123&amp;action=viewDiscountInfo&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_3\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox6\" class=\"wp-block-preformatted\">\"startPeriod\",\"amount\",\"discounts\",\"discountInterval\",\"type\",\"startDate\"\"1\",\"1.00\",\"1\",\"1\",\"CANCEL\",\"20050228173436\"<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"XML_VERSION_EXAMPLE_2\">XML VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_4\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox7\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password =test123&amp;returnXML=1&amp;action=viewDiscountInfo&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_4\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox8\" class=\"wp-block-preformatted\">&lt;?xml version='1.0' standalone='yes'?&gt; \n&lt;results&gt;\n   &lt;discountInfo&gt;\n     &lt;amount&gt;1.00&lt;\/amount&gt;\n     &lt;discountInterval&gt;1&lt;\/discountInterval&gt;\n     &lt;discounts&gt;1&lt;\/discounts&gt;\n     &lt;startDate&gt;20050228173436&lt;\/startDate&gt;\n     &lt;startPeriod&gt;1&lt;\/startPeriod&gt;\n     &lt;type&gt;CANCEL&lt;\/type&gt;\n   &lt;\/discountInfo&gt; \n&lt;\/results&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"applyDiscount\">applyDiscount<\/h3>\n\n\n\n<p>Applies a previously set up cancel discount to a given subscription.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Required_X_and_Optional_O_Parameters_3\">Required (X) and Optional (O)&nbsp;Parameters<\/h4>\n\n\n\n<figure id=\"wpfancytable4\" class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>applyDiscount<\/td><td class=\"has-text-align-center\" data-align=\"center\">clientSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">usingSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">subscriptionId<\/td><td class=\"has-text-align-center\" data-align=\"center\">returnXML<\/td><\/tr><tr><td>Main Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Main Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Sub Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Sub Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Information_Returned_3\">Information Returned<\/h4>\n\n\n\n<p>A success or failure code will be returned.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"CSV_VERSION_EXAMPLE\">CSV VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_5\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox9\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?clientSubacc=&amp;discountType=cancel&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;password=test123&amp;action=applyDiscount&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_5\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox10\" class=\"wp-block-preformatted\">\"results\" \n\"1\"<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"XML_VERSION_EXAMPLE_3\">XML VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_6\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox11\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?clientSubacc=&amp;discountType=cancel&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;password=test123&amp;returnXML=1&amp;action=applyDiscount&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_6\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox12\" class=\"wp-block-preformatted\">&lt;?xml version='1.0' standalone='yes'?&gt; \n&lt;results&gt;1&lt;\/results&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"voidTransaction\">voidTransaction<\/h3>\n\n\n\n<p>Voids a consumer\u2019s transaction, if still eligible. The most current consumer transaction can be annulled for a defined period before the transaction is settled.<\/p>\n\n\n\n<p>The consumer will not be charged.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Required_X_and_Optional_O_Parameters_4\">Required (X) and Optional (O)&nbsp;Parameters<\/h4>\n\n\n\n<figure id=\"wpfancytable5\" class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>voidTransaction<\/td><td class=\"has-text-align-center\" data-align=\"center\">clientSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">usingSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">subscriptionId<\/td><td class=\"has-text-align-center\" data-align=\"center\">returnXML<\/td><\/tr><tr><td>Main Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Main Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Sub Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Sub Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Information_Returned_4\">Information Returned<\/h4>\n\n\n\n<p>A success or failure code will be returned.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"CSV_VERSION_EXAMPLE_2\">CSV VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_7\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox13\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?clientSubacc=&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;password=test123&amp;action=voidTransaction&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_7\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox14\" class=\"wp-block-preformatted\">\"results\" \n\"1\"<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"XML_VERSION_EXAMPLE_4\">XML VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_8\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox15\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?clientSubacc=&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;password=test123&amp;returnXML=1&amp;action=voidTransaction&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_8\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox16\" class=\"wp-block-preformatted\">&lt;?xml version='1.0' standalone='yes'?&gt; \n&lt;results&gt;1&lt;\/results&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"refundTransaction\">refundTransaction<\/h3>\n\n\n\n<p>Merchants can perform a full or partial refund. Passing in a specific amount will initiate a refund for that designated amount; please note that refunds cannot exceed the amount of the initial transaction. Omitting the amount results in a full refund equivalent to the initial transaction amount.<\/p>\n\n\n\n<p><em>refundTransaction<\/em> API will also cancel and expire the subscription, either for a partial or a full refund request. In cases where merchants do not want the consumer subscriptions to be canceled after a refund, they can refund the transactions from Admin portal instead of using the API.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Required_X_and_Optional_O_Parameters_5\">Required (X) and Optional (O)&nbsp;Parameters<\/h4>\n\n\n\n<figure id=\"wpfancytable6\" class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>modifyUserCredentials<\/td><td class=\"has-text-align-center\" data-align=\"center\">clientSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">usingSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">subscriptionId<\/td><td class=\"has-text-align-center\" data-align=\"center\">Amount<\/td><\/tr><tr><td>Main Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><\/tr><tr><td>Main Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><\/tr><tr><td>Sub Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><\/tr><tr><td>Sub Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Information_Returned_5\">Information Returned<\/h4>\n\n\n\n<p>A success or failure code will be returned.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"CSV_VERSION_EXAMPLE_3\">CSV VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_9\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox17\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password=test123&amp;action=refundTransaction&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;clientAccnum=900000&amp;amount=5.95<\/pre>\n\n\n\n<p id=\"Return_9\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox18\" class=\"wp-block-preformatted\">\"results\" \n\"1\"<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"XML_VERSION_EXAMPLE_5\">XML VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_10\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox19\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password=test123&amp;returnXML=1&amp;action=refundTransaction&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;clientAccnum=900000&amp;amount=5.95<\/pre>\n\n\n\n<p id=\"Return_10\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox20\" class=\"wp-block-preformatted\">&lt;?xml version='1.0' standalone='yes'?&gt; \n&lt;results&gt;1&lt;\/results&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"voidOrRefundTransaction\">voidOrRefundTransaction<\/h3>\n\n\n\n<p>Attempts to void the transaction. If the transaction can no longer be annulled because the defined period has passed, the transaction will be refunded. Partial refunds can be given by passing in the <strong>amount<\/strong> parameter. If the amount is passed in but the transaction can be voided, the transaction will be voided. To issue full or partial refunds without attempting to void the transaction, see the <strong>refundTransaction<\/strong> section of this document.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Required_X_and_Optional_O_Parameters_6\">Required (X) and Optional (O)&nbsp;Parameters<\/h4>\n\n\n\n<figure id=\"wpfancytable7\" class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>voidOrRefundTransaction<\/td><td class=\"has-text-align-center\" data-align=\"center\">clientSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">usingSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">subscriptionId<\/td><td class=\"has-text-align-center\" data-align=\"center\">returnXML<\/td><td class=\"has-text-align-center\" data-align=\"center\">amount<\/td><\/tr><tr><td>Main Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><\/tr><tr><td>Main Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><\/tr><tr><td>Sub Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">X&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><\/tr><tr><td>Sub Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">X&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Information_Returned_6\">Information Returned<\/h4>\n\n\n\n<p>A success or failure code will be returned.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"CSV_VERSION_EXAMPLE_4\">CSV VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_11\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox21\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password=test123&amp;action=voidOrRefundTransaction&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_11\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox22\" class=\"wp-block-preformatted\">\"results\" \n\"1\"<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"XML_VERSION_EXAMPLE_6\">XML VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_12\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox23\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password=test123&amp;returnXML=1&amp;action=voidOrRefundTransaction&amp;usingSubacc=0005&amp;subscriptionId=1071776966&amp;username=ccbill12&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_12\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox24\" class=\"wp-block-preformatted\">&lt;?xml version='1.0' standalone='yes'?&gt; \n&lt;results&gt;1&lt;\/results&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"modifyUserCredentials\">modifyUserCredentials<\/h3>\n\n\n\n<p>Re-adds or changes the username and\/or password for an active subscription.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Required_X_and_Optional_O_Parameters_7\">Required (X) and Optional (O)&nbsp;Parameters<\/h4>\n\n\n\n<figure id=\"wpfancytable8\" class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>modifyUserCredentials<\/td><td class=\"has-text-align-center\" data-align=\"center\">clientSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">usingSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">subscriptionId<\/td><td class=\"has-text-align-center\" data-align=\"center\">custUsername<\/td><td class=\"has-text-align-center\" data-align=\"center\">custPassword<\/td><td class=\"has-text-align-center\" data-align=\"center\">returnXML<\/td><\/tr><tr><td>Main Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Main Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Sub Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Sub Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;O<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Information_Returned_7\">Information Returned<\/h4>\n\n\n\n<p>A success or failure code will be returned.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"CSV_VERSION_EXAMPLE_5\">CSV VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_13\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox25\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?usingSubacc=0005&amp;username=ccbill12&amp;custUsername=randomUN&amp;password=test123&amp;action=modifyUserCredentials&amp;custPassword=randomPW&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_13\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox26\" class=\"wp-block-preformatted\">\"results\" \n\"1\"<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"XML_VERSION_EXAMPLE_7\">XML VERSION&nbsp;EXAMPLE<\/h3>\n\n\n\n<p id=\"Request_string_14\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox27\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?usingSubacc=0005&amp;username=ccbill12&amp;custUsername=randomUN&amp;password=test123&amp;action=modifyUserCredentials&amp;custPassword=randomPW&amp;clientAccnum=923590&amp;returnXML=1<\/pre>\n\n\n\n<p id=\"Return:\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox28\" class=\"wp-block-preformatted\">&lt;?xml version='1.0' standalone='yes'?&gt; \n&lt;results&gt;1&lt;\/results&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"manualAdd\">manualAdd<\/h3>\n\n\n\n<p>Manually adds a user to the account. The user will have access to the site up until the date specified by the <strong><code>'endDate'<\/code><\/strong> parameter. This option bypasses the subscription model.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Required_X_and_Optional_O_Parameters_8\">Required (X) and Optional (O)&nbsp;Parameters<\/h4>\n\n\n\n<figure id=\"wpfancytable9\" class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>manualAdd<\/td><td class=\"has-text-align-center\" data-align=\"center\">clientSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">usingSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">custUsername<\/td><td class=\"has-text-align-center\" data-align=\"center\">custPassword<\/td><td class=\"has-text-align-center\" data-align=\"center\">endDate<\/td><td class=\"has-text-align-center\" data-align=\"center\">generateRandom<\/td><td class=\"has-text-align-center\" data-align=\"center\">returnXML<\/td><\/tr><tr><td>Main Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Main Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Sub Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Sub Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Main Account w\/Random<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Main Account w\/XML and Random<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">X&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Sub Account w\/Random<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Sub Account w\/XML and Random<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Optional_Parameters_2\">Optional Parameters<\/h4>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"generateRandom\">generateRandom<\/h4>\n\n\n\n<p>When this option is used, the username and password will be generated randomly and therefore, the parameters username and password are not required.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"custUsername_custPassword\">custUsername\/custPassword<\/h4>\n\n\n\n<p>When these parameters are passed in, the username and password will be set to the respective values and therefore not be generated randomly.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Information_Returned_8\">Information Returned<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The username that was added.<\/li>\n\n\n\n<li>The password that was added.<\/li>\n\n\n\n<li>The endDate is the date when the consumer\u2019s access will be removed.<\/li>\n\n\n\n<li>On failure, an error code will be returned.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"CSV_VERSION_EXAMPLE_-_Request_string\">CSV VERSION EXAMPLE<\/h4>\n\n\n\n<p id=\"CSV_VERSION_EXAMPLE_-_Request_string\"><strong>Request&nbsp;string<\/strong><\/p>\n\n\n\n<pre id=\"codebox29\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?usingSubacc=0005&amp;username=ccbill12&amp;custUsername=manualAdd1&amp;password=test123&amp;endDate=20050330&amp;action=manualAdd&amp;custPassword=manualAdd2&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_14\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox30\" class=\"wp-block-preformatted\">\u201cendDate\u201d,\u201d username\u201d,\u201d password\u201d \n20050330,manualAdd1,test123<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"XML_VERSION_EXAMPLE_8\">XML VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_15\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox31\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?usingSubacc=0005&amp;username=ccbill12&amp;custUsername=manualAdd1&amp;password=test123&amp;returnXML=1&amp;endDate=20050330&amp;action=manualAdd&amp;custPassword=manualAdd2&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_15\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox32\" class=\"wp-block-preformatted\">&lt;?xml version='1.0' standalone='yes'?&gt; \n&lt;results&gt;\n   &lt;endDate&gt;20050330&lt;\/endDate&gt;\n   &lt;username&gt; manualAdd1&lt;\/username&gt;\n   &lt;password&gt; test123&lt;\/password&gt; \n&lt;\/results&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"manualRemove\">manualRemove<\/h3>\n\n\n\n<p>Removes a consumer\u2019s ability to access your site.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Required_X_and_Optional_O_Parameters_9\">Required (X) and Optional (O)&nbsp;Parameters<\/h3>\n\n\n\n<figure id=\"wpfancytable10\" class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>manualRemove<\/td><td class=\"has-text-align-center\" data-align=\"center\">clientSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">usingSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">custUsername<\/td><td class=\"has-text-align-center\" data-align=\"center\">returnXML<\/td><\/tr><tr><td>Main Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Main Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Sub Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><\/tr><tr><td>Sub Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Information_Returned_9\">Information Returned<\/h4>\n\n\n\n<p>A success or failure code will be returned.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"CSV_VERSION_EXAMPLE_6\">CSV VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_16\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox33\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password=test123&amp;custUsername=quarter&amp;action=manualRemove&amp;usingSubacc=0005&amp;username=ccbill12&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_16\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox34\" class=\"wp-block-preformatted\">\"results\" \n\"1\"<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"XML_VERSION_EXAMPLE_9\">XML VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_17\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox35\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password=test123&amp;returnXML=1&amp;custUsername=quarter&amp;action=manualRemove&amp;usingSubacc=0005&amp;username=ccbill12&amp;clientAccnum=923590<\/pre>\n\n\n\n<p id=\"Return_17\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox36\" class=\"wp-block-preformatted\">&lt;?xml version='1.0' standalone='yes'?&gt; \n&lt;results&gt;1&lt;\/results&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"extendSubscription\">extendSubscription<\/h3>\n\n\n\n<p>Extends the length of an existing consumer subscription. The <strong><code>\u2018extendLength\u2019<\/code><\/strong> parameter is used to extend the subscription by a number of days.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Required_X_and_Optional_O_Parameters_10\">Required (X) and Optional (O)&nbsp;Parameters<\/h3>\n\n\n\n<figure id=\"wpfancytable11\" class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>manualRemove<\/td><td class=\"has-text-align-center\" data-align=\"center\">clientSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">usingSubacc<\/td><td class=\"has-text-align-center\" data-align=\"center\">returnXML<\/td><td class=\"has-text-align-center\" data-align=\"center\">extendLength<\/td><\/tr><tr><td>Main Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Main Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Sub Account<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><tr><td>Sub Account w\/XML<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">X&nbsp;<\/td><td class=\"has-text-align-center\" data-align=\"center\">&nbsp;X<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Information_Returned_10\">Information Returned<\/h4>\n\n\n\n<p>A success or failure code will be returned.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"CSV_VERSION_EXAMPLE_7\">CSV VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_18\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox37\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password=test123&amp;username=test123&amp;clientAccnum=999999&amp;clientSubacc=0000&amp;action=extendSubscription&amp;subscriptionId=1234567890&amp;extendLength=30<\/pre>\n\n\n\n<p id=\"Return_18\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox38\" class=\"wp-block-preformatted\">\"results\" \n\"1\"<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"XML_VERSION_EXAMPLE_10\">XML VERSION&nbsp;EXAMPLE<\/h4>\n\n\n\n<p id=\"Request_string_19\"><strong>Request string<\/strong><\/p>\n\n\n\n<pre id=\"codebox39\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?password=test123&amp;username=test123&amp;clientAccnum=999999&amp;clientSubacc=0000&amp;action=extendSubscription&amp;subscriptionId=1234567890&amp;extendLength=30&amp;returnXML=1<\/pre>\n\n\n\n<p id=\"Return_19\"><strong>Return<\/strong><\/p>\n\n\n\n<pre id=\"codebox40\" class=\"wp-block-preformatted\">&lt;?xml version='1.0' standalone='yes'?&gt; \n&lt;results&gt;1&lt;\/results&gt;<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Success_and_Failure_Codes\">Success and Failure&nbsp;Codes<\/h2>\n\n\n\n<figure class=\"wp-block-table aligncenter is-style-stripes\" id=\"wpfancytable12\"><table><thead><tr><th class=\"has-text-align-center\" data-align=\"center\">Success Codes<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td>The requested action was a success.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Error_Codes\">Error Codes<\/h2>\n\n\n\n<figure id=\"wpfancytable13\" class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-center\" data-align=\"center\"><strong>Code<\/strong><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Description<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\">0<\/td><td class=\"has-text-align-left\" data-align=\"left\">The requested action failed.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-1<\/td><td class=\"has-text-align-left\" data-align=\"left\">The arguments provided to authenticate the merchant were invalid or missing.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-2<\/td><td class=\"has-text-align-left\" data-align=\"left\">The subscription id provided was invalid or the subscription type is not supported by the requested action.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-3<\/td><td class=\"has-text-align-left\" data-align=\"left\">No record was found for the given subscription.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-4<\/td><td class=\"has-text-align-left\" data-align=\"left\">The given subscription was not for the account the merchant was authenticated on.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-5<\/td><td class=\"has-text-align-left\" data-align=\"left\">The arguments provided for the requested action were invalid or missing.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-6<\/td><td class=\"has-text-align-left\" data-align=\"left\">The requested action was invalid<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-7<\/td><td class=\"has-text-align-left\" data-align=\"left\">There was an internal error or a database error and the requested action could not complete.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-8<\/td><td class=\"has-text-align-left\" data-align=\"left\">The IP Address the merchant was attempting to authenticate on was not in the valid range.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-9<\/td><td class=\"has-text-align-left\" data-align=\"left\">The merchant\u2019s account has been deactivated for use on the Datalink system or the merchant is not permitted to perform the requested action<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-10<\/td><td class=\"has-text-align-left\" data-align=\"left\">The merchant has not been set up to use the Datalink system or Datalink has been set up on a different level (specific subaccount vs. ALL subaccounts).<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-11<\/td><td class=\"has-text-align-left\" data-align=\"left\">Subscription is not eligible for a discount, recurring price less than $5.00.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-12<\/td><td class=\"has-text-align-left\" data-align=\"left\">The merchant has unsuccessfully logged into the system 3 or more times in the last hour. The merchant should wait an hour before attempting to login again and is advised to review the login information.<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-15<\/td><td class=\"has-text-align-left\" data-align=\"left\">Merchant over refund threshold<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-16<\/td><td class=\"has-text-align-left\" data-align=\"left\">Merchant over void threshold<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-23<\/td><td class=\"has-text-align-left\" data-align=\"left\">Transaction limit reached<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">-24<\/td><td class=\"has-text-align-left\" data-align=\"left\">Purchase limit reached<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Example_1:_XML_Version_-_Cancelled_Subscription\">Example 1: XML Version - Cancelled&nbsp;Subscription<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Request\">Request<\/h3>\n\n\n\n<pre id=\"codebox41\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?clientAccnum=900100&amp;username=myusername&amp;password=mypassword&amp;action=cancelSubscription&amp;subscriptionId=1000000000&amp;returnXML=1<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Description_9\">Description<\/h3>\n\n\n\n<p>The merchant is attempting to authenticate on the main account 900100. The <strong>clientSubacc <\/strong>parameter is not passed in and therefore will the authentication take place on the main account. The request is to see the subscription status of Subscription ID 1000000000. Since the <strong>clientSubacc <\/strong>parameter was not passed in, the Subscription ID can be from any subaccount under the 900100 account. Had it been passed in, the Subscription ID would have to be for the specified subaccount. The merchant is requesting the information to be returned in XML format.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Response\">Response<\/h3>\n\n\n\n<pre id=\"codebox42\" class=\"wp-block-preformatted\">&lt;?xml version='1.0' standalone='yes'?&gt; \n&lt;results&gt;\n   &lt;cancelDate&gt;20050223&lt;\/cancelDate&gt;\n   &lt;chargebacksIssued&gt;0&lt;\/chargebacksIssued&gt;\n   &lt;expirationDate&gt;20050324&lt;\/expirationDate&gt;\n   &lt;recurringSubscription&gt;1&lt;\/recurringSubscription&gt;\n   &lt;refundsIssued&gt;0&lt;\/refundsIssued&gt;\n   &lt;signupDate&gt;20050222162551&lt;\/signupDate&gt;\n   &lt;subscriptionStatus&gt;1&lt;\/subscriptionStatus&gt;\n   &lt;timesRebilled&gt;0&lt;\/timesRebilled&gt;\n   &lt;voidsIssued&gt;0&lt;\/voidsIssued&gt; \n&lt;\/results&gt;<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Description_10\">Description<\/h3>\n\n\n\n<p>The subscription\u2019s initial signup date and time was 02\/22\/2005 at 04:25:51 PM. It is a recurring subscription. The expiration date for the subscription is 03\/24\/2005. The subscription is in an active status; however, it has been cancelled by the customer on 02\/23\/2005. There were no rebills, voids, refunds or chargebacks for the subscription.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Example_2:_CSV_Version_-_Discount_Subscription\">Example 2: CSV Version - Discount&nbsp;Subscription<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Request_2\">Request<\/h3>\n\n\n\n<pre id=\"codebox43\" class=\"wp-block-preformatted\">https:\/\/datalink.ccbill.com\/utils\/subscriptionManagement.cgi?clientAccnum=900000&amp;username=myusername&amp;password=mypassword&amp;action=discountSubscription&amp;discountAmount=2.00&amp;subscriptionId=0012946984374168<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Description_11\">Description<\/h3>\n\n\n\n<p>The merchant is attempting to authenticate on the 0002 subaccount that is under the account 900100. The request is to view the discount information for Subscription ID 1000000002. Because the merchant is authenticating on the 0002 subaccount, the subscription must be for that subaccount. A returnXML was not passed in and therefore the information will be returned in CSV format.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Response_2\">Response<\/h3>\n\n\n\n<pre id=\"codebox44\" class=\"wp-block-preformatted\">\"startPeriod\",\"amount\",\"discounts\",\"discountInterval\",\"type\",\"startDate\"\n\"3\",\"5.00\",\"2\",\"1\",\"LOYALTY\",\"20050222162551\"<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Description_12\">Description<\/h3>\n\n\n\n<p>The information reports that there is a discount set up for the subscription. The type of discount that was setup for the subscription type is a loyalty discount. The discount will start after 3 rebills. The discount is for $5.00 (the recurring price will be $5.00 less). The maximum of 2 discounts can be applied to the subscription. The interval between applied discounts is 1 rebill; this is the number or rebills that must occur before applying successive discounts. The initial subscription signup occurred on 02\/22\/2005.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Special_CCBill_API_Functions:\">Special CCBill API&nbsp;Functions:<\/h2>\n\n\n\n<p><a href=\"https:\/\/ccbill.com\/doc\/ccbill-api-cancel-subscription\" target=\"_blank\" rel=\"noreferrer noopener\">CCBill API: Cancel Subscription<\/a><br><a href=\"https:\/\/ccbill.com\/doc\/ccbill-api-advanced-dynamic-upgrades\" target=\"_blank\" rel=\"noreferrer noopener\">CCBill API: Advanced Dynamic Upgrades<\/a><br><a href=\"https:\/\/ccbill.com\/doc\/ccbill-api-one-click\" target=\"_blank\" rel=\"noreferrer noopener\">CCBill API: One Click<\/a><br><a href=\"https:\/\/ccbill.com\/doc\/ccbill-api-charge-by-previous-transaction-id\" target=\"_blank\" rel=\"noreferrer noopener\">CCBill API: Charge by Previous Transaction ID<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction This document is provided as a technical resource to CCBill merchants. The information contained...<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"kk_blocks_editor_width":"","_kiokenblocks_attr":"","_kiokenblocks_dimensions":"","footnotes":""},"categories":[29],"tags":[],"class_list":["post-1053","post","type-post","status-publish","format-standard","hentry","category-api-documentation"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>CCBill Merchant Knowledge Base | CCBill API<\/title>\n<meta name=\"description\" content=\"The information contained in this document outlines the Subscription Management functionality and its interaction with the CCBill User Management System.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ccbill.com\/doc\/ccbill-api-guide\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CCBill Merchant Knowledge Base | CCBill API\" \/>\n<meta property=\"og:description\" content=\"The information contained in this document outlines the Subscription Management functionality and its interaction with the CCBill User Management System.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ccbill.com\/doc\/ccbill-api-guide\" \/>\n<meta property=\"og:site_name\" content=\"CCBill Doc\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-10T18:44:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-09T09:42:14+00:00\" \/>\n<meta name=\"author\" content=\"Goran Jevtic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Goran Jevtic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ccbill.com\/doc\/ccbill-api-guide\",\"url\":\"https:\/\/ccbill.com\/doc\/ccbill-api-guide\",\"name\":\"CCBill Merchant Knowledge Base | CCBill API\",\"isPartOf\":{\"@id\":\"https:\/\/ccbill.com\/doc\/#website\"},\"datePublished\":\"2020-08-10T18:44:48+00:00\",\"dateModified\":\"2025-07-09T09:42:14+00:00\",\"author\":{\"@id\":\"https:\/\/ccbill.com\/doc\/#\/schema\/person\/07053eea9e71524817d8c51f00e49547\"},\"description\":\"The information contained in this document outlines the Subscription Management functionality and its interaction with the CCBill User Management System.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ccbill.com\/doc\/ccbill-api-guide\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ccbill.com\/doc\/#website\",\"url\":\"https:\/\/ccbill.com\/doc\/\",\"name\":\"CCBill Doc\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ccbill.com\/doc\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/ccbill.com\/doc\/#\/schema\/person\/07053eea9e71524817d8c51f00e49547\",\"name\":\"Goran Jevtic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ccbill.com\/doc\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2f1f69525606d377dbc5663dc0499431?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2f1f69525606d377dbc5663dc0499431?s=96&d=mm&r=g\",\"caption\":\"Goran Jevtic\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CCBill Merchant Knowledge Base | CCBill API","description":"The information contained in this document outlines the Subscription Management functionality and its interaction with the CCBill User Management System.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ccbill.com\/doc\/ccbill-api-guide","og_locale":"en_US","og_type":"article","og_title":"CCBill Merchant Knowledge Base | CCBill API","og_description":"The information contained in this document outlines the Subscription Management functionality and its interaction with the CCBill User Management System.","og_url":"https:\/\/ccbill.com\/doc\/ccbill-api-guide","og_site_name":"CCBill Doc","article_published_time":"2020-08-10T18:44:48+00:00","article_modified_time":"2025-07-09T09:42:14+00:00","author":"Goran Jevtic","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Goran Jevtic","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ccbill.com\/doc\/ccbill-api-guide","url":"https:\/\/ccbill.com\/doc\/ccbill-api-guide","name":"CCBill Merchant Knowledge Base | CCBill API","isPartOf":{"@id":"https:\/\/ccbill.com\/doc\/#website"},"datePublished":"2020-08-10T18:44:48+00:00","dateModified":"2025-07-09T09:42:14+00:00","author":{"@id":"https:\/\/ccbill.com\/doc\/#\/schema\/person\/07053eea9e71524817d8c51f00e49547"},"description":"The information contained in this document outlines the Subscription Management functionality and its interaction with the CCBill User Management System.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ccbill.com\/doc\/ccbill-api-guide"]}]},{"@type":"WebSite","@id":"https:\/\/ccbill.com\/doc\/#website","url":"https:\/\/ccbill.com\/doc\/","name":"CCBill Doc","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ccbill.com\/doc\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/ccbill.com\/doc\/#\/schema\/person\/07053eea9e71524817d8c51f00e49547","name":"Goran Jevtic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ccbill.com\/doc\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2f1f69525606d377dbc5663dc0499431?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2f1f69525606d377dbc5663dc0499431?s=96&d=mm&r=g","caption":"Goran Jevtic"}}]}},"_links":{"self":[{"href":"https:\/\/ccbill.com\/doc\/wp-json\/wp\/v2\/posts\/1053"}],"collection":[{"href":"https:\/\/ccbill.com\/doc\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ccbill.com\/doc\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ccbill.com\/doc\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ccbill.com\/doc\/wp-json\/wp\/v2\/comments?post=1053"}],"version-history":[{"count":9,"href":"https:\/\/ccbill.com\/doc\/wp-json\/wp\/v2\/posts\/1053\/revisions"}],"predecessor-version":[{"id":11129,"href":"https:\/\/ccbill.com\/doc\/wp-json\/wp\/v2\/posts\/1053\/revisions\/11129"}],"wp:attachment":[{"href":"https:\/\/ccbill.com\/doc\/wp-json\/wp\/v2\/media?parent=1053"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ccbill.com\/doc\/wp-json\/wp\/v2\/categories?post=1053"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ccbill.com\/doc\/wp-json\/wp\/v2\/tags?post=1053"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}