<?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: Getting error responce &amp;quot;E00040 Record Not Found&amp;quot; in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35437#M19804</link>
    <description>&lt;P&gt;Did you search the customer profile id from the merchant account?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2013 12:45:25 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2013-09-02T12:45:25Z</dc:date>
    <item>
      <title>Getting error responce "E00040 Record Not Found"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35433#M19802</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am sending request to by creating xml in below format,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerPaymentProfileRequest&lt;BR /&gt;xmlns="AnetApi/xml/v1/schema/&lt;BR /&gt;AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;49U3c9yBHbj&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;transactionKey&amp;gt;4zaHM626a7W3XrW2&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;&amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;&amp;lt;customerProfileId&amp;gt;20544267&amp;lt;/customerProfileId&amp;gt;&lt;BR /&gt;&amp;lt;paymentProfile&amp;gt;&lt;BR /&gt;&amp;lt;billTo&amp;gt;&lt;BR /&gt;&amp;lt;firstName&amp;gt;John&amp;lt;/firstName&amp;gt;&lt;BR /&gt;&amp;lt;lastName&amp;gt;Doe&amp;lt;/lastName&amp;gt;&lt;BR /&gt;&amp;lt;company&amp;gt;&amp;lt;/company&amp;gt;&lt;BR /&gt;&amp;lt;address&amp;gt;123 Main St.&amp;lt;/address&amp;gt;&lt;BR /&gt;&amp;lt;city&amp;gt;Bellevue&amp;lt;/city&amp;gt;&lt;BR /&gt;&amp;lt;state&amp;gt;WA&amp;lt;/state&amp;gt;&lt;BR /&gt;&amp;lt;zip&amp;gt;98004&amp;lt;/zip&amp;gt;&lt;BR /&gt;&amp;lt;country&amp;gt;USA&amp;lt;/country&amp;gt;&lt;BR /&gt;&amp;lt;phoneNumber&amp;gt;000-000-0000&amp;lt;/phoneNumber&amp;gt;&lt;BR /&gt;&amp;lt;faxNumber&amp;gt;&amp;lt;/faxNumber&amp;gt;&lt;BR /&gt;&amp;lt;/billTo&amp;gt;&lt;BR /&gt;&amp;lt;payment&amp;gt;&lt;BR /&gt;&amp;lt;creditCard&amp;gt;&lt;BR /&gt;&amp;lt;cardNumber&amp;gt;4111111111111111&amp;lt;/cardNumber&amp;gt;&lt;BR /&gt;&amp;lt;expirationDate&amp;gt;2023-12&amp;lt;/expirationDate&amp;gt;&lt;BR /&gt;&amp;lt;/creditCard&amp;gt;&lt;BR /&gt;&amp;lt;/payment&amp;gt;&lt;BR /&gt;&amp;lt;/paymentProfile&amp;gt;&lt;BR /&gt;&amp;lt;validationMode&amp;gt;liveMode&amp;lt;/validationMode&amp;gt;&lt;BR /&gt;&amp;lt;/createCustomerPaymentProfileRequest&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it's having correct customer profileid, i have checked twice, but it's giving me error response like,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerPaymentProfileResponse&lt;BR /&gt;xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance"&lt;/A&gt; xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema"&lt;/A&gt;&lt;BR /&gt;xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;lt;messages&amp;gt;&lt;BR /&gt;&amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;&lt;BR /&gt;&amp;lt;message&amp;gt;&lt;BR /&gt;&amp;lt;code&amp;gt;E00040&amp;lt;/code&amp;gt;&lt;BR /&gt;&amp;lt;text&amp;gt;The record cannot be found.&amp;lt;/text&amp;gt;&lt;BR /&gt;&amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;/messages&amp;gt;&lt;BR /&gt;&amp;lt;validationDirectResponse&amp;gt;1,1,1,This transaction has been&lt;BR /&gt;approved.,GSBYJ5,Y,2197753897,none,Test transaction for&lt;BR /&gt;ValidateCustomerPaymentProfile.,0.00,CC,auth_only,none,John,Doe,,123&lt;BR /&gt;Main&lt;BR /&gt;St.,Bellevue,WA,98004,USA,000-000-0000,,email@example.com,,,,,,,,,0.00,0.00,0.00,FALSE,none,7DD0DFE7934FBC18D44DD3219D2AD150,,2,,,,,,,,,,,XXXX1111,Visa,,,,,,,,,,,,,,,,&lt;BR /&gt;&amp;lt;/validationDirectResponse&amp;gt;&lt;BR /&gt;&amp;lt;/createCustomerPaymentProfileResponse&amp;gt;&lt;/P&gt;&lt;P&gt;I have searched in the forums but can't find the exact solution, can anyone shade a light on it,&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;A title="iGyan" target="_blank" href="http://iGyan.org"&gt;iGyan&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2013 12:00:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35433#M19802</guid>
      <dc:creator>atul_002</dc:creator>
      <dc:date>2013-09-02T12:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error responce "E00040 Record Not Found"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35437#M19804</link>
      <description>&lt;P&gt;Did you search the customer profile id from the merchant account?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2013 12:45:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35437#M19804</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-09-02T12:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error responce "E00040 Record Not Found"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35439#M19805</link>
      <description>&lt;P&gt;I don't have murchant account, I am using the developer account right &amp;nbsp;now,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2013 13:00:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35439#M19805</guid>
      <dc:creator>atul_002</dc:creator>
      <dc:date>2013-09-02T13:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error responce "E00040 Record Not Found"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35445#M19808</link>
      <description>&lt;P&gt;login to the test account and make sure the profie id is correct.&lt;/P&gt;&lt;P&gt;&lt;A href="https://test.authorize.net/" target="_blank"&gt;https://test.authorize.net/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2013 14:22:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35445#M19808</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-09-02T14:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error responce "E00040 Record Not Found"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35557#M19862</link>
      <description>&lt;P&gt;I have Checked here is the screen shot for my CIM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CIM SCREEN" width="742" height="155" src="https://ip1.i.lithium.com/14efb4cf8a2efde1bc686cc7963d38570ffc26a6/687474703a2f2f332e62702e626c6f6773706f742e636f6d2f2d567a6a6b6d346e2d3456672f55697172714d51497758492f4141414141414141416e632f6f5163624f5f444c4638772f73313630302f53637265656e73686f742b66726f6d2b323031332d30392d30372b30393a35343a35352e706e67" border="2" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the profile id which i am using but still getting the error response.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2013 04:31:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35557#M19862</guid>
      <dc:creator>atul_002</dc:creator>
      <dc:date>2013-09-07T04:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error responce "E00040 Record Not Found"</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35559#M19863</link>
      <description>&lt;P&gt;I got the issue,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have sent the wrong xml format, the xml formate requires ordered tags,&amp;nbsp;&lt;BR /&gt;Now getting the Success Message like,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerPaymentProfileResponse&lt;BR /&gt;xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance"&lt;/A&gt; xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema&amp;quot;" target="_blank"&gt;http://www.w3.org/2001/XMLSchema"&lt;/A&gt;&lt;BR /&gt;xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;&amp;lt;messages&amp;gt;&lt;BR /&gt;&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&lt;BR /&gt;&amp;lt;message&amp;gt;&lt;BR /&gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&lt;BR /&gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&lt;BR /&gt;&amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;/messages&amp;gt;&lt;BR /&gt;&amp;lt;customerPaymentProfileId&amp;gt;18973112&amp;lt;/customerPaymentProfileId&amp;gt;&lt;BR /&gt;&amp;lt;/createCustomerPaymentProfileResponse&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your effort,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Sep 2013 07:06:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Getting-error-responce-quot-E00040-Record-Not-Found-quot/m-p/35559#M19863</guid>
      <dc:creator>atul_002</dc:creator>
      <dc:date>2013-09-07T07:06:14Z</dc:date>
    </item>
  </channel>
</rss>

