<?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: Get all customer payment profile issue in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-all-customer-payment-profile-issue/m-p/65580#M39219</link>
    <description>&lt;P&gt;The live/test is only indicating how the card was validated when it was added to the store, it should have no impact on which profiles get returned in this call.&amp;nbsp; All payment profiles expiring in the specified month should be returned.&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&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jan 2019 15:26:59 GMT</pubDate>
    <dc:creator>brianmc</dc:creator>
    <dc:date>2019-01-03T15:26:59Z</dc:date>
    <item>
      <title>Get all customer payment profile issue</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-all-customer-payment-profile-issue/m-p/65550#M39193</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please tell me that the api in the shared link&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-payment-profile-list" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-payment-profile-list&lt;/A&gt; will only show the live mode data?&amp;nbsp; I'm asking this question because when I'm sending the below json:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "getCustomerPaymentProfileListRequest": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "merchantAuthentication": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"name": "78BC5Xpery",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"transactionKey": "8s2F95W7bnhHd7On"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;},&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "searchType": "cardsExpiringInMonth",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; "month": "2023-11"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then it will show me the response of profile payments which are expiry in the given month. My doubt is here that it will show only those profile payment of the customer which are added in live mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "createCustomerPaymentProfileRequest": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"merchantAuthentication": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"name": "&lt;SPAN&gt;78BC5Xpery&lt;/SPAN&gt;",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"transactionKey": "&lt;SPAN&gt;8s2F95W7bnhHd7On&lt;/SPAN&gt;"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;},&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "customerProfileId": "1917046336",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "paymentProfile": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"billTo": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"firstName": "puneet",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"lastName": "Doe",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"address": "123 Main St.",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"city": "Bellevue",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"state": "WA",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"zip": "98004",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"country": "USA",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"phoneNumber": "000-000-0000"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "payment": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"creditCard": {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"cardNumber": "2223000010309703",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"expirationDate": "2023-11"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;&amp;nbsp; &amp;nbsp; },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "defaultPaymentProfile": false&lt;BR /&gt;&amp;nbsp; &amp;nbsp; },&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "validationMode": "liveMode"&lt;BR /&gt;&amp;nbsp; &amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give me the answer that the get all payment profile will only show the livemode data or also it will show the testmode data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Puneet&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 06:04:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-all-customer-payment-profile-issue/m-p/65550#M39193</guid>
      <dc:creator>puneetjindal30</dc:creator>
      <dc:date>2019-01-02T06:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get all customer payment profile issue</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-all-customer-payment-profile-issue/m-p/65580#M39219</link>
      <description>&lt;P&gt;The live/test is only indicating how the card was validated when it was added to the store, it should have no impact on which profiles get returned in this call.&amp;nbsp; All payment profiles expiring in the specified month should be returned.&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&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 15:26:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-all-customer-payment-profile-issue/m-p/65580#M39219</guid>
      <dc:creator>brianmc</dc:creator>
      <dc:date>2019-01-03T15:26:59Z</dc:date>
    </item>
  </channel>
</rss>

