<?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: how to do Testing with production account in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30728#M16063</link>
    <description>&lt;P&gt;sorry, when I said transaction, I mean a credit card transaction all the way to the credit card issuing bank.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2012 15:14:19 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2012-10-18T15:14:19Z</dc:date>
    <item>
      <title>how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30662#M16031</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got a developer account and do some testing on CIM APIs, and it works. now I'm trying out it with the production account against the&amp;nbsp;api.authorize.net, in order to be sure, I turn on the test mode in the account and do a&amp;nbsp;createCustomerProfileRequest, but it got:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The payment gateway account is in Test Mode. The request cannot be processed. (E00009) &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;probably this will go away when the 'test mode' is off? but how can I do some test without really charging to a real credit card? thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A.V.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2012 13:36:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30662#M16031</guid>
      <dc:creator>Venngomez1</dc:creator>
      <dc:date>2012-10-17T13:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30664#M16032</link>
      <description>&lt;P&gt;With test mode turn off on the account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To test creating payment profile set the validationMode to testMode in the createcustomerprofile and the CreateCustomerPaymentProfile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could do a CreateCustomerProfileTransaction with a test credit card number, but it will fail with invalid credit card. p.s. there will be transaction fee.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2012 14:09:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30664#M16032</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-10-17T14:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30708#M16053</link>
      <description>&lt;P&gt;if i do a&amp;nbsp;&lt;SPAN&gt;createCustomerProfileRequest with one of following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1) validationMode = testMode, a $1.0 transaction is submitted, and it does charge to the card holder, but does it have a transaction fee to the merchant? &amp;nbsp;and how much?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2) validateMode = 'liveMode', &amp;nbsp;a small amount is submitted then voided, and a transaction fee is charged to the merchant?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3) validationMode = 'none', this mode is not applicable to&amp;nbsp;&lt;SPAN&gt;createCustomerProfileRequest&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is my understanding correct? particularly the #1, even in 'testMode', there is a transaction fee? Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;V.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 01:48:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30708#M16053</guid>
      <dc:creator>Venngomez1</dc:creator>
      <dc:date>2012-10-18T01:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30710#M16054</link>
      <description>&lt;P&gt;1)validationmode = testmode, do not test the credit card info enter before saving, so no transaction will be generate. no fee. You have to ask your merchant bank to know how much is transaction fee.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)Yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3)validationmode = none, only for if there is no payment profile with the createcustomerprofilerequest.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 11:17:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30710#M16054</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-10-18T11:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30712#M16055</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;@RaynorC1emen7&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;With test mode turn off on the account.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To test creating payment profile set the validationMode to testMode in the createcustomerprofile and the CreateCustomerPaymentProfile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could do a CreateCustomerProfileTransaction with a test credit card number, but it will fail with invalid credit card. p.s. there will be transaction fee.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I found out, with 'test mode' on in the production account, and 'validationMode' set to 'testMode', &amp;nbsp;sending a&amp;nbsp;createCustomerProfileRequest works&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 13:51:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30712#M16055</guid>
      <dc:creator>Venngomez1</dc:creator>
      <dc:date>2012-10-18T13:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30716#M16057</link>
      <description>&lt;P&gt;It work because like a said before. when validationmode =&amp;nbsp; testmode, no test/transaction will happend before saving.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 14:12:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30716#M16057</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-10-18T14:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30718#M16058</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;@RaynorC1emen7&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;It work because like a said before. when validationmode =&amp;nbsp; testmode, no test/transaction will happend before saving.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;so following happens when validationMode=liveMode:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The payment gateway account is in Test Mode. The request cannot be processed. (E00009) &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the quick response,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 14:16:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30718#M16058</guid>
      <dc:creator>Venngomez1</dc:creator>
      <dc:date>2012-10-18T14:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30722#M16060</link>
      <description>&lt;P&gt;It error because it want to do a auth_only transaction because validationmode = livemode, but your account is in test mode, which said don't do any transaction.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 14:23:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30722#M16060</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-10-18T14:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30724#M16061</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;@RaynorC1emen7&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;It error because it want to do a auth_only transaction because validationmode = livemode, but your account is in test mode, which said don't do any transaction.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;transaction here means transactions in the issuein bank, right? I was thinking, creating a profile is also a transaction.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 14:31:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30724#M16061</guid>
      <dc:creator>Venngomez1</dc:creator>
      <dc:date>2012-10-18T14:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30728#M16063</link>
      <description>&lt;P&gt;sorry, when I said transaction, I mean a credit card transaction all the way to the credit card issuing bank.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2012 15:14:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30728#M16063</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-10-18T15:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30760#M16079</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/1353"&gt;@RaynorC1emen7&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;1)validationmode = testmode, do not test the credit card info enter before saving, so no transaction will be generate. no fee. You have to ask your merchant bank to know how much is transaction fee.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;with validationMode = testMode, I got following in email, does that mean there is a $1 charge even the accout is in test mode? Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;************* TEST MODE *************&lt;/P&gt;&lt;P class="p2"&gt;========= ORDER INFORMATION =========&lt;/P&gt;&lt;P class="p2"&gt;Invoice : none&lt;/P&gt;&lt;P class="p2"&gt;Description : Test transaction for ValidateCustomerPaymentProfile.&lt;/P&gt;&lt;P class="p2"&gt;Amount : 1.00 (USD)&lt;/P&gt;&lt;P class="p2"&gt;Payment Method : MasterCard&lt;/P&gt;&lt;P class="p2"&gt;Type : Authorization Only&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p2"&gt;============== RESULTS ==============&lt;/P&gt;&lt;P class="p2"&gt;Response : This transaction has been approved.&lt;/P&gt;&lt;P class="p2"&gt;Authorization Code : 000000&lt;/P&gt;&lt;P class="p2"&gt;Transaction ID : 0&lt;/P&gt;&lt;P class="p2"&gt;Address Verification : AVS Not Applicable&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 01:25:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30760#M16079</guid>
      <dc:creator>Venngomez1</dc:creator>
      <dc:date>2012-10-19T01:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to do Testing with production account</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30764#M16081</link>
      <description>&lt;P&gt;transactionID is 0, so no transaction, no charge.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 11:14:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/how-to-do-Testing-with-production-account/m-p/30764#M16081</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-10-19T11:14:18Z</dc:date>
    </item>
  </channel>
</rss>

