<?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: CIM PHP SDK - void/refund transaction in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/34509#M18954</link>
    <description>&lt;P&gt;Hi Richardh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we can not make a void transaction against authorized transaction that has been captured and settled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2013 21:16:05 GMT</pubDate>
    <dc:creator>nitesh786</dc:creator>
    <dc:date>2013-06-05T21:16:05Z</dc:date>
    <item>
      <title>CIM PHP SDK - void/refund transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/31834#M16572</link>
      <description>&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 13.63636302947998px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 17.27272605895996px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;"&gt;I'm using CIM with php. I'm trying to refund/void transactions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 13.63636302947998px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 17.27272605895996px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Is there some clear documentation somewhere about voiding and refunding transactions with CIM?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;My understanding is that a transaction can't be refunded until it is "settled". I assume this happens at some indeterminate period of time in the future, and so there was a sentence in some documentation somewhere saying that if a refund is necessary I should simply try to void the transaction and if that fails assume it is settled, and so try a refund. Is this correct?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Is there any expiry date for refund a transaction?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="%value"&gt;&lt;SPAN style="color: #000000; font-family: Arial,'Liberation Sans','DejaVu Sans',sans-serif; font-size: 13.6364px; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: 17.2727px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: #ffffff; display: inline ! important; float: none;"&gt;With CIM &lt;FONT face="%value"&gt;&lt;SPAN style="color: #000000; font-family: Arial,'Liberation Sans','DejaVu Sans',sans-serif; font-size: 13.6364px; font-style: normal; font-variant: normal; letter-spacing: normal; line-height: 17.2727px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; background-color: #ffffff; display: inline ! important; float: none;"&gt;php&lt;/SPAN&gt;&lt;/FONT&gt; sdk we can void a transaction like as follows&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 13.63636302947998px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 17.27272605895996px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;$transaction = new AuthorizeNetTransaction;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $transaction-&amp;gt;transId = $transactionId;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $response = $request-&amp;gt;createCustomerProfileTransaction("Void", $transaction);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 13.63636302947998px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 17.27272605895996px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;"&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 13.63636302947998px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 17.27272605895996px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: #ffffff; display: inline !important; float: none;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Like this how to refund a transaction with CIM php sdk?&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Dec 2012 13:18:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/31834#M16572</guid>
      <dc:creator>anchu</dc:creator>
      <dc:date>2012-12-01T13:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: CIM PHP SDK - void/refund transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/31856#M16583</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;To answer your questions:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;1. The fields necessary for submitting a refund are documented in the &lt;A href="http://developer.authorize.net/api/cim/" target="_blank"&gt;CIM Guide.&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;2. Transactions are settled once every 24 hours on each account, you can check your &lt;A href="https://support.authorize.net/authkb/index?page=content&amp;amp;id=A732&amp;amp;actp=search&amp;amp;viewlocale=en_US&amp;amp;searchid=1354565078350" target="_blank"&gt;Transaction Cut Off Time&lt;/A&gt;&amp;nbsp;to find out exactly when your transactions are batched out. It is acceptable to try a void and immediately follow it by a refund because it is impossible for both requests to be approved.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;3. Transactions are eligible for refund for 120 days from when they are processed.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;4. The PHP SDK allows you to set a transaction type of refund for CIM. Unlike a void, you will also be required to identify the customer profile and payment profile associated with the refund. Depending upon what information you are storing in your system, it may actually be easier for you to submit a refund using AIM.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Joy&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2012 20:09:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/31856#M16583</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2012-12-03T20:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: CIM PHP SDK - void/refund transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/33883#M18382</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Hi Sir ,&lt;BR /&gt;&lt;BR /&gt;There are two scenerios&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;&lt;BR /&gt;1) &amp;nbsp; As per our requirement ,First I need to &amp;nbsp;authorize 100 usd after that capture 90 usd and after that void 10 usd .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Is this &amp;nbsp;possible or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) &amp;nbsp;First we authorize 200 usd and after that we void the authorized transaction &amp;nbsp;then we capture 100 usd.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know&lt;BR /&gt;&lt;BR /&gt;Regards Manish&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2013 20:29:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/33883#M18382</guid>
      <dc:creator>manish1qw</dc:creator>
      <dc:date>2013-04-10T20:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: CIM PHP SDK - void/refund transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/33887#M18386</link>
      <description>&lt;P&gt;You don't need to post your question to 3 different thread.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2013 20:39:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/33887#M18386</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-10T20:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: CIM PHP SDK - void/refund transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/34506#M18951</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As per our business requirement first I am authorizing order total(100usd) then capture(50usd ) &amp;nbsp;then I want to release&amp;nbsp;&lt;/P&gt;&lt;P&gt;remaining amount after the capture transaction has been settled.&lt;/P&gt;&lt;P&gt;then I made a void transaction against athorized transaction but didn't get proper response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please provide me the details for following:&lt;/P&gt;&lt;P&gt;1) Is it possible to make a void transaction against authorized transaction that has been submitt for pior_auth_capture and has been settled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) first I'm authorizing 100 usd and after that capture 80 usd then&lt;/P&gt;&lt;P&gt;i) how much time it will take to release the remaining amount?&amp;nbsp;&lt;/P&gt;&lt;P&gt;ii)Do I need to make a void transaction to release the remaining amount &amp;nbsp;immediately after the captured transaction has been settled?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 20:43:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/34506#M18951</guid>
      <dc:creator>nitesh786</dc:creator>
      <dc:date>2013-06-05T20:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: CIM PHP SDK - void/refund transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/34508#M18953</link>
      <description>&lt;P&gt;Hello Nitesh786,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After your transaction has settled, any remaining balance previously authorized but not captured is taken off hold automatically. &amp;nbsp;No further action on your part is required. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The length of time required to release those funds is determined by the policies of the issuing bank for the customer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:07:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/34508#M18953</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2013-06-05T21:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: CIM PHP SDK - void/refund transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/34509#M18954</link>
      <description>&lt;P&gt;Hi Richardh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we can not make a void transaction against authorized transaction that has been captured and settled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:16:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/34509#M18954</guid>
      <dc:creator>nitesh786</dc:creator>
      <dc:date>2013-06-05T21:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: CIM PHP SDK - void/refund transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/34510#M18955</link>
      <description>&lt;P&gt;Correct. &amp;nbsp;You can only void an unsettled transaction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:37:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-PHP-SDK-void-refund-transaction/m-p/34510#M18955</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2013-06-05T21:37:07Z</dc:date>
    </item>
  </channel>
</rss>

