<?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 Accept Customer Profile Page in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/68656#M41821</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a couple of questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How we can get the profiles? The only way is to know the credit card expiration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-attr"&gt;"searchType"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"cardsExpiringInMonth"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"month"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"2020-12"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is no other way to serch the profiles?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then about the update of the profile: There is an object called payment where you need to send the credit card information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But we dont have that information becuase we want to handle all on the hosted solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So my question is if that object is required:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class="hljs-attr"&gt;"payment"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"creditCard"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"cardNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"expirationDate"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt; } },&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I try with sending a request with out the object and get an error and also sending empty data and also get an error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ &lt;SPAN class="hljs-attr"&gt;"updateCustomerPaymentProfileRequest"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"merchantAuthentication"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"3P29HjuvbF"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"transactionKey"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"84Z5Rrd8m77FWs5J"&lt;/SPAN&gt; }, &lt;SPAN class="hljs-attr"&gt;"customerProfileId"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"1920374390"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"paymentProfile"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"billTo"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"firstName"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"John"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"lastName"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Doe"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"company"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"address"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"123 Main St."&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"city"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Bellevue"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"state"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"WA"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"zip"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"98004"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"country"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"USA"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"phoneNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"000-000-0000"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"faxNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt; }, &lt;SPAN class="hljs-attr"&gt;"payment"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"creditCard"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"cardNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"expirationDate"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt; } }, &lt;SPAN class="hljs-attr"&gt;"defaultPaymentProfile"&lt;/SPAN&gt;: &lt;SPAN class="hljs-literal"&gt;true&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"customerPaymentProfileId"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"1920374390"&lt;/SPAN&gt; }, &lt;SPAN class="hljs-attr"&gt;"validationMode"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"liveMode"&lt;/SPAN&gt; } }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could any one help me on this and explain how to do the correct requests? We want to our users can have the profles.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2019 23:05:31 GMT</pubDate>
    <dc:creator>mtarantooms01</dc:creator>
    <dc:date>2019-08-06T23:05:31Z</dc:date>
    <item>
      <title>Get Accept Customer Profile Page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/58995#M33597</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;In my vb.net application am using the &lt;STRONG&gt;Get Accept Customer Profile Page&lt;/STRONG&gt; for managing my customers.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;But when there are &lt;STRONG&gt;multiple payment profile&lt;/STRONG&gt; details shown, how to &lt;STRONG&gt;enable the user to set one as default from the same?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;And am &lt;STRONG&gt;trying to get rid of the Shipping section&lt;/STRONG&gt;. Even though am passing&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;hostedProfileManageOptions as&amp;nbsp;showPayment, still am able to see the shipping section&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Kindly help.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Devashis Satapathy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 08:24:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/58995#M33597</guid>
      <dc:creator>devashis1993</dc:creator>
      <dc:date>2017-07-27T08:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get Accept Customer Profile Page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/59069#M33670</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21996"&gt;@devashis1993&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no way for the customer to indicate on the form which profile they would like as the default. However, you can accomplish this by using the API to do a &lt;A href="http://developer.authorize.net/api/reference/#customer-profiles-get-customer-payment-profile-list" target="_self"&gt;&lt;EM&gt;getCustomerPaymentProfileListRequest&lt;/EM&gt; &lt;/A&gt;to retrieve the information about each of the payment profiles, and then presenting that list to the customer in a way that the customer can indicate to you which one should be the default. Then, you'd do an &lt;EM&gt;&lt;A href="http://developer.authorize.net/api/reference/#customer-profiles-update-customer-payment-profile" target="_self"&gt;updateCustomerPaymentProfileRequest&lt;/A&gt;&lt;/EM&gt;&amp;nbsp;to set the chosen profile as the default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With regards to the hostedProfileManageOptions, could you post a sample of the form that you're submitting to call the form so that we can see all the options being sent?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 17:21:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/59069#M33670</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-07-31T17:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get Accept Customer Profile Page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/62135#M36506</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;And am&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;trying to get rid of the Shipping section&lt;/STRONG&gt;&lt;SPAN&gt;. Even though am passing&lt;/SPAN&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;hostedProfileManageOptions as&amp;nbsp;showPayment, still am able to see the shipping section&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes that is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.authorize.net/api/reference/index.html#customer-profiles-get-accept-customer-profile-page" target="_blank"&gt;https://developer.authorize.net/api/reference/index.html#customer-profiles-get-accept-customer-profile-page&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;Either&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;showAll,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;showPayment, or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;showShipping. Default is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;showAll.&lt;/P&gt;&lt;P&gt;Applicable to Manage pages. When set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;showAll, both Payment and Shipping sections will be shown. When set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;showPayment, only Manage Payment section will be shown. When set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;showShipping, only Manage Shipping section will be shown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    setting6 = SettingType.new
    setting6.settingName = SettingNameEnum::HostedProfileManageOptions
    setting6.settingValue = 'showPayment'
    
    settings = Settings.new([setting1, setting2, setting3, setting4, setting5, setting6])
    
    request = GetHostedProfilePageRequest.new
    request.customerProfileId = @subscription.authorizenet.customer_profile_id
    request.hostedProfileSettings = settings
    
    response = transaction.get_hosted_profile_page(request)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 18:12:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/62135#M36506</guid>
      <dc:creator>starrychloe</dc:creator>
      <dc:date>2018-03-15T18:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get Accept Customer Profile Page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/62469#M36786</link>
      <description>&lt;P&gt;Aaron,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you explain how to retrieve all the payment profiles stored for a customer using&amp;nbsp;&lt;A href="http://developer.authorize.net/api/reference/#customer-profiles-get-customer-payment-profile-list" target="_blank"&gt;getCustomerPaymentProfileListRequest&lt;/A&gt;? The API states that a searchType and month are require. Since I'm not looking for a list of expiring Cards, how do I see them all?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 16:49:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/62469#M36786</guid>
      <dc:creator>Yellowflag</dc:creator>
      <dc:date>2018-04-03T16:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Get Accept Customer Profile Page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/62471#M36788</link>
      <description>&lt;P&gt;I think that bozo Aaron must have mistyped something upthread. The actual answer should be to do a &lt;A href="https://developer.authorize.net/api/reference/#customer-profiles-get-customer-profile" target="_self"&gt;&lt;EM&gt;getCustomerProfileRequest&lt;/EM&gt;&lt;/A&gt; to get a list of the payment profiles associated with that customer's profile.&lt;BR /&gt;&lt;BR /&gt;Sorry for any confusion.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 17:40:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/62471#M36788</guid>
      <dc:creator>Aaron_Actual</dc:creator>
      <dc:date>2018-04-03T17:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Get Accept Customer Profile Page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/68656#M41821</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a couple of questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How we can get the profiles? The only way is to know the credit card expiration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-attr"&gt;"searchType"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"cardsExpiringInMonth"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN class="hljs-attr"&gt;"month"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class="hljs-string"&gt;"2020-12"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is no other way to serch the profiles?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then about the update of the profile: There is an object called payment where you need to send the credit card information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But we dont have that information becuase we want to handle all on the hosted solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So my question is if that object is required:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;SPAN class="hljs-attr"&gt;"payment"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"creditCard"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"cardNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"expirationDate"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt; } },&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I try with sending a request with out the object and get an error and also sending empty data and also get an error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ &lt;SPAN class="hljs-attr"&gt;"updateCustomerPaymentProfileRequest"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"merchantAuthentication"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"name"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"3P29HjuvbF"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"transactionKey"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"84Z5Rrd8m77FWs5J"&lt;/SPAN&gt; }, &lt;SPAN class="hljs-attr"&gt;"customerProfileId"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"1920374390"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"paymentProfile"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"billTo"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"firstName"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"John"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"lastName"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Doe"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"company"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"address"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"123 Main St."&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"city"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"Bellevue"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"state"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"WA"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"zip"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"98004"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"country"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"USA"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"phoneNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"000-000-0000"&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"faxNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt; }, &lt;SPAN class="hljs-attr"&gt;"payment"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"creditCard"&lt;/SPAN&gt;: { &lt;SPAN class="hljs-attr"&gt;"cardNumber"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"expirationDate"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;""&lt;/SPAN&gt; } }, &lt;SPAN class="hljs-attr"&gt;"defaultPaymentProfile"&lt;/SPAN&gt;: &lt;SPAN class="hljs-literal"&gt;true&lt;/SPAN&gt;, &lt;SPAN class="hljs-attr"&gt;"customerPaymentProfileId"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"1920374390"&lt;/SPAN&gt; }, &lt;SPAN class="hljs-attr"&gt;"validationMode"&lt;/SPAN&gt;: &lt;SPAN class="hljs-string"&gt;"liveMode"&lt;/SPAN&gt; } }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could any one help me on this and explain how to do the correct requests? We want to our users can have the profles.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 23:05:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/68656#M41821</guid>
      <dc:creator>mtarantooms01</dc:creator>
      <dc:date>2019-08-06T23:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Get Accept Customer Profile Page</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/70389#M43218</link>
      <description>&lt;P&gt;I feel that bozo Aaron must have mistyped something upthread. The genuine answer ought to be to do a to get a rundown of the installment profiles related with that client's profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 05:51:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Get-Accept-Customer-Profile-Page/m-p/70389#M43218</guid>
      <dc:creator>Samual</dc:creator>
      <dc:date>2020-01-17T05:51:59Z</dc:date>
    </item>
  </channel>
</rss>

