<?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: Delete Customer Payment Profile Request Not Working in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Delete-Customer-Payment-Profile-Request-Not-Working/m-p/63406#M37539</link>
    <description>&lt;P&gt;Would like to note that the same API call is working today (6/14)&amp;nbsp;while it was not working yday(6/13). Was there a temporary glitch&amp;nbsp;? Or Some code changes made around that ? Can you please advise ?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2018 22:47:54 GMT</pubDate>
    <dc:creator>debasishbose2k</dc:creator>
    <dc:date>2018-06-14T22:47:54Z</dc:date>
    <item>
      <title>Delete Customer Payment Profile Request Not Working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Delete-Customer-Payment-Profile-Request-Not-Working/m-p/63385#M37522</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are having a problem where the Delete Customer Payment PRofile Request is failing in the Production Region . THis is the Sequence of Workflow/API CALLS . We need to know why the Step 6 is failing . THis is affecting a number of merchant account in Auth.net&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step1 We ask Auth.net to Create a Credit Card with the Customer email/name / Account number etc , something unique .&lt;/P&gt;&lt;P&gt;Step 2 --- Auth.net responds stating , I do have a profile already existing for the information you just provided . They share the Profile&lt;/P&gt;&lt;P&gt;Step 3&amp;nbsp; We ask them give us the payment profile for this Profile and we will check if that can be reused&lt;/P&gt;&lt;P&gt;Step 4 --&amp;gt;Auth.net responds stating , here is the Payment Profile for this Customer Profile&lt;/P&gt;&lt;P&gt;Step 5 We determine that this Customer Profile and Payment Profile combination is no good for us , so request them to delete that combination (the one they just sent above)&lt;/P&gt;&lt;P&gt;Step 6 --&amp;gt;&amp;nbsp; Auth.net fails to delete that ---- Not giving any reason as why they failed ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please follow up with Auth.net and ask why the delete profile is failing &amp;nbsp;. You may mention the steps below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the sequence of request and response &amp;nbsp;(XXXX/YYYY are masked values of Login id and transaction Key) AAAA/BBBB are customer names&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;STEP 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;merchantAuthentication&amp;gt;&amp;lt;name&amp;gt;XXXXXXX&amp;lt;/name&amp;gt;&amp;lt;transactionKey&amp;gt;YYYYYYYYYY&amp;lt;/transactionKey&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;&amp;lt;profile&amp;gt;&amp;lt;merchantCustomerId&amp;gt;Adhoc135674&amp;lt;/merchantCustomerId&amp;gt;&amp;lt;description&amp;gt;Patti A. Pfister&amp;lt;/description&amp;gt;&amp;lt;email&amp;gt;&amp;lt;/email&amp;gt;&amp;lt;/profile&amp;gt;&amp;lt;validationMode&amp;gt;none&amp;lt;/validationMode&amp;gt;&amp;lt;/createCustomerProfileRequest&amp;gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;STEP 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;createCustomerProfileResponse xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;E00039&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;A duplicate record with ID 1915270541 already exists.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;customerPaymentProfileIdList /&amp;gt;&amp;lt;customerShippingAddressIdList /&amp;gt;&amp;lt;validationDirectResponseList /&amp;gt;&amp;lt;/createCustomerProfileResponse&amp;gt;"&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;P&gt;STEP 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;getCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;merchantAuthentication&amp;gt;&amp;lt;name&amp;gt; XXXXXXX &amp;lt;/name&amp;gt;&amp;lt;transactionKey&amp;gt; YYYYYYYYYY &amp;lt;/transactionKey&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;&amp;lt;customerProfileId&amp;gt;1915270541&amp;lt;/customerProfileId&amp;gt;&amp;lt;/getCustomerProfileRequest&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;STEP 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;getCustomerProfileResponse xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;profile&amp;gt;&amp;lt;merchantCustomerId&amp;gt;Adhoc135674&amp;lt;/merchantCustomerId&amp;gt;&amp;lt;description&amp;gt;Patti A. Pfister&amp;lt;/description&amp;gt;&amp;lt;email /&amp;gt;&amp;lt;customerProfileId&amp;gt;1915270541&amp;lt;/customerProfileId&amp;gt;&amp;lt;paymentProfiles&amp;gt;&amp;lt;billTo&amp;gt;&amp;lt;firstName&amp;gt;AAAAAA&amp;lt;/firstName&amp;gt;&amp;lt;lastName&amp;gt;BBBBB&amp;lt;/lastName&amp;gt;&amp;lt;address&amp;gt;999 MCCLELLAND ST&amp;lt;/address&amp;gt;&amp;lt;city&amp;gt;WATERTOWN&amp;lt;/city&amp;gt;&amp;lt;state&amp;gt;NY&amp;lt;/state&amp;gt;&amp;lt;zip&amp;gt; 13601 &amp;lt;/zip&amp;gt;&amp;lt;/billTo&amp;gt;&amp;lt;customerPaymentProfileId&amp;gt;1933246505&amp;lt;/customerPaymentProfileId&amp;gt;&amp;lt;payment&amp;gt;&amp;lt;creditCard&amp;gt;&amp;lt;cardNumber&amp;gt;XXXX0187&amp;lt;/cardNumber&amp;gt;&amp;lt;expirationDate&amp;gt;XXXX&amp;lt;/expirationDate&amp;gt;&amp;lt;cardType&amp;gt;Visa&amp;lt;/cardType&amp;gt;&amp;lt;/creditCard&amp;gt;&amp;lt;/payment&amp;gt;&amp;lt;/paymentProfiles&amp;gt;&amp;lt;/profile&amp;gt;&amp;lt;/getCustomerProfileResponse&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;STEP 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;deleteCustomerPaymentProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;merchantAuthentication&amp;gt;&amp;lt;name&amp;gt; XXXXXXX &amp;lt;/name&amp;gt;&amp;lt;transactionKey&amp;gt; YYYYYYYYYY &amp;lt;/transactionKey&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;&amp;lt;customerProfileId&amp;gt;1915270541&amp;lt;/customerProfileId&amp;gt;&amp;lt;customerPaymentProfileId&amp;gt;1933246505&amp;lt;/customerPaymentProfileId&amp;gt;&amp;lt;/deleteCustomerPaymentProfileRequest&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;STEP 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;deleteCustomerPaymentProfileResponse xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;E00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;An error occurred during processing. Please try again.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;/deleteCustomerPaymentProfileResponse&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We&amp;nbsp; were expecting a good response in STEP 6 , but not there. Can you please investigate as why Auth.net is not able to delete profiles that they only shared ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 22:18:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Delete-Customer-Payment-Profile-Request-Not-Working/m-p/63385#M37522</guid>
      <dc:creator>debasishbose2k</dc:creator>
      <dc:date>2018-06-13T22:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Customer Payment Profile Request Not Working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Delete-Customer-Payment-Profile-Request-Not-Working/m-p/63406#M37539</link>
      <description>&lt;P&gt;Would like to note that the same API call is working today (6/14)&amp;nbsp;while it was not working yday(6/13). Was there a temporary glitch&amp;nbsp;? Or Some code changes made around that ? Can you please advise ?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 22:47:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Delete-Customer-Payment-Profile-Request-Not-Working/m-p/63406#M37539</guid>
      <dc:creator>debasishbose2k</dc:creator>
      <dc:date>2018-06-14T22:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Customer Payment Profile Request Not Working</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Delete-Customer-Payment-Profile-Request-Not-Working/m-p/63411#M37541</link>
      <description>&lt;P&gt;Hello Debasish,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for confirming "Delete Customer Profile" is working, we haven't made any code changes on our side in last 2days related to Customer Payment Profile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please revert if you encounter this issue again.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 12:51:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Delete-Customer-Payment-Profile-Request-Not-Working/m-p/63411#M37541</guid>
      <dc:creator>chsriniv9</dc:creator>
      <dc:date>2018-06-15T12:51:38Z</dc:date>
    </item>
  </channel>
</rss>

