<?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: Create Customer Profile and charge the CC card at the same time? Updated Info? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/55007#M29953</link>
    <description>&lt;P&gt;Sorry, my intention is to create a payment profile for an exsiting customer profile and charge it all in the same transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;-D&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2016 21:42:48 GMT</pubDate>
    <dc:creator>fifty-git</dc:creator>
    <dc:date>2016-06-24T21:42:48Z</dc:date>
    <item>
      <title>Create Customer Profile and charge the CC card at the same time? Updated Info?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54915#M29871</link>
      <description>&lt;P&gt;I've read this blog post (&lt;A href="http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/New-API-Calls-to-Create-CIM-Profiles-and-Follow-Us-on-Twitter/ba-p/47705" target="_blank"&gt;CIM Profile Creation Enhancements&lt;/A&gt;) and this one (&lt;A href="https://community.developer.cybersource.com/t5/The-Authorize-Net-Developer-Blog/New-ARBGetSubscriptionList-Call-and-Using-CIM-Profiles-with/ba-p/46495" target="_self"&gt;New ARBGetSubscriptionList Call&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first tells me this "&lt;EM&gt;if you pass the &lt;FONT color="#FF0000"&gt;createProfile&lt;/FONT&gt; flag in the createTransactionRequest for AIM, you can both process a payment and create a payment and shipping &amp;nbsp;profile in a single API call&lt;/EM&gt;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I search the API docs for the createProfile flag it shows up in &lt;STRONG&gt;authorize a credit card&lt;/STRONG&gt; or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Debit a Bank Account&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is, as of the current API, can I charge a card and create a paymennt profile at one time, in one call to Authorize.net?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, could you please point me to docs that say how to do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- D&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 18:22:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54915#M29871</guid>
      <dc:creator>fifty-git</dc:creator>
      <dc:date>2016-06-14T18:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create Customer Profile and charge the CC card at the same time? Updated Info?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54916#M29872</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20163"&gt;@fifty-git﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's available in the API Reference at&amp;nbsp;&lt;A href="http://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you set createProfile as true, it will run the transaction and create a profile if successful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 19:00:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54916#M29872</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-06-14T19:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create Customer Profile and charge the CC card at the same time? Updated Info?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54917#M29873</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I'm reading this correctly, I will have to create a customer profile as well as a payment profile, yes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No way to just create the payment profile?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- D&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 19:36:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54917#M29873</guid>
      <dc:creator>fifty-git</dc:creator>
      <dc:date>2016-06-14T19:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Customer Profile and charge the CC card at the same time? Updated Info?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54918#M29874</link>
      <description>&lt;P&gt;If you use createTransaction and createProfile=true, it will create a customer and payment profile for you or it will return duplicate customer profile id in the error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can experiment with this in the sandbox to ensure you've got your most common uses cases covered.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:07:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54918#M29874</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-06-14T20:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create Customer Profile and charge the CC card at the same time? Updated Info?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54919#M29875</link>
      <description>&lt;P&gt;Thanks again for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The PHP sample code is pretty sparse for this, any better examples to show what I'm trying to do?&lt;/P&gt;&lt;P&gt;Perhaps I should be looking at the sample code for creating a customer profile to add to the charge a credit card sample?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- D&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 20:32:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54919#M29875</guid>
      <dc:creator>fifty-git</dc:creator>
      <dc:date>2016-06-14T20:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Solved: Create Customer Profile and charge the CC card at the same time? Updated Info?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54935#M29887</link>
      <description>&lt;P&gt;If anyone is looking for a complete example of "Charge a Credit Card" you can find it here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sample-code-php/blob/547daabc90ff0f579530d6e5295c02d52e27b257/PaymentTransactions/charge-credit-card.php" target="_self"&gt;Sample Code on Git Hub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- D&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:28:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/54935#M29887</guid>
      <dc:creator>fifty-git</dc:creator>
      <dc:date>2016-06-15T16:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create Customer Profile and charge the CC card at the same time? Updated Info?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/55000#M29948</link>
      <description>&lt;P&gt;Since the above solution will indeed throw an error, it will charge the card, but it will not create a second payment profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I put together a class to create only a payment profile and then charge to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works great, except that it runs two transactions (somewhat expected) one to authorize the profile and one to charge to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So back to my original question... (I'm thinking the above is all I can do, but...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My intention is to create only a new payment profile, without trying to create a customer profile, and then charge to. Doing this in one transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do this?&lt;/P&gt;&lt;P&gt;I need to confirm my options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- D&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 15:58:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/55000#M29948</guid>
      <dc:creator>fifty-git</dc:creator>
      <dc:date>2016-06-24T15:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create Customer Profile and charge the CC card at the same time? Updated Info?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/55005#M29951</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20163"&gt;@fifty-git﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not possible to store a payment profile without a customer profile.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 20:28:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/55005#M29951</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-06-24T20:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create Customer Profile and charge the CC card at the same time? Updated Info?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/55007#M29953</link>
      <description>&lt;P&gt;Sorry, my intention is to create a payment profile for an exsiting customer profile and charge it all in the same transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;-D&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 21:42:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Create-Customer-Profile-and-charge-the-CC-card-at-the-same-time/m-p/55007#M29953</guid>
      <dc:creator>fifty-git</dc:creator>
      <dc:date>2016-06-24T21:42:48Z</dc:date>
    </item>
  </channel>
</rss>

