<?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: Production Mode giving error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62837#M37084</link>
    <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/24264"&gt;@lddj2000&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the error response code tool, &lt;A href="https://developer.authorize.net/api/reference/responseCodes.html?code=E00018" target="_self"&gt;E00018&lt;/A&gt; is an expiration date issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="row border-bottom-gray"&gt;
&lt;P class="ng-binding"&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;CODE:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;E00018&lt;/P&gt;
&lt;P class="ng-binding"&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;EXPLANATION:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The credit card expires before the subscription start date.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="row border-bottom-gray jsonData ng-scope"&gt;
&lt;P&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;DESCRIPTION:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ng-binding"&gt;The credit card is not valid as of the start date of the subscription.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 25 Apr 2018 20:52:03 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2018-04-25T20:52:03Z</dc:date>
    <item>
      <title>Production Mode giving error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/61363#M35821</link>
      <description>&lt;P&gt;I am using C#&amp;nbsp;- SDK code for Credit Card transaction. It is always giving "The transaction was unsuccessfull". But it working fine with SANDBOX (with sandbox credentials)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only change I made was replace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="n"&gt;ApiOperationBase&lt;/SPAN&gt;&lt;SPAN class="p"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="n"&gt;ANetApiRequest&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;ANetApiResponse&lt;/SPAN&gt;&lt;SPAN class="p"&gt;&amp;gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;RunEnvironment&lt;/SPAN&gt; &lt;SPAN class="p"&gt;=&lt;/SPAN&gt; &lt;SPAN class="n"&gt;AuthorizeNet&lt;/SPAN&gt;&lt;SPAN class="p"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;Environment&lt;/SPAN&gt;&lt;SPAN class="p"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;SANDBOX&lt;/SPAN&gt;&lt;SPAN class="p"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="p"&gt;with &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="n"&gt;ApiOperationBase&lt;/SPAN&gt;&lt;SPAN class="p"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="n"&gt;ANetApiRequest&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;ANetApiResponse&lt;/SPAN&gt;&lt;SPAN class="p"&gt;&amp;gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;RunEnvironment&lt;/SPAN&gt; &lt;SPAN class="p"&gt;=&lt;/SPAN&gt; &lt;SPAN class="n"&gt;AuthorizeNet&lt;/SPAN&gt;&lt;SPAN class="p"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;Environment&lt;/SPAN&gt;&lt;SPAN class="p"&gt;.&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="n"&gt;PRODUCTION&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="p"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="p"&gt;Note: I am using the production API Login ID and Transaction Key for production mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="p"&gt;Please help, my customer is very annoyed with it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 06:44:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/61363#M35821</guid>
      <dc:creator>ServiceWorks</dc:creator>
      <dc:date>2018-01-25T06:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode giving error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/61366#M35824</link>
      <description>&lt;P&gt;Could you please provide the error code returned when you run it against production ?&lt;/P&gt;&lt;P&gt;Also are you able to call other using the production API and transactionkey ?&lt;/P&gt;&lt;P&gt;Please share the request body that you are sending for the credit card transaction.&lt;/P&gt;&lt;P&gt;Are you calling createTransaction or any other API for this ?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 17:39:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/61366#M35824</guid>
      <dc:creator>rajvpate</dc:creator>
      <dc:date>2018-01-25T17:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode giving error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62836#M37083</link>
      <description>&lt;P&gt;Same problem here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error&lt;/P&gt;&lt;P&gt;E00018&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 20:44:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62836#M37083</guid>
      <dc:creator>lddj2000</dc:creator>
      <dc:date>2018-04-25T20:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode giving error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62837#M37084</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/24264"&gt;@lddj2000&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the error response code tool, &lt;A href="https://developer.authorize.net/api/reference/responseCodes.html?code=E00018" target="_self"&gt;E00018&lt;/A&gt; is an expiration date issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="row border-bottom-gray"&gt;
&lt;P class="ng-binding"&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;CODE:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;E00018&lt;/P&gt;
&lt;P class="ng-binding"&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;EXPLANATION:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The credit card expires before the subscription start date.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="row border-bottom-gray jsonData ng-scope"&gt;
&lt;P&gt;&lt;SPAN class="feature-item-title text-uppercase"&gt;DESCRIPTION:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ng-binding"&gt;The credit card is not valid as of the start date of the subscription.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Apr 2018 20:52:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62837#M37084</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2018-04-25T20:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode giving error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62839#M37086</link>
      <description>&lt;P&gt;How can we solve the error?&lt;/P&gt;&lt;P&gt;CS told us they was a problem with authentication&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 21:18:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62839#M37086</guid>
      <dc:creator>lddj2000</dc:creator>
      <dc:date>2018-04-25T21:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode giving error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62840#M37087</link>
      <description>&lt;P&gt;The credit card is valid an the expiration date is not pass ... which format I have to use for the date format?&lt;/P&gt;&lt;P&gt;mmyy or yyyy-mm?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 21:20:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62840#M37087</guid>
      <dc:creator>lddj2000</dc:creator>
      <dc:date>2018-04-25T21:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode giving error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62842#M37089</link>
      <description>&lt;P&gt;mmyy, yyyy-mm, mm-yyyy are supported in CreateTransactionRequest. please check the sample code &lt;A href="https://github.com/AuthorizeNet/sample-code-csharp/blob/master/PaymentTransactions/ChargeCreditCard.cs" target="_self"&gt;here&lt;/A&gt;. I have tried mmyy and it worked in sandbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Bhavana&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;78BZ5Xprry&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;8s2F95Q7brhHd7Tn&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;refId&amp;gt;123456&amp;lt;/refId&amp;gt;
  &amp;lt;transactionRequest&amp;gt;
    &amp;lt;transactionType&amp;gt;authOnlyTransaction&amp;lt;/transactionType&amp;gt;
    &amp;lt;amount&amp;gt;5.12&amp;lt;/amount&amp;gt;
    &amp;lt;payment&amp;gt;
      &amp;lt;creditCard&amp;gt;
        &amp;lt;cardNumber&amp;gt;5424000000000015&amp;lt;/cardNumber&amp;gt;
        &amp;lt;expirationDate&amp;gt;1220&amp;lt;/expirationDate&amp;gt;
        &amp;lt;cardCode&amp;gt;999&amp;lt;/cardCode&amp;gt;
      &amp;lt;/creditCard&amp;gt;
    &amp;lt;/payment&amp;gt;
    &amp;lt;order&amp;gt;
     &amp;lt;invoiceNumber&amp;gt;INV-12345&amp;lt;/invoiceNumber&amp;gt;
     &amp;lt;description&amp;gt;Product Description&amp;lt;/description&amp;gt;
    &amp;lt;/order&amp;gt;
    &amp;lt;lineItems&amp;gt;
      &amp;lt;lineItem&amp;gt;
        &amp;lt;itemId&amp;gt;1&amp;lt;/itemId&amp;gt;
        &amp;lt;name&amp;gt;vase&amp;lt;/name&amp;gt;
        &amp;lt;description&amp;gt;Cannes logo &amp;lt;/description&amp;gt;
        &amp;lt;quantity&amp;gt;18&amp;lt;/quantity&amp;gt;
        &amp;lt;unitPrice&amp;gt;45.00&amp;lt;/unitPrice&amp;gt;
      &amp;lt;/lineItem&amp;gt;
    &amp;lt;/lineItems&amp;gt;
    &amp;lt;tax&amp;gt;
      &amp;lt;amount&amp;gt;4.26&amp;lt;/amount&amp;gt;
      &amp;lt;name&amp;gt;level2 tax name&amp;lt;/name&amp;gt;
      &amp;lt;description&amp;gt;level2 tax&amp;lt;/description&amp;gt;
    &amp;lt;/tax&amp;gt;
    &amp;lt;duty&amp;gt;
      &amp;lt;amount&amp;gt;8.55&amp;lt;/amount&amp;gt;
      &amp;lt;name&amp;gt;duty name&amp;lt;/name&amp;gt;
      &amp;lt;description&amp;gt;duty description&amp;lt;/description&amp;gt;
    &amp;lt;/duty&amp;gt;
    &amp;lt;shipping&amp;gt;
      &amp;lt;amount&amp;gt;4.26&amp;lt;/amount&amp;gt;
      &amp;lt;name&amp;gt;level2 tax name&amp;lt;/name&amp;gt;
      &amp;lt;description&amp;gt;level2 tax&amp;lt;/description&amp;gt;
    &amp;lt;/shipping&amp;gt;
    &amp;lt;poNumber&amp;gt;456654&amp;lt;/poNumber&amp;gt;
    &amp;lt;customer&amp;gt;
      &amp;lt;id&amp;gt;99999456654&amp;lt;/id&amp;gt;
    &amp;lt;/customer&amp;gt;
    &amp;lt;billTo&amp;gt;
      &amp;lt;firstName&amp;gt;Ellen&amp;lt;/firstName&amp;gt;
      &amp;lt;lastName&amp;gt;Johnson&amp;lt;/lastName&amp;gt;
      &amp;lt;company&amp;gt;Souveniropolis&amp;lt;/company&amp;gt;
      &amp;lt;address&amp;gt;14 Main Street&amp;lt;/address&amp;gt;
      &amp;lt;city&amp;gt;Pecan Springs&amp;lt;/city&amp;gt;
      &amp;lt;state&amp;gt;TX&amp;lt;/state&amp;gt;
      &amp;lt;zip&amp;gt;44628&amp;lt;/zip&amp;gt;
      &amp;lt;country&amp;gt;USA&amp;lt;/country&amp;gt;
    &amp;lt;/billTo&amp;gt;
    &amp;lt;shipTo&amp;gt;
      &amp;lt;firstName&amp;gt;China&amp;lt;/firstName&amp;gt;
      &amp;lt;lastName&amp;gt;Bayles&amp;lt;/lastName&amp;gt;
      &amp;lt;company&amp;gt;Thyme for Tea&amp;lt;/company&amp;gt;
      &amp;lt;address&amp;gt;12 Main Street&amp;lt;/address&amp;gt;
      &amp;lt;city&amp;gt;Pecan Springs&amp;lt;/city&amp;gt;
      &amp;lt;state&amp;gt;TX&amp;lt;/state&amp;gt;
      &amp;lt;zip&amp;gt;44628&amp;lt;/zip&amp;gt;
      &amp;lt;country&amp;gt;USA&amp;lt;/country&amp;gt;
    &amp;lt;/shipTo&amp;gt;
    &amp;lt;customerIP&amp;gt;192.168.1.1&amp;lt;/customerIP&amp;gt;
    &amp;lt;userFields&amp;gt;
      &amp;lt;userField&amp;gt;
        &amp;lt;name&amp;gt;MerchantDefinedFieldName1&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;MerchantDefinedFieldValue1&amp;lt;/value&amp;gt;
      &amp;lt;/userField&amp;gt;
      &amp;lt;userField&amp;gt;
        &amp;lt;name&amp;gt;favorite_color&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;blue&amp;lt;/value&amp;gt;
      &amp;lt;/userField&amp;gt;
    &amp;lt;/userFields&amp;gt;
  &amp;lt;/transactionRequest&amp;gt;
&amp;lt;/createTransactionRequest&amp;gt;&lt;/PRE&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt; 
&amp;lt;createTransactionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;refId&amp;gt;
    123456
  &amp;lt;/refId&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;transactionResponse&amp;gt;
    &amp;lt;responseCode&amp;gt;
      1
    &amp;lt;/responseCode&amp;gt;
    &amp;lt;authCode&amp;gt;
      NYSQHD
    &amp;lt;/authCode&amp;gt;
    &amp;lt;avsResultCode&amp;gt;
      Y
    &amp;lt;/avsResultCode&amp;gt;
    &amp;lt;cvvResultCode&amp;gt;
      P
    &amp;lt;/cvvResultCode&amp;gt;
    &amp;lt;cavvResultCode&amp;gt;
      2
    &amp;lt;/cavvResultCode&amp;gt;
    &amp;lt;transId&amp;gt;
      60102338937
    &amp;lt;/transId&amp;gt;
    &amp;lt;refTransID /&amp;gt;
    &amp;lt;transHash&amp;gt;
      61783A2F70D547089FD7D30647DBBC48
    &amp;lt;/transHash&amp;gt;
    &amp;lt;testRequest&amp;gt;
      0
    &amp;lt;/testRequest&amp;gt;
    &amp;lt;accountNumber&amp;gt;
      XXXX0015
    &amp;lt;/accountNumber&amp;gt;
    &amp;lt;accountType&amp;gt;
      MasterCard
    &amp;lt;/accountType&amp;gt;
    &amp;lt;messages&amp;gt;
      &amp;lt;message&amp;gt;
        &amp;lt;code&amp;gt;
          1
        &amp;lt;/code&amp;gt;
        &amp;lt;description&amp;gt;
          This transaction has been approved.
        &amp;lt;/description&amp;gt;
      &amp;lt;/message&amp;gt;
    &amp;lt;/messages&amp;gt;
    &amp;lt;userFields&amp;gt;
      &amp;lt;userField&amp;gt;
        &amp;lt;name&amp;gt;
          MerchantDefinedFieldName1
        &amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;
          MerchantDefinedFieldValue1
        &amp;lt;/value&amp;gt;
      &amp;lt;/userField&amp;gt;
      &amp;lt;userField&amp;gt;
        &amp;lt;name&amp;gt;
          favorite_color
        &amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;
          blue
        &amp;lt;/value&amp;gt;
      &amp;lt;/userField&amp;gt;
    &amp;lt;/userFields&amp;gt;
    &amp;lt;transHashSha2 /&amp;gt;
  &amp;lt;/transactionResponse&amp;gt;
&amp;lt;/createTransactionResponse&amp;gt;&lt;/PRE&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;-Bhavana&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 00:05:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62842#M37089</guid>
      <dc:creator>bhav</dc:creator>
      <dc:date>2018-04-26T00:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode giving error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62844#M37091</link>
      <description>&lt;P&gt;I using mmyy.&lt;/P&gt;&lt;P&gt;All work ok in the sand box but not in Production. I was using new keys every time I review the code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some times the error code is 0007, or 00018&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 01:41:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-giving-error/m-p/62844#M37091</guid>
      <dc:creator>lddj2000</dc:creator>
      <dc:date>2018-04-26T01:41:06Z</dc:date>
    </item>
  </channel>
</rss>

