<?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: New Customer Profile and Recurring Billing Enhancements in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Re-New-Customer-Profile-and-Recurring-Billing-Enhancements/m-p/53118#M28272</link>
    <description>&lt;P&gt;For 2) Check out the sample code at&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-customer-payment-profile.php&amp;nbsp;" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-customer-payment-profile.php&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This shows the new payment profile ID being output after the call.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Nov 2015 19:01:35 GMT</pubDate>
    <dc:creator>brianmc</dc:creator>
    <dc:date>2015-11-26T19:01:35Z</dc:date>
    <item>
      <title>Re: New Customer Profile and Recurring Billing Enhancements</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Re-New-Customer-Profile-and-Recurring-Billing-Enhancements/m-p/53059#M28221</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new at Authorize.net and facing some trouble to integrate it with my &lt;STRONG&gt;PHP web-site.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issues:&lt;/P&gt;&lt;P&gt;1) When i create a customerProfile a payment profile also get created along with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There is a method to get &lt;STRONG&gt;customerProfileId($response-&amp;gt;getCustomerProfileId()).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;But how ro get &lt;STRONG&gt;customerPaymentProfileID.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) When i create a &lt;STRONG&gt;customerPaymentProfile &lt;/STRONG&gt;it is gives success response. but &lt;STRONG&gt;null&lt;/STRONG&gt; &lt;STRONG&gt;customerPaymentProfileID&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) How to get a list of all &lt;STRONG&gt;customerPaymentProfiles &lt;/STRONG&gt;by &lt;STRONG&gt;customerProfileId&lt;/STRONG&gt; only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using same code as provided in &lt;STRONG&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#customer-profiles" target="_blank"&gt;Developer API referance&lt;/A&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me with this problem.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 12:19:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Re-New-Customer-Profile-and-Recurring-Billing-Enhancements/m-p/53059#M28221</guid>
      <dc:creator>omgehlot4</dc:creator>
      <dc:date>2015-11-23T12:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: New Customer Profile and Recurring Billing Enhancements</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Re-New-Customer-Profile-and-Recurring-Billing-Enhancements/m-p/53109#M28269</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just updated the sample code to show getting the payment profile ID: &amp;nbsp;&lt;A href="http://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;echo "SUCCESS: PAYMENT PROFILE ID : " . $response-&amp;gt;getCustomerPaymentProfileIdList()[0] . "\n";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For 2) &amp;nbsp;we're looking into that one. &amp;nbsp;Will respond again to this same thread.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For 3) &amp;nbsp;GetCustomerProfile will give you a list of profiles for that Customer ID: &amp;nbsp;&lt;A href="http://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-profile" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-profile&lt;/A&gt; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2015 23:10:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Re-New-Customer-Profile-and-Recurring-Billing-Enhancements/m-p/53109#M28269</guid>
      <dc:creator>brianmc</dc:creator>
      <dc:date>2015-11-25T23:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: New Customer Profile and Recurring Billing Enhancements</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Re-New-Customer-Profile-and-Recurring-Billing-Enhancements/m-p/53118#M28272</link>
      <description>&lt;P&gt;For 2) Check out the sample code at&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-customer-payment-profile.php&amp;nbsp;" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-php/blob/master/CustomerProfiles/create-customer-payment-profile.php&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This shows the new payment profile ID being output after the call.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 19:01:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Re-New-Customer-Profile-and-Recurring-Billing-Enhancements/m-p/53118#M28272</guid>
      <dc:creator>brianmc</dc:creator>
      <dc:date>2015-11-26T19:01:35Z</dc:date>
    </item>
  </channel>
</rss>

