<?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 does not work in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54204#M29217</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;response = null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you ,&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;JS&lt;/P&gt;</description>
    <pubDate>Thu, 31 Mar 2016 04:02:03 GMT</pubDate>
    <dc:creator>jsw32821</dc:creator>
    <dc:date>2016-03-31T04:02:03Z</dc:date>
    <item>
      <title>Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54182#M29199</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the C#&amp;nbsp;- SDK sample code with few adjust to integrate in a customer's website. Code works very well in Sandbox, using my developer credentials. Then, when I turn the environment to Production put my Customer's&amp;nbsp;credentials&amp;nbsp;and live customer's&amp;nbsp;portal set to Test Mode, the code does not work&amp;nbsp; and returns a error message saying there was some error trying to process the transaction. Message comes without any error number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I spent several hours on internet trying to get an answer but unfortunatly I did not find answer.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Also I called Authorize.net but they could not offere me any help without a error number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code below shows where in the code I made changes to production server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;public static class AuthorizeNetHelper&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; static AuthorizeNetHelper()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApiOperationBase&amp;lt;ANetApiRequest, ANetApiResponse&amp;gt;.RunEnvironment = Properties.Settings.Default.RunningInProductionEnvironment ? &lt;STRONG&gt;AuthorizeNet.Environment.PRODUCTION : AuthorizeNet.Environment.SANDBOX;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public static createTransactionResponse ChargeCreditCard(creditCardType creditCard, customerAddressType billingAddress, string description, decimal amount)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApiOperationBase&amp;lt;ANetApiRequest, ANetApiResponse&amp;gt;.RunEnvironment = &lt;STRONG&gt;AuthorizeNet.Environment.PRODUCTION&lt;/STRONG&gt;;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;and I put this on &lt;STRONG&gt;web.config&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;setting name="AuthorizeNetApiLoginId" serializeAs="String"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;I put customer's&amp;nbsp;LoginId here&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;setting name="AuthorizeNetApiTransactionKey" serializeAs="String"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;I put customer's TransactionKey here&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/setting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;setting name="RunningInProductionEnvironment" serializeAs="String"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;True&amp;lt;/value&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder if someone could help with this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JS&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 04:27:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54182#M29199</guid>
      <dc:creator>jsw32821</dc:creator>
      <dc:date>2016-03-30T04:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54184#M29200</link>
      <description>&lt;P&gt;Can you run in debug to see the raw response?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 11:47:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54184#M29200</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-03-30T11:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54204#M29217</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;response = null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you ,&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;JS&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 04:02:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54204#M29217</guid>
      <dc:creator>jsw32821</dc:creator>
      <dc:date>2016-03-31T04:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54205#M29218</link>
      <description>&lt;P&gt;download the source from Github&lt;/P&gt;&lt;P&gt;read about debugging dll&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/605a12zt.aspx" target="_blank"&gt;https://msdn.microsoft.com/en-us/library/605a12zt.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 12:41:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54205#M29218</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-03-31T12:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54211#M29224</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I amalready using the git hub source code with minimum changes and everything works perfect on sandbox.&lt;BR /&gt;For me seems that the same code does not works on production mode because can not reach production server.&lt;/P&gt;&lt;P&gt;Should I put the production server url somewhere in the code? If so, where?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 00:00:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54211#M29224</guid>
      <dc:creator>jsw32821</dc:creator>
      <dc:date>2016-04-01T00:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54212#M29225</link>
      <description>&lt;P&gt;Shouldn't need to change it&lt;/P&gt;&lt;P&gt;the url is under the api endpoint table here.&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/" target="_blank"&gt;http://developer.authorize.net/api/reference/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 00:44:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54212#M29225</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-04-01T00:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54247#M29256</link>
      <description>&lt;P&gt;I checked all documentation and all required fields are present in the code. Also, I put it back to sandbox and everything works&amp;nbsp;fine.&amp;nbsp;I&amp;nbsp;am even receiveing the auto-receipt issue by authorizenet.&lt;/P&gt;&lt;P&gt;But, when I turn back to Production, no success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS. : I realized that in Sandbox even not informing the address, the system process and return an approved transaction. But on auto-receipt there's an information saying address has been verified ( see below).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;============== RESULTS ==============&lt;BR /&gt;Response : This transaction has been approved.&lt;BR /&gt;Auth Code : DDR8MD&lt;BR /&gt;Transaction ID : 2154349550&lt;BR /&gt;Address Verification : Street Address: Match -- First 5 Digits of Zip: Match&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 06:04:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54247#M29256</guid>
      <dc:creator>jsw32821</dc:creator>
      <dc:date>2016-04-05T06:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54251#M29260</link>
      <description>&lt;P&gt;So it did get the transaction in production?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another thing is to raise an issue on Github for the SDK, see if the developer have more insight&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 12:04:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54251#M29260</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-04-05T12:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54257#M29266</link>
      <description>&lt;P&gt;Unfortunately, no.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Receipt shown was issued when using Sandbox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really upset with this, mainly because I sold the ideia about Authorize.net to my customer and now isn't working. I guess I will move to PayPal or other provider.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just do not understand why I a sdk code provided for Authorize, that works in sandbox, simply does not works in production, since the only change is set environment to Production.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JS&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;</description>
      <pubDate>Tue, 05 Apr 2016 16:03:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54257#M29266</guid>
      <dc:creator>jsw32821</dc:creator>
      <dc:date>2016-04-05T16:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54259#M29269</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19819"&gt;@jsw32821﻿&lt;/a&gt;&amp;nbsp; Is your production gateway still in test mode? &amp;nbsp;It may also help to see your entire request in XML with any sensitive information removed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 18:05:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54259#M29269</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-04-05T18:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54260#M29270</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Production Gateway is still in Test Mode. and All sensitive credential are in the webconfig file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the GitHub Sample code for C# ( biblioteca .NET) with few changes to send a TransactioRequest this way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&amp;nbsp; var request = new createTransactionRequest { transactionRequest = transactionRequest };&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the full code I am using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AuthorizeNetHelper.cs&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;using AuthorizeNet.Api.Contracts.V1;
using AuthorizeNet.Api.Controllers;
using AuthorizeNet.Api.Controllers.Bases;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace Booking.Infrastructure.Helpers
{
    public static class AuthorizeNetHelper
    {
        static AuthorizeNetHelper()
        {
            ApiOperationBase&amp;lt;ANetApiRequest, ANetApiResponse&amp;gt;.RunEnvironment = Properties.Settings.Default.RunningInProductionEnvironment ? AuthorizeNet.Environment.PRODUCTION : AuthorizeNet.Environment.SANDBOX;
        }

        public static createTransactionResponse ChargeCreditCard(creditCardType creditCard, customerAddressType billingAddress, string description, decimal amount)
        {
            ApiOperationBase&amp;lt;ANetApiRequest, ANetApiResponse&amp;gt;.RunEnvironment = AuthorizeNet.Environment.SANDBOX;

            ApiOperationBase&amp;lt;ANetApiRequest, ANetApiResponse&amp;gt;.MerchantAuthentication = new merchantAuthenticationType
            {
                name = Properties.Settings.Default.AuthorizeNetApiLoginId,
                ItemElementName = ItemChoiceType.transactionKey,
                Item = Properties.Settings.Default.AuthorizeNetApiTransactionKey
            };

            var transactionRequest = new transactionRequestType
            {
                transactionType = transactionTypeEnum.authCaptureTransaction.ToString(),
                amount = amount,
                payment = new paymentType { Item = creditCard },
                billTo = billingAddress,
                lineItems = new lineItemType[]
                {
                    new lineItemType
                    {
                        itemId = "1",
                        name = description.Substring(0, description.Length &amp;gt; 31 ? 31 : description.Length),
                        quantity = 1,
                        unitPrice = amount
                    }
                }
            };

            var request = new createTransactionRequest { transactionRequest = transactionRequest };

            var controller = new createTransactionController(request);
            controller.Execute();

            var response = controller.GetApiResponse();

            return response;//.messages.resultCode == messageTypeEnum.Ok;
        }

        public static string GenerateExp(int month, int year)
        {
            return (new DateTime(year, month, 1)).ToString("MMyy");
        }
    }
}&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;DIV&gt;Here is code&amp;nbsp;&amp;nbsp;on &lt;STRONG&gt;Controller &lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;PRE&gt;case PaymentMethod.CreditCard:
                        {
                            var creditCard = new AuthorizeNet.Api.Contracts.V1.creditCardType
                            {
                                cardNumber = viewModel.CCNumber,
                                expirationDate = AuthorizeNetHelper.GenerateExp(viewModel.CCExpMonth, viewModel.CCExpYear),
                                cardCode = viewModel.CCCode
                            };

                            var billingAddress = new AuthorizeNet.Api.Contracts.V1.customerAddressType();

                            if (!string.IsNullOrEmpty(viewModel.CCFirstName))
                                billingAddress.firstName = viewModel.CCFirstName;

                            if (!string.IsNullOrEmpty(viewModel.CCLastName))
                                billingAddress.lastName = viewModel.CCLastName;

                            if (!string.IsNullOrEmpty(viewModel.CCAddress))
                                billingAddress.address = viewModel.CCAddress;

                            if (!string.IsNullOrEmpty(viewModel.CCCity))
                                billingAddress.city = viewModel.CCCity;

                            if (!string.IsNullOrEmpty(viewModel.CCState))
                                billingAddress.state = viewModel.CCState;

                            if (!string.IsNullOrEmpty(viewModel.CCZipCode))
                                billingAddress.zip = viewModel.CCZipCode;

                            if (!string.IsNullOrEmpty(viewModel.CCCountry))
                                billingAddress.country = viewModel.CCCountry;

                            var description = string.Format("Reservation {0}", reservation.ReservationNr);

                            var response = AuthorizeNetHelper.ChargeCreditCard(creditCard, billingAddress, description, paymentTotal);&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="p"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my sandbox account &amp;nbsp;everything works fine. In &lt;STRONG&gt;production with customer's real credentials&lt;/STRONG&gt; does not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only change I made was replace this line&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;with that&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="p"&gt;Thank you for your help,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="p"&gt;JS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 20:34:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54260#M29270</guid>
      <dc:creator>jsw32821</dc:creator>
      <dc:date>2016-04-05T20:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54261#M29271</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19819"&gt;@jsw32821﻿&lt;/a&gt;&amp;nbsp;could you please try again. &amp;nbsp;There was some fine-tuning done to our production servers today that&amp;nbsp;&lt;EM&gt;may&lt;/EM&gt; improve your results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 22:59:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54261#M29271</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-04-05T22:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Production Mode does not work</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54264#M29274</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tested and... worked fine in Production server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great evening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;JS&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 01:17:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Production-Mode-does-not-work/m-p/54264#M29274</guid>
      <dc:creator>jsw32821</dc:creator>
      <dc:date>2016-04-06T01:17:18Z</dc:date>
    </item>
  </channel>
</rss>

