<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Why can't I create multiple subscriptions for a customer profile with the same amount and interv in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Why-can-t-I-create-multiple-subscriptions-for-a-customer-profile/m-p/56862#M31638</link>
    <description>&lt;P&gt;&lt;FONT size="3"&gt;It is not possible to create an identical subscription. &amp;nbsp;We use the following fields to &lt;A href="https://support.authorize.net/authkb/index?page=content&amp;amp;id=A116" target="_self" rel="nofollow noopener noreferrer"&gt;check for duplicates&lt;/A&gt;:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="3"&gt;subscription.article.merchantID
subscription.article.customerInfo.payment.creditCard.cardNumber
subscription.article.customerInfo.payment.eCheck.routingNumber
subscription.article.customerInfo.payment.eCheck.accountNumber
subscription.article.customerInfo.customerID
subscription.article.customerInfo.billingInfo.billToAddress.firstName
subscription.article.customerInfo.billingInfo.billToAddress.lastName
subscription.article.customerInfo.billingInfo.billToAddress.company
subscription.article.customerInfo.billingInfo.billToAddress.streetAddress
subscription.article.customerInfo.billingInfo.billToAddress.city
subscription.article.customerInfo.billingInfo.billToAddress.stateProv
subscription.article.customerInfo.billingInfo.billToAddress.zip
subscription.orderInfo.amount
subscription.orderInfo.invoice
subscription.recurrence.startDate
subscription.recurrence.interval
subscription.recurrence.unit&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;If all of these fields are duplicated in an existing subscription, E00012 will result. Modifying any of these fields should result in a unique subscription.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;We typically see developers changing the value for &lt;FONT color="#FF0000"&gt;subscription.orderInfo.invoice&lt;/FONT&gt;&amp;nbsp;to avoid duplicates.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Feb 2017 23:15:37 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2017-02-06T23:15:37Z</dc:date>
    <item>
      <title>Why can't I create multiple subscriptions for a customer profile with the same amount and interval?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Why-can-t-I-create-multiple-subscriptions-for-a-customer-profile/m-p/56861#M31637</link>
      <description>&lt;P&gt;I am using the PHP SDK to create Subscriptions for customers in the following flow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create customer -&amp;gt; add payment profile -&amp;gt; create subscription.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first subscription is created perfectly. After that if I try to create a subscription that on my side is a different subscription but has the same amount, interval, and occurrences I get the following error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error Code E00012&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"You have submitted a duplicate of Subscription 4362497. A duplicate subscription will not be created."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue I have with this is that I'm passing a different refId and a different subscription name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there anyway to create multiple subscriptions that have the same amount, interval and occurrences? There must be some way to define a different subscription that has those other fields the same.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 22:49:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Why-can-t-I-create-multiple-subscriptions-for-a-customer-profile/m-p/56861#M31637</guid>
      <dc:creator>erichie</dc:creator>
      <dc:date>2017-02-06T22:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I create multiple subscriptions for a customer profile with the same amount and interv</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Why-can-t-I-create-multiple-subscriptions-for-a-customer-profile/m-p/56862#M31638</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;It is not possible to create an identical subscription. &amp;nbsp;We use the following fields to &lt;A href="https://support.authorize.net/authkb/index?page=content&amp;amp;id=A116" target="_self" rel="nofollow noopener noreferrer"&gt;check for duplicates&lt;/A&gt;:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;FONT size="3"&gt;subscription.article.merchantID
subscription.article.customerInfo.payment.creditCard.cardNumber
subscription.article.customerInfo.payment.eCheck.routingNumber
subscription.article.customerInfo.payment.eCheck.accountNumber
subscription.article.customerInfo.customerID
subscription.article.customerInfo.billingInfo.billToAddress.firstName
subscription.article.customerInfo.billingInfo.billToAddress.lastName
subscription.article.customerInfo.billingInfo.billToAddress.company
subscription.article.customerInfo.billingInfo.billToAddress.streetAddress
subscription.article.customerInfo.billingInfo.billToAddress.city
subscription.article.customerInfo.billingInfo.billToAddress.stateProv
subscription.article.customerInfo.billingInfo.billToAddress.zip
subscription.orderInfo.amount
subscription.orderInfo.invoice
subscription.recurrence.startDate
subscription.recurrence.interval
subscription.recurrence.unit&lt;/FONT&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;FONT size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;If all of these fields are duplicated in an existing subscription, E00012 will result. Modifying any of these fields should result in a unique subscription.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;We typically see developers changing the value for &lt;FONT color="#FF0000"&gt;subscription.orderInfo.invoice&lt;/FONT&gt;&amp;nbsp;to avoid duplicates.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2017 23:15:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Why-can-t-I-create-multiple-subscriptions-for-a-customer-profile/m-p/56862#M31638</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-02-06T23:15:37Z</dc:date>
    </item>
  </channel>
</rss>

