<?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: What payment methods does getCustomerPaymentProfileResponse give? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29290#M15392</link>
    <description>&lt;P&gt;So there isn't an easy way to present the customer with only their VALID cards?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Aug 2012 16:34:20 GMT</pubDate>
    <dc:creator>astramer</dc:creator>
    <dc:date>2012-08-30T16:34:20Z</dc:date>
    <item>
      <title>What payment methods does getCustomerPaymentProfileResponse give?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29286#M15390</link>
      <description>&lt;P&gt;The real question is, does the &amp;nbsp;getCustomerPaymentProfileResponse&amp;nbsp;api call return expired cards?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 16:22:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29286#M15390</guid>
      <dc:creator>astramer</dc:creator>
      <dc:date>2012-08-30T16:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: What payment methods does getCustomerPaymentProfileResponse give?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29288#M15391</link>
      <description>&lt;P&gt;Yes. It return whatever is saved for the paymentprofileid.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 16:28:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29288#M15391</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-08-30T16:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: What payment methods does getCustomerPaymentProfileResponse give?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29290#M15392</link>
      <description>&lt;P&gt;So there isn't an easy way to present the customer with only their VALID cards?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 16:34:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29290#M15392</guid>
      <dc:creator>astramer</dc:creator>
      <dc:date>2012-08-30T16:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: What payment methods does getCustomerPaymentProfileResponse give?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29292#M15393</link>
      <description>&lt;P&gt;No. But don't they want to update the exp date if it expired?&lt;/P&gt;&lt;P&gt;You can call auth_only/void transaction on each paymentprofileid before present it to the customer, but there will be fee on each auth_only transaction.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2012 16:41:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29292#M15393</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-08-30T16:41:59Z</dc:date>
    </item>
    <item>
      <title>Need help to add CIM with my payment gateway</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29336#M15415</link>
      <description>&lt;P&gt;Hai All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to CIM API, I am planning to implement to my applicatin. So what are the steps I need to take ? I have&amp;nbsp;already&amp;nbsp;dwonloaded the sample code / api and &lt;SPAN&gt;Authorize.Net Developer Test Account&lt;/SPAN&gt;, I am going to use php langauage for the development.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can any one guide me to start..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Sep 2012 07:05:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29336#M15415</guid>
      <dc:creator>dev2manage</dc:creator>
      <dc:date>2012-09-01T07:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to add CIM with my payment gateway</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29340#M15417</link>
      <description>&lt;P&gt;Well, the charging part is fairly straightforward. Look for a file called CIM.markdown in the doc folder in your SDK, it has plenty of sample code. Using the hosted CIM form for payment profiles is a good deal more complicated to wrap your brain around, though. You basically call the function for getting a token (getHostedProfilePageRequest(), which may or may not be in the API yet), you insert all the header stuff, Javascript, footer form / divs, the popup pops up for the user, they enter their credit card info, they hit save, then the Javascript handler triggers (AuthorizeNetPopup.options.onPopupClosed in the popup example code) and refreshes your page, assuming you have it set up for that. You have to then have the page check the customer profile for created billing profiles, and if one exists, you're good to go and can move on to charging.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, it would take a long time to fully explain how to do it.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Sep 2012 12:25:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/What-payment-methods-does-getCustomerPaymentProfileResponse-give/m-p/29340#M15417</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-09-01T12:25:09Z</dc:date>
    </item>
  </channel>
</rss>

