<?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: DPM capture after authorize in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-capture-after-authorize/m-p/31342#M16341</link>
    <description>&lt;DIV id="ColorBandedcontent" style="position: relative; padding-bottom: 0px; padding-left: 3px; padding-right: 3px; clear: both; padding-top: 0px;"&gt;
&lt;DIV id="imcontent" style="margin-left: 12px;"&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Hi,&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;DPM is only for transactions where customer interaction is required. It is not used for transaction types such as Prior Auth Capture, Void, or Refund.&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Thanks,&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Joy&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 08 Nov 2012 22:05:57 GMT</pubDate>
    <dc:creator>Joy</dc:creator>
    <dc:date>2012-11-08T22:05:57Z</dc:date>
    <item>
      <title>DPM capture after authorize</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-capture-after-authorize/m-p/31174#M16269</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am desperate, are there any samples for PHP, capturing transaction after it was authorized only and I have transaction_id and authorize_code. &amp;nbsp;I am looking for something like &amp;nbsp;this , but for DPM.&lt;/P&gt;&lt;P&gt;This is code for AIM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;public function authorizeOnly($amount = false, $card_num = false, $exp_date = false)&lt;BR /&gt;{&lt;BR /&gt;($amount ? $this-&amp;gt;amount = $amount : null);&lt;BR /&gt;($card_num ? $this-&amp;gt;card_num = $card_num : null);&lt;BR /&gt;($exp_date ? $this-&amp;gt;exp_date = $exp_date : null);&lt;BR /&gt;$this-&amp;gt;type = "AUTH_ONLY";&lt;BR /&gt;return $this-&amp;gt;_sendRequest();&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;public function captureOnly($auth_code = false, $amount = false, $card_num = false, $exp_date = false)&lt;BR /&gt;{&lt;BR /&gt;($auth_code ? $this-&amp;gt;auth_code = $auth_code : null);&lt;BR /&gt;($amount ? $this-&amp;gt;amount = $amount : null);&lt;BR /&gt;($card_num ? $this-&amp;gt;card_num = $card_num : null);&lt;BR /&gt;($exp_date ? $this-&amp;gt;exp_date = $exp_date : null);&lt;BR /&gt;$this-&amp;gt;type = "CAPTURE_ONLY";&lt;BR /&gt;return $this-&amp;gt;_sendRequest();&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help? Ayone?&lt;/P&gt;&lt;P&gt;Will be much appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2012 08:51:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-capture-after-authorize/m-p/31174#M16269</guid>
      <dc:creator>shupik</dc:creator>
      <dc:date>2012-11-06T08:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: DPM capture after authorize</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-capture-after-authorize/m-p/31342#M16341</link>
      <description>&lt;DIV id="ColorBandedcontent" style="position: relative; padding-bottom: 0px; padding-left: 3px; padding-right: 3px; clear: both; padding-top: 0px;"&gt;
&lt;DIV id="imcontent" style="margin-left: 12px;"&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Hi,&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;DPM is only for transactions where customer interaction is required. It is not used for transaction types such as Prior Auth Capture, Void, or Refund.&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Thanks,&lt;/DIV&gt;
&lt;DIV style="font-family: MS Shell Dlg 2; direction: ltr; color: #000000; font-size: 9pt;"&gt;Joy&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Nov 2012 22:05:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/DPM-capture-after-authorize/m-p/31342#M16341</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2012-11-08T22:05:57Z</dc:date>
    </item>
  </channel>
</rss>

