<?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: Not able to Test Failed Transaction on Sandbox in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-able-to-Test-Failed-Transaction-on-Sandbox/m-p/61022#M35529</link>
    <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22984"&gt;@MarotiMulange&lt;/a&gt;&amp;nbsp;Pls. try with the amount =&amp;nbsp;400.30 or&amp;nbsp;&lt;SPAN&gt;400.24 to try out error scenario in the sandbox. I have tried the above amounts for 400.30, i get errorcode = 30 and for&amp;nbsp;400.24 , i get error code = 23.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Bhavana&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Dec 2017 22:18:07 GMT</pubDate>
    <dc:creator>bhav</dc:creator>
    <dc:date>2017-12-28T22:18:07Z</dc:date>
    <item>
      <title>Not able to Test Failed Transaction on Sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-able-to-Test-Failed-Transaction-on-Sandbox/m-p/61011#M35518</link>
      <description>&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;Hi,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;We are trying to ​test credit card payment without zip code and we are not able to test Failure for any case. It is failing for validation on various attempts but we are not getting failure in response from your side.&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;Android details:&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;1) We are using following SDK in our gradle :&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp; &amp;nbsp; compile 'net.authorize:accept-android-sdk:+'&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;2) We refer this sample code for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://autorize.net/" target="_blank"&gt;autorize.net&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from this link&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/AuthorizeNet/accept-sample-android" target="_blank"&gt;https://github.com/AuthorizeNet/accept-sample-android&lt;/A&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;3) First we instantiate AcceptSDKApiClient class.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;4) On Click of make payment create object of EncryptTransactionObject class using ClientKeyBasedMerchantAuthentication and CardData objects.&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;return TransactionObject.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; createTransactionObject(&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TransactionType.SDK_TRANSACTION_ENCRYPTION) // type of transaction object&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .cardData(prepareCardDataFromFields()) // card data to get Token&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .merchantAuthentication(merchantAuthentication).build();&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;5) Then request to AcceptSDKApiClient.getTokenWithRequest(EncryptTransactionObject, EncryptTransactionCallback);&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;6) Then we get response in following callbacks methods&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void onEncryptionFinished(EncryptTransactionResponse response) {}&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void onErrorReceived(ErrorTransactionResponse errorResponse) {}&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;7)But in Our case we always get response in onEncryptionFinished() with resultcode OK and&amp;nbsp; MessageList :[Message{Code='I_WC_01', MessageText='Successful.'}]&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3" color="#000000"&gt;Server log&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;P&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;{"PropertyChanged":null,"messages":{"PropertyChanged":null,"message":[{"PropertyChanged":null,"code":"I00001","text":"Successful."}],"resultCode":0},"refId":null,"sessionToken":null,"profileResponse":null,"transactionResponse":{"PropertyChanged":null,"accountNumber":"XXXX4882","accountType":"Visa","authCode":"000000","avsResultCode":"P","cavvResultCode":"","cvvResultCode":"","emvResponse":null,"entryMode":null,"errors":null,"messages":[{"PropertyChanged":null,"code":"1","description":"This transaction has been approved."}],"prePaidCard":null,"profile":null,"rawResponseCode":null,"refTransID":"","responseCode":"1","secureAcceptance":null,"shipTo":null,"splitTenderId":null,"splitTenderPayments":null,"testRequest":"1","transHash":"1F25BFC41864CA85D4876CA528B9A65F","transHashSha2":"","transId":"0","userFields":null}}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;Afterwards we also tested it with following card&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;Card Type American Express&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;Card used :&amp;nbsp;370000000000002&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;Month :&amp;nbsp;04&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;Year : 20&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;CVV : 0106 / 901&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&lt;FONT face="verdana,geneva,sans-serif" size="3"&gt;All these details are of Sandbox enviornment as per&amp;nbsp;&lt;A href="https://developer.authorize.net/hello_world/testing_guide/" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/&lt;/A&gt; guidelines provided.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="gmail_default"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Dec 2017 14:22:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-able-to-Test-Failed-Transaction-on-Sandbox/m-p/61011#M35518</guid>
      <dc:creator>MarotiMulange</dc:creator>
      <dc:date>2017-12-28T14:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to Test Failed Transaction on Sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-able-to-Test-Failed-Transaction-on-Sandbox/m-p/61022#M35529</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22984"&gt;@MarotiMulange&lt;/a&gt;&amp;nbsp;Pls. try with the amount =&amp;nbsp;400.30 or&amp;nbsp;&lt;SPAN&gt;400.24 to try out error scenario in the sandbox. I have tried the above amounts for 400.30, i get errorcode = 30 and for&amp;nbsp;400.24 , i get error code = 23.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Bhavana&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:18:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-able-to-Test-Failed-Transaction-on-Sandbox/m-p/61022#M35529</guid>
      <dc:creator>bhav</dc:creator>
      <dc:date>2017-12-28T22:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to Test Failed Transaction on Sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-able-to-Test-Failed-Transaction-on-Sandbox/m-p/61027#M35534</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22668"&gt;@bhav&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;I have tried with the amount=400.30 or 400.24 ($6.27) but didn't get failed, always getting success from authorize.net server.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please check the log for reference==&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;12-29 15:29:41.900: D/AcceptFragment(2609): cardNumber :370000000000002 month :04 year :2020 cvv :0106 amount :400.24&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;12-29 15:29:47.033: D/AcceptFragment(2609): ResultCode :Ok&lt;/DIV&gt;&lt;DIV&gt;12-29 15:29:47.033: D/AcceptFragment(2609): MessageList :[Message{Code='I_WC_01', MessageText='Successful.'}]&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;12-29 15:29:47.033: D/AcceptFragment(2609): ResponseMessages :net.authorize.acceptsdk.datamodel.common.ResponseMessages@4231f758&lt;/DIV&gt;&lt;DIV&gt;12-29 15:29:47.033: D/AcceptFragment(2609): Data Descriptor :COMMON.ACCEPT.INAPP.PAYMENT&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have two questions.&lt;/DIV&gt;&lt;DIV&gt;1:- Is this amount in rupees&amp;nbsp;or dollar?&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have tested in both amount rupees=400.24 and dollar=6.27&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2:-Should we check this error code (30 or 23)&lt;FONT face="ScalaSansWeb, sans-serif" color="#333333"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;backend or frontend?&lt;/DIV&gt;&lt;DIV&gt;I am frontend (Android) developer and tested on my end, but always getting success.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Dec 2017 10:21:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-able-to-Test-Failed-Transaction-on-Sandbox/m-p/61027#M35534</guid>
      <dc:creator>MarotiMulange</dc:creator>
      <dc:date>2017-12-29T10:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to Test Failed Transaction on Sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-able-to-Test-Failed-Transaction-on-Sandbox/m-p/62080#M36457</link>
      <description>&lt;P&gt;i used with accept.js...and got the message&amp;nbsp;&lt;SPAN&gt;Message{Code='I_WC_01', MessageText='Successful.'}..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is this measn success?and itried with accept hosted it got code and i got merchant email for the payment...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:38:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Not-able-to-Test-Failed-Transaction-on-Sandbox/m-p/62080#M36457</guid>
      <dc:creator>rahulbandis</dc:creator>
      <dc:date>2018-03-12T13:38:28Z</dc:date>
    </item>
  </channel>
</rss>

