<?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 Is there a way to adjust the amount of unsettled transaction? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-a-way-to-adjust-the-amount-of-unsettled-transaction/m-p/53249#M28381</link>
    <description>&lt;P&gt;Hi! A little background about my project. I'm buiding a system for restaurant online food ordering. Sometimes people might want a refund on certain items in their order so I need to create a partial refund function. I'm working with PHP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So... my questions are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Do credit(refund) and void always set the amount of the transaction to zero?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Is there a way to adjust the amount of settled and unsettled transaction (after an authCapture transaction type) without having to void the whole transaction and creating&amp;nbsp;a brand new transaction&amp;nbsp;again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. I'm kind of confused about API types. Which type of API is the one that's on this pager here?&amp;nbsp;&lt;A href="http://developer.authorize.net/api/reference/" target="_blank"&gt;http://developer.authorize.net/api/reference/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked through a lot of posts but couldn't seem to find the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;</description>
    <pubDate>Tue, 08 Dec 2015 03:34:37 GMT</pubDate>
    <dc:creator>ittigorn</dc:creator>
    <dc:date>2015-12-08T03:34:37Z</dc:date>
    <item>
      <title>Is there a way to adjust the amount of unsettled transaction?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-a-way-to-adjust-the-amount-of-unsettled-transaction/m-p/53249#M28381</link>
      <description>&lt;P&gt;Hi! A little background about my project. I'm buiding a system for restaurant online food ordering. Sometimes people might want a refund on certain items in their order so I need to create a partial refund function. I'm working with PHP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So... my questions are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Do credit(refund) and void always set the amount of the transaction to zero?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Is there a way to adjust the amount of settled and unsettled transaction (after an authCapture transaction type) without having to void the whole transaction and creating&amp;nbsp;a brand new transaction&amp;nbsp;again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. I'm kind of confused about API types. Which type of API is the one that's on this pager here?&amp;nbsp;&lt;A href="http://developer.authorize.net/api/reference/" target="_blank"&gt;http://developer.authorize.net/api/reference/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked through a lot of posts but couldn't seem to find the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 03:34:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-a-way-to-adjust-the-amount-of-unsettled-transaction/m-p/53249#M28381</guid>
      <dc:creator>ittigorn</dc:creator>
      <dc:date>2015-12-08T03:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to adjust the amount of unsettled transaction?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-a-way-to-adjust-the-amount-of-unsettled-transaction/m-p/53259#M28391</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19380"&gt;@ittigorn﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before a transaction settles, your only option is to Void the entire transaction. &amp;nbsp;After a transaction has settled, you can refund (credit) using the previous transaction ID. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are the relevent API Methods:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#payment-transactions-void-a-transaction" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#payment-transactions-void-a-transaction&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#payment-transactions-refund-a-transaction" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#payment-transactions-refund-a-transaction&lt;/A&gt;&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, 08 Dec 2015 17:49:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-a-way-to-adjust-the-amount-of-unsettled-transaction/m-p/53259#M28391</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-12-08T17:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to adjust the amount of unsettled transaction?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-a-way-to-adjust-the-amount-of-unsettled-transaction/m-p/53267#M28399</link>
      <description>&lt;P&gt;Thank you for your time, Richard. That clears things up a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is it possible to Authorize-only a transaction and then Capture it later with different amount? (both lower or higher amount)&lt;/P&gt;&lt;P&gt;Say... Authorize for $10 and at the end of the day, before the cut-off time, capture it for $8 or $15 instead?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that's possible then it seems like a better solution if there's ever a need to change the amount before settlement.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2015 23:50:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-a-way-to-adjust-the-amount-of-unsettled-transaction/m-p/53267#M28399</guid>
      <dc:creator>ittigorn</dc:creator>
      <dc:date>2015-12-08T23:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to adjust the amount of unsettled transaction?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-a-way-to-adjust-the-amount-of-unsettled-transaction/m-p/53268#M28400</link>
      <description>&lt;P&gt;You can do a Prior Authorization and Capture up to the total amount authorized, but not more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 02:28:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-a-way-to-adjust-the-amount-of-unsettled-transaction/m-p/53268#M28400</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-12-09T02:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to adjust the amount of unsettled transaction?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-a-way-to-adjust-the-amount-of-unsettled-transaction/m-p/53271#M28403</link>
      <description>&lt;P&gt;Ok so I can capture at the lower amount than the authorized amount then. Thank you again, Richard.&lt;/P&gt;&lt;P&gt;I think I'll go with that solution. :)&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2015 03:03:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Is-there-a-way-to-adjust-the-amount-of-unsettled-transaction/m-p/53271#M28403</guid>
      <dc:creator>ittigorn</dc:creator>
      <dc:date>2015-12-09T03:03:14Z</dc:date>
    </item>
  </channel>
</rss>

