<?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: Unable to process iOs transaction &amp;lt; 999 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44628#M22615</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/16210"&gt;@sp1012&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using the sandbox or a live production or a live production account? &amp;nbsp;When you submit $999, is a transaction ID returned?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jun 2014 22:33:50 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2014-06-17T22:33:50Z</dc:date>
    <item>
      <title>Unable to process iOS transaction &lt; 999</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44622#M22612</link>
      <description>&lt;P&gt;I'm using iOS 7 with the Authorize.NET iOs library and I can't get transactions over 999 to process. Doesn't anyone have a clue why? I've tried several different ways of formatting. I don't get any error other than processing failed.&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;TransactionRequestType&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;requestType &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;TransactionRequestType&lt;/SPAN&gt;&lt;SPAN&gt; transactionRequest&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;SPAN&gt;requestType&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;lineItems &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; lineItems&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;
requestType&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;amount  &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;[[&lt;/SPAN&gt;&lt;SPAN&gt;authNetNumFmt stringFromNumber&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;_total&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;  stringByReplacingOccurrencesOfString&lt;/SPAN&gt;&lt;SPAN&gt;:@&lt;/SPAN&gt;&lt;SPAN&gt;"$"&lt;/SPAN&gt;&lt;SPAN&gt;   withString&lt;/SPAN&gt;&lt;SPAN&gt;:@&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;SPAN&gt;requestType&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;amount  &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;[[&lt;/SPAN&gt;&lt;SPAN&gt;authNetNumFmt stringFromNumber&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;_total&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;  stringByReplacingOccurrencesOfString&lt;/SPAN&gt;&lt;SPAN&gt;:@&lt;/SPAN&gt;&lt;SPAN&gt;","&lt;/SPAN&gt;&lt;SPAN&gt;   withString&lt;/SPAN&gt;&lt;SPAN&gt;:@&lt;/SPAN&gt;&lt;SPAN&gt;""&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;SPAN&gt;
requestType&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;payment &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; paymentType&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;// Required for card present transactions.&lt;/SPAN&gt;&lt;SPAN&gt;requestType&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;retail &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;TransRetailInfoType&lt;/SPAN&gt;&lt;SPAN&gt; transRetailInfoType&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;SPAN&gt;requestType&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;retail&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;marketType &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; MARKET_TYPE_RETAIL&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;requestType&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;retail&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;deviceType &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; DEVICE_TYPE_UNKNOWN&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;CreateTransactionRequest&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;request &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;CreateTransactionRequest&lt;/SPAN&gt;&lt;SPAN&gt; createTransactionRequest&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;SPAN&gt;request&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;anetApiRequest&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;merchantAuthentication&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;name &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; sessionManager&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;authNetLoginId&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;  
request&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;anetApiRequest&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;merchantAuthentication&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;transactionKey &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; sessionManager&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;authNetTransactionKey&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;  
request&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;transactionRequest &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; requestType&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;request&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;transactionType &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; AUTH_CAPTURE&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;authNetInstance purchaseWithRequest&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;request&lt;/SPAN&gt;&lt;SPAN&gt;];&lt;/SPAN&gt;&lt;SPAN&gt;//pass with 999 but fail with 1000&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Jun 2014 22:34:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44622#M22612</guid>
      <dc:creator>sp1012</dc:creator>
      <dc:date>2014-06-17T22:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to process iOs transaction &lt; 999</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44628#M22615</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/16210"&gt;@sp1012&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using the sandbox or a live production or a live production account? &amp;nbsp;When you submit $999, is a transaction ID returned?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2014 22:33:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44628#M22615</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-06-17T22:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to process iOs transaction &lt; 999</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44630#M22616</link>
      <description>We are in a live production mode -- we receive a transaction ID for 999 but a processing failure at 1000.</description>
      <pubDate>Tue, 17 Jun 2014 22:46:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44630#M22616</guid>
      <dc:creator>sp1012</dc:creator>
      <dc:date>2014-06-17T22:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to process iOs transaction &lt; 999</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44632#M22617</link>
      <description>&lt;P&gt;And you try hard coding the .amount to @"1000.00";, and not your code?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2014 23:48:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44632#M22617</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-06-17T23:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to process iOs transaction &lt; 999</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44658#M22630</link>
      <description>&lt;PRE&gt;requestType.amount  =[[authNetNumFmt stringFromNumber:_total]  stringByReplacingOccurrencesOfString:@"$"   withString:@""];&lt;BR /&gt;requestType.amount  =[[authNetNumFmt stringFromNumber:_total]  stringByReplacingOccurrencesOfString:@","   withString:@""];&lt;BR /&gt;&lt;BR /&gt;//&lt;/PRE&gt;&lt;PRE&gt;requestType.amount = @"1000";&lt;BR /&gt;&lt;BR /&gt;Both of the above succeed with 999, but fail with  1000 &lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Jun 2014 11:27:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44658#M22630</guid>
      <dc:creator>sp1012</dc:creator>
      <dc:date>2014-06-18T11:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to process iOs transaction &lt; 999</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44660#M22631</link>
      <description>&lt;P&gt;You might have to debug it to see what the xml it was tryting to send. or can you capture the http traffic?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 15:41:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44660#M22631</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-06-18T15:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to process iOs transaction &lt; 999</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44662#M22632</link>
      <description>&lt;P&gt;If this problem occurs in your production account, it may be a limit imposed by your merchant service provider. &amp;nbsp;I would recommend a discussion with them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My next suggestion would be to duplicate this in the Sandbox. &amp;nbsp;This would allow us to examine the transaction details more closely.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, which version of the iOS SDK are you using? &amp;nbsp;Our latest version is available on GitHub:&amp;nbsp;&lt;A href="https://github.com/AuthorizeNet/sdk-mpos-ios" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-mpos-ios&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 17:18:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-iOS-transaction-lt-999/m-p/44662#M22632</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-06-18T17:18:30Z</dc:date>
    </item>
  </channel>
</rss>

