<?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: Can I use customerProfileID from an auth/capture in a new transaction? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-I-use-customerProfileID-from-an-auth-capture-in-a-new/m-p/66668#M40182</link>
    <description>&lt;P&gt;Thank you Richard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What distinguishes these profiles from one created using the createCustomerProfile transaction? The latter seems to return an ID that doesn't change, whereas each auth/capture returns a different profile ID. Are they totally interchangeable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help - want to make sure I set this up correctly in our ERP solution!&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2019 17:31:22 GMT</pubDate>
    <dc:creator>chawkins7</dc:creator>
    <dc:date>2019-03-01T17:31:22Z</dc:date>
    <item>
      <title>Can I use customerProfileID from an auth/capture in a new transaction?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-I-use-customerProfileID-from-an-auth-capture-in-a-new/m-p/66503#M40037</link>
      <description>&lt;P&gt;When I send an auth/capture transaction, part of what comes back in the response is a customerProfileID. Does this customerProfileID relate only to this particular auth/capture, or can the customerProfileID returned from that auth/capture be used in *new* sales, so I don't need to get the customer's credit card info again for each sale?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In other words, can I use this customerProfileID the same way I could a profile ID that's returned from a createCustomerProfileRequest transaction? I'm confused about the difference between the two.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Feb 2019 17:59:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-I-use-customerProfileID-from-an-auth-capture-in-a-new/m-p/66503#M40037</guid>
      <dc:creator>chawkins7</dc:creator>
      <dc:date>2019-02-22T17:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use customerProfileID from an auth/capture in a new transaction?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-I-use-customerProfileID-from-an-auth-capture-in-a-new/m-p/66659#M40176</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/26282"&gt;@chawkins7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the token returned from a createTransactionRequest can be used for future transactions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 05:34:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-I-use-customerProfileID-from-an-auth-capture-in-a-new/m-p/66659#M40176</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2019-03-01T05:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use customerProfileID from an auth/capture in a new transaction?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-I-use-customerProfileID-from-an-auth-capture-in-a-new/m-p/66668#M40182</link>
      <description>&lt;P&gt;Thank you Richard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What distinguishes these profiles from one created using the createCustomerProfile transaction? The latter seems to return an ID that doesn't change, whereas each auth/capture returns a different profile ID. Are they totally interchangeable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help - want to make sure I set this up correctly in our ERP solution!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 17:31:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-I-use-customerProfileID-from-an-auth-capture-in-a-new/m-p/66668#M40182</guid>
      <dc:creator>chawkins7</dc:creator>
      <dc:date>2019-03-01T17:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use customerProfileID from an auth/capture in a new transaction?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-I-use-customerProfileID-from-an-auth-capture-in-a-new/m-p/66669#M40183</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/26282"&gt;@chawkins7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;createCustomerProfileTransaction is an older, deprecated method for creating a transaction.&amp;nbsp; It uses an existing customer profile to create a one-time transaction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're using &lt;A href="https://developer.authorize.net/api/reference/#payment-transactions-charge-a-credit-card" target="_self"&gt;createTransactionRequest&lt;/A&gt; with the Authorize.Net API and set createProfile = true, the system will process a transaction and if successful provide you with a customer profile you can use for future transactions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that helps.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 18:13:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-I-use-customerProfileID-from-an-auth-capture-in-a-new/m-p/66669#M40183</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2019-03-01T18:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use customerProfileID from an auth/capture in a new transaction?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-I-use-customerProfileID-from-an-auth-capture-in-a-new/m-p/66670#M40184</link>
      <description>&lt;P&gt;It does indeed - thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 18:20:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Can-I-use-customerProfileID-from-an-auth-capture-in-a-new/m-p/66670#M40184</guid>
      <dc:creator>chawkins7</dc:creator>
      <dc:date>2019-03-01T18:20:04Z</dc:date>
    </item>
  </channel>
</rss>

