<?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: Turn Transaction Into Recurring Subscription via API in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/79719#M50180</link>
    <description>&lt;P&gt;Was anyone ever able to find a solution to the original question?&amp;nbsp; &amp;nbsp;If logged in on the authorize.net website you can of course create a new ARB subscription from an existing transaction, so I was really hoping it would be possible from the API as well by now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ARBCreateSubscriptionRequest (&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription-from-customer-profile" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription-from-customer-profile&lt;/A&gt; ) requires&amp;nbsp;"customerProfileId" and "customerPaymentProfileId" if the credit card is no longer present.&amp;nbsp; A&amp;nbsp;&lt;SPAN&gt;getTransactionDetailsRequest (&lt;/SPAN&gt; &lt;A href="https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-transaction-details" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-transaction-details&lt;/A&gt; ) is supposed to return those details inside the "profile" section, but there is no such profile section sent back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great to find a solution to this.&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 02:58:58 GMT</pubDate>
    <dc:creator>gue</dc:creator>
    <dc:date>2021-11-09T02:58:58Z</dc:date>
    <item>
      <title>Turn Transaction Into Recurring Subscription via API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37577#M20761</link>
      <description>&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;"&gt;How can I take a transaction ID, and turn that transaction into a subscription from the API in PHP? In the back-end you just click the "Create ARB Subscription from Transaction" link in the upper right hand corner of transaction details box, and it links you to a page to create it. wondering how to do this via the API. Thanks for any help!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2013 02:29:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37577#M20761</guid>
      <dc:creator>ulalacorp</dc:creator>
      <dc:date>2013-12-19T02:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Turn Transaction Into Recurring Subscription via API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37583#M20764</link>
      <description>&lt;P&gt;There isn't one via the API.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2013 12:19:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37583#M20764</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-19T12:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Turn Transaction Into Recurring Subscription via API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37601#M20772</link>
      <description>ok then now the question would be, how do i get the profile ID/payment profile ID for a customer, using the transaction ID?</description>
      <pubDate>Thu, 19 Dec 2013 14:47:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37601#M20772</guid>
      <dc:creator>ulalacorp</dc:creator>
      <dc:date>2013-12-19T14:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Turn Transaction Into Recurring Subscription via API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37603#M20773</link>
      <description>&lt;P&gt;You don't.&amp;nbsp; Unless you have a unique order info like the invoice# or purchase order# that you can reference back to the profileID/payment profile ID by using the &lt;A href="http://developer.authorize.net/api/transaction_details/" target="_blank"&gt;http://developer.authorize.net/api/transaction_details/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2013 15:02:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37603#M20773</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-19T15:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Turn Transaction Into Recurring Subscription via API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37605#M20774</link>
      <description>Yep I do have the invoice number, but when using "&lt;SPAN&gt;getTransactionDetails&lt;/SPAN&gt;" I don't see the profile ID/payment profile ID being returned. Should I be using something other than "&lt;SPAN&gt;getTransactionDetails&lt;/SPAN&gt;"? And thanks for your help so far I appreciate it :)</description>
      <pubDate>Thu, 19 Dec 2013 15:42:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37605#M20774</guid>
      <dc:creator>ulalacorp</dc:creator>
      <dc:date>2013-12-19T15:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Turn Transaction Into Recurring Subscription via API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37607#M20775</link>
      <description>&lt;P&gt;The profile id are not return, it not save within the transaction.&amp;nbsp; I was thinking you might have saved the id with the invoice# or something in your own database.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2013 15:46:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37607#M20775</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-19T15:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Turn Transaction Into Recurring Subscription via API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37609#M20776</link>
      <description>Oh see that's the problem, the transaction is done via a third party. We use a booking service called Checkfront, and they process the payment using their Authorize.net add-on module, on their end. All they save is the transaction ID I see so far for Auth.net, and the invoice #.</description>
      <pubDate>Thu, 19 Dec 2013 15:51:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37609#M20776</guid>
      <dc:creator>ulalacorp</dc:creator>
      <dc:date>2013-12-19T15:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Turn Transaction Into Recurring Subscription via API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37611#M20777</link>
      <description>&lt;P&gt;So you have no way to cross ref from the invoice# and profile id? that would be a problem.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2013 16:21:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37611#M20777</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-12-19T16:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Turn Transaction Into Recurring Subscription via API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37613#M20778</link>
      <description>yea it is a problem. if I can't get checkfront to either pass it to the "refId" field, or store it for me, then I think I will just match the first and last name, and maybe some other information to find it using both the "getCustomerProfileIds" and "getCustomerProfile" functions. doubt anyone will have same first and last name and billing address as another :P</description>
      <pubDate>Thu, 19 Dec 2013 16:46:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/37613#M20778</guid>
      <dc:creator>ulalacorp</dc:creator>
      <dc:date>2013-12-19T16:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Turn Transaction Into Recurring Subscription via API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/48181#M24294</link>
      <description>&lt;P&gt;Surely there is some way to create an ARB subscription from an existing transaction? Anyone been able to accomplish this?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 18:05:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/48181#M24294</guid>
      <dc:creator>epotratz</dc:creator>
      <dc:date>2014-10-28T18:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Turn Transaction Into Recurring Subscription via API</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/79719#M50180</link>
      <description>&lt;P&gt;Was anyone ever able to find a solution to the original question?&amp;nbsp; &amp;nbsp;If logged in on the authorize.net website you can of course create a new ARB subscription from an existing transaction, so I was really hoping it would be possible from the API as well by now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ARBCreateSubscriptionRequest (&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription-from-customer-profile" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#recurring-billing-create-a-subscription-from-customer-profile&lt;/A&gt; ) requires&amp;nbsp;"customerProfileId" and "customerPaymentProfileId" if the credit card is no longer present.&amp;nbsp; A&amp;nbsp;&lt;SPAN&gt;getTransactionDetailsRequest (&lt;/SPAN&gt; &lt;A href="https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-transaction-details" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#transaction-reporting-get-transaction-details&lt;/A&gt; ) is supposed to return those details inside the "profile" section, but there is no such profile section sent back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be great to find a solution to this.&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 02:58:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Turn-Transaction-Into-Recurring-Subscription-via-API/m-p/79719#M50180</guid>
      <dc:creator>gue</dc:creator>
      <dc:date>2021-11-09T02:58:58Z</dc:date>
    </item>
  </channel>
</rss>

