<?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: Validate amount charged in AuthCaptureTransaction in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53692#M28787</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19605"&gt;@CTBSTerry﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are correct, the amount is not reflected in the response except in the case of a split tender. &amp;nbsp;If your transaction is accepted, the amount will be what was submitted in the request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The amounts are shown in &lt;A href="http://developer.authorize.net/api/reference/index.html#transaction-reporting-get-transaction-details" target="_self"&gt;get transaction details&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table table-condensed"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="twoBullet"&gt;authAmount&lt;/TD&gt;
&lt;TD&gt;The amount authorized or refunded. &lt;BR /&gt;This is the amount submitted in the original authorization request.&lt;/TD&gt;

&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="twoBullet"&gt;settleAmount&lt;/TD&gt;
&lt;TD&gt;The amount that was submitted for settlement. &lt;BR /&gt;This will be the same as the authAmount element, with the exception of voids, which will show $0.00, and potentially Prior Authorize and Capture transactions, which could have an amount less than the authAmount value. For declined and errored transactions, this will not be $0.00.&lt;/TD&gt;

&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2016 21:36:28 GMT</pubDate>
    <dc:creator>RichardH</dc:creator>
    <dc:date>2016-02-02T21:36:28Z</dc:date>
    <item>
      <title>Validate amount charged in AuthCaptureTransaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53686#M28781</link>
      <description>&lt;P&gt;I am new to using Authorize.net so pardon my newbie question. I have opened a test account and built the software to process a charge. When I get the successful response back it includes the authCode, transID etc but it does not include the total amount charged. In our other systems such as Paypal we get this information to verify nothing went wrong at the processor. I found the API call to getTransactionDetailsRequest and thought that would work since it appeared to have the information. However when I called that API function it did not return the amount. Is this the right way to get that type of verification? If so is the reason it failed is because I am in the sandbox and the actual transaction does not get processed?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 18:26:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53686#M28781</guid>
      <dc:creator>CTBSTerry</dc:creator>
      <dc:date>2016-02-02T18:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Validate amount charged in AuthCaptureTransaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53687#M28782</link>
      <description>&lt;P&gt;Which api function?&amp;nbsp; &lt;A href="http://developer.authorize.net/api/reference/index.html#payment-transactions" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#payment-transactions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Should have the amount in the response.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 19:20:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53687#M28782</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-02-02T19:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Validate amount charged in AuthCaptureTransaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53688#M28783</link>
      <description>&lt;P&gt;The code I am using is the sample where the code is:&lt;/P&gt;&lt;P&gt;response = controller.GetApiResponse()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I serialized the response object I got and here it is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{"transactionResponse":{"responseCode":"1","rawResponseCode":null,"authCode":"4NAWJ8","avsResultCode":"Y",&lt;BR /&gt;"cvvResultCode":"P","cavvResultCode":"2","transId":"2250143193","refTransID":"","transHash":"1F21E029E64784441BB8E684C93E9AA5",&lt;BR /&gt;"testRequest":"0","accountNumber":"XXXX1111","accountType":"Visa","splitTenderId":null,"prePaidCard":null,&lt;BR /&gt;"messages":[{"code":"1","description":"This transaction has been approved."}],"errors":null,"splitTenderPayments":null,&lt;BR /&gt;"userFields":null,"shipTo":null,"secureAcceptance":null},"profileResponse":null,"refId":null,"messages":{"resultCode":0,&lt;BR /&gt;"message":[{"code":"I00001","text":"Successful."}]},"sessionToken":null}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nowhere in here do I see an amount. This was to that sandbox - is that possibly the issue?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 20:39:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53688#M28783</guid>
      <dc:creator>CTBSTerry</dc:creator>
      <dc:date>2016-02-02T20:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Validate amount charged in AuthCaptureTransaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53689#M28784</link>
      <description>&lt;P&gt;look like is the sdk&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-php/blob/8133aee9577a2e1ccccbe60a0f87e295d9a7781d/lib/net/authorize/api/contract/v1/TransactionResponseType.php" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-php/blob/8133aee9577a2e1ccccbe60a0f87e295d9a7781d/lib/net/authorize/api/contract/v1/TransactionResponseType.php&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 20:49:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53689#M28784</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-02-02T20:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Validate amount charged in AuthCaptureTransaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53690#M28785</link>
      <description>&lt;P&gt;That is what I have found - there is no value in this listing for approved amount. I also found this in the docs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Amount approved. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Present if the current transaction is for a prepaid card or if the splitTenderId field was sent in.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This indicates that the amount approved will only be there in the response if it was a prepaid or the splitTenderId was sent in. Since a simple credit card capture does not have this I guess it just doesnt come back. It seems the only way to get the amount is execute another Api call&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;getTransactionDetailsController() sending the transID of the transaction that just happened. However when I do that in the Sandbox it tells me that I dont have authorization to retrieve this information. If that is true because it is the sandbox then I can live with it but it really seems you should be able to validate the amount the Api approved all in one call.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 21:18:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53690#M28785</guid>
      <dc:creator>CTBSTerry</dc:creator>
      <dc:date>2016-02-02T21:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Validate amount charged in AuthCaptureTransaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53691#M28786</link>
      <description>&lt;P&gt;&lt;SPAN&gt;However when I do that in the Sandbox it tells me that I dont have authorization to retrieve this information. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You will need to enable detail transaction api on the merchant account settings&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://sandbox.authorize.net/" target="_blank"&gt;https://sandbox.authorize.net/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm think about the old AIM api, which do return the transaction amount. Look like you will need to either use the detail transaction api or get it from the request that your send.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 21:26:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53691#M28786</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-02-02T21:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Validate amount charged in AuthCaptureTransaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53692#M28787</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19605"&gt;@CTBSTerry﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are correct, the amount is not reflected in the response except in the case of a split tender. &amp;nbsp;If your transaction is accepted, the amount will be what was submitted in the request.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The amounts are shown in &lt;A href="http://developer.authorize.net/api/reference/index.html#transaction-reporting-get-transaction-details" target="_self"&gt;get transaction details&lt;/A&gt;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="table table-condensed"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="twoBullet"&gt;authAmount&lt;/TD&gt;
&lt;TD&gt;The amount authorized or refunded. &lt;BR /&gt;This is the amount submitted in the original authorization request.&lt;/TD&gt;

&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="twoBullet"&gt;settleAmount&lt;/TD&gt;
&lt;TD&gt;The amount that was submitted for settlement. &lt;BR /&gt;This will be the same as the authAmount element, with the exception of voids, which will show $0.00, and potentially Prior Authorize and Capture transactions, which could have an amount less than the authAmount value. For declined and errored transactions, this will not be $0.00.&lt;/TD&gt;

&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 21:36:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Validate-amount-charged-in-AuthCaptureTransaction/m-p/53692#M28787</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-02-02T21:36:28Z</dc:date>
    </item>
  </channel>
</rss>

