<?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 Split Invoice problem in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Split-Invoice-problem/m-p/13218#M7948</link>
    <description>&lt;P&gt;Authorize.net is rejecting subsequent invoices after the first capture....The overall steps in an example are:&lt;BR /&gt;Step 1:&amp;nbsp; Authorize &amp;lt;profileTransAuthOnly&amp;gt; $409.95&lt;BR /&gt;Step 2:&amp;nbsp; Capture &amp;lt;profileTransPriorAuthCapture&amp;gt; $309.95&lt;BR /&gt;Step 3:&amp;nbsp; Capture &amp;lt;profileTransPriorAuthCapture&amp;gt; $100&lt;BR /&gt;&lt;BR /&gt;The first capture is succesful, but the remaining reports 'This transaction has already been captured.'...Below are all the relevant XML submissions and responses...&lt;BR /&gt;&lt;BR /&gt;Any idea why I can't effectively split invoice?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Eric&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;$409.95 Authorized:&amp;nbsp; (resulting in This transaction has been approved. )&lt;/STRONG&gt;&lt;BR /&gt;2011-05-27T18:09:53+00:00 INFO (6): XML Sent: &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;merchantAuthentication&amp;gt;&amp;lt;name&amp;gt;xxxxxxxx&amp;lt;/name&amp;gt;&amp;lt;transactionKey&amp;gt;xxxxxxxxxxxx&amp;lt;/transactionKey&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;&amp;lt;transaction&amp;gt;&amp;lt;profileTransAuthOnly&amp;gt;&amp;lt;amount&amp;gt;409.95&amp;lt;/amount&amp;gt;&amp;lt;customerProfileId&amp;gt;3730058&amp;lt;/customerProfileId&amp;gt;&amp;lt;customerPaymentProfileId&amp;gt;3304055&amp;lt;/customerPaymentProfileId&amp;gt;&amp;lt;order&amp;gt;&amp;lt;invoiceNumber&amp;gt;100000089&amp;lt;/invoiceNumber&amp;gt;&amp;lt;/order&amp;gt;&amp;lt;/profileTransAuthOnly&amp;gt;&amp;lt;/transaction&amp;gt;&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;createCustomerProfileTransactionResponse xmlns:xsi="&lt;A rel="nofollow" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A rel="nofollow" target="_blank" href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;directResponse&amp;gt;1,1,1,&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;This transaction has been approved&lt;/FONT&gt;&lt;/STRONG&gt;.,COMD9E,Y,2160283508,100000089,,409.95,CC,auth_only,25,Eric30,Levine30,,333 Corey Lane,Highland Park,Illinois,60035,US,847-555-5555,,ericlevine30@gmail.com,,,,,,,,,,,,,,A436FE4BEE3EAF85FDD93E1BAF15AF1F,,2,,,,,,,,,,,XXXX1111,Visa,,,,,,,,,,,,,,,,&amp;lt;/directResponse&amp;gt;&amp;lt;/createCustomerProfileTransactionResponse&amp;gt;&lt;BR /&gt;2011-05-27T18:09:53+00:00 INFO (6): STATUS CODE = I00001 - Ok - Successful.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;$309.95 Captured: (resulting in This transaction has been approved. )&lt;/STRONG&gt;&lt;BR /&gt;2011-05-27T20:19:08+00:00 INFO (6): XML Sent: &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;merchantAuthentication&amp;gt;&amp;lt;name&amp;gt;xxxxxxxx&amp;lt;/name&amp;gt;&amp;lt;transactionKey&amp;gt;xxxxxxxxxxxx&amp;lt;/transactionKey&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;&amp;lt;transaction&amp;gt;&amp;lt;profileTransPriorAuthCapture&amp;gt;&amp;lt;amount&amp;gt;309.95&amp;lt;/amount&amp;gt;&amp;lt;customerProfileId&amp;gt;3730058&amp;lt;/customerProfileId&amp;gt;&amp;lt;customerPaymentProfileId&amp;gt;3304055&amp;lt;/customerPaymentProfileId&amp;gt;&amp;lt;transId&amp;gt;2160283508&amp;lt;/transId&amp;gt;&amp;lt;/profileTransPriorAuthCapture&amp;gt;&amp;lt;/transaction&amp;gt;&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;createCustomerProfileTransactionResponse xmlns:xsi="&lt;A rel="nofollow" target="_blank" href="http://www.w3.org/2001/XMLSchema-instance"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A rel="nofollow" target="_blank" href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;directResponse&amp;gt;1,1,1,&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;This transaction has been approved&lt;/FONT&gt;&lt;/STRONG&gt;.,COMD9E,P,2160283508,100000089,,309.95,CC,prior_auth_capture,25,,,,,,,60035,,,,,,,,,,,,,,,,,,12E43298E0F66C8AD82AA12EDEDB7A23,,,,,,,,,,,,,XXXX1111,Visa,,,,,,,,,,,,,,,,&amp;lt;/directResponse&amp;gt;&amp;lt;/createCustomerProfileTransactionResponse&amp;gt;&lt;BR /&gt;2011-05-27T20:19:08+00:00 INFO (6): TransID = 2160283508&lt;BR /&gt;2011-05-27T20:19:08+00:00 INFO (6): STATUS CODE = I00001 - Ok - Successful.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;remainder $100 capture:&amp;nbsp;&amp;nbsp; (resulting in This transaction has already been captured. )&lt;/STRONG&gt;&lt;BR /&gt;2011-05-27T20:19:38+00:00 INFO (6): XML Sent: &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;merchantAuthentication&amp;gt;&amp;lt;name&amp;gt;xxxxxxxx&amp;lt;/name&amp;gt;&amp;lt;transactionKey&amp;gt;xxxxxxxxxxxx&amp;lt;/transactionKey&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;&amp;lt;transaction&amp;gt;&amp;lt;profileTransPriorAuthCapture&amp;gt;&amp;lt;amount&amp;gt;100.00&amp;lt;/amount&amp;gt;&amp;lt;customerProfileId&amp;gt;3730058&amp;lt;/customerProfileId&amp;gt;&amp;lt;customerPaymentProfileId&amp;gt;3304055&amp;lt;/customerPaymentProfileId&amp;gt;&amp;lt;transId&amp;gt;2160283508&amp;lt;/transId&amp;gt;&amp;lt;/profileTransPriorAuthCapture&amp;gt;&amp;lt;/transaction&amp;gt;&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;&lt;BR /&gt;xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;createCustomerProfileTransactionResponse xmlns:xsi="&lt;A rel="nofollow" target="_blank" href="http://www.w3.org/2001/XMLSchema-instance"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A rel="nofollow" target="_blank" href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;directResponse&amp;gt;1,1,311,&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;This transaction has already been captured&lt;/FONT&gt;&lt;/STRONG&gt;.,,P,0,,,100.00,CC,prior_auth_capture,,,,,,,,,,,,,,,,,,,,,,,,,,66D04D900CE951606D574198B0BE7FEB,,,,,,,,,,,,,,Visa,,,,,,,,,,,,,,,,&amp;lt;/directResponse&amp;gt;&amp;lt;/createCustomerProfileTransactionResponse&amp;gt;&lt;BR /&gt;2011-05-27T20:19:38+00:00 INFO (6): TransID = 0&lt;BR /&gt;2011-05-27T20:19:38+00:00 INFO (6): STATUS CODE = I00001 - Ok - Successful.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 28 May 2011 09:20:30 GMT</pubDate>
    <dc:creator>elreason4</dc:creator>
    <dc:date>2011-05-28T09:20:30Z</dc:date>
    <item>
      <title>Split Invoice problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Split-Invoice-problem/m-p/13218#M7948</link>
      <description>&lt;P&gt;Authorize.net is rejecting subsequent invoices after the first capture....The overall steps in an example are:&lt;BR /&gt;Step 1:&amp;nbsp; Authorize &amp;lt;profileTransAuthOnly&amp;gt; $409.95&lt;BR /&gt;Step 2:&amp;nbsp; Capture &amp;lt;profileTransPriorAuthCapture&amp;gt; $309.95&lt;BR /&gt;Step 3:&amp;nbsp; Capture &amp;lt;profileTransPriorAuthCapture&amp;gt; $100&lt;BR /&gt;&lt;BR /&gt;The first capture is succesful, but the remaining reports 'This transaction has already been captured.'...Below are all the relevant XML submissions and responses...&lt;BR /&gt;&lt;BR /&gt;Any idea why I can't effectively split invoice?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Eric&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;$409.95 Authorized:&amp;nbsp; (resulting in This transaction has been approved. )&lt;/STRONG&gt;&lt;BR /&gt;2011-05-27T18:09:53+00:00 INFO (6): XML Sent: &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;merchantAuthentication&amp;gt;&amp;lt;name&amp;gt;xxxxxxxx&amp;lt;/name&amp;gt;&amp;lt;transactionKey&amp;gt;xxxxxxxxxxxx&amp;lt;/transactionKey&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;&amp;lt;transaction&amp;gt;&amp;lt;profileTransAuthOnly&amp;gt;&amp;lt;amount&amp;gt;409.95&amp;lt;/amount&amp;gt;&amp;lt;customerProfileId&amp;gt;3730058&amp;lt;/customerProfileId&amp;gt;&amp;lt;customerPaymentProfileId&amp;gt;3304055&amp;lt;/customerPaymentProfileId&amp;gt;&amp;lt;order&amp;gt;&amp;lt;invoiceNumber&amp;gt;100000089&amp;lt;/invoiceNumber&amp;gt;&amp;lt;/order&amp;gt;&amp;lt;/profileTransAuthOnly&amp;gt;&amp;lt;/transaction&amp;gt;&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;createCustomerProfileTransactionResponse xmlns:xsi="&lt;A rel="nofollow" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A rel="nofollow" target="_blank" href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;directResponse&amp;gt;1,1,1,&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;This transaction has been approved&lt;/FONT&gt;&lt;/STRONG&gt;.,COMD9E,Y,2160283508,100000089,,409.95,CC,auth_only,25,Eric30,Levine30,,333 Corey Lane,Highland Park,Illinois,60035,US,847-555-5555,,ericlevine30@gmail.com,,,,,,,,,,,,,,A436FE4BEE3EAF85FDD93E1BAF15AF1F,,2,,,,,,,,,,,XXXX1111,Visa,,,,,,,,,,,,,,,,&amp;lt;/directResponse&amp;gt;&amp;lt;/createCustomerProfileTransactionResponse&amp;gt;&lt;BR /&gt;2011-05-27T18:09:53+00:00 INFO (6): STATUS CODE = I00001 - Ok - Successful.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;$309.95 Captured: (resulting in This transaction has been approved. )&lt;/STRONG&gt;&lt;BR /&gt;2011-05-27T20:19:08+00:00 INFO (6): XML Sent: &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;merchantAuthentication&amp;gt;&amp;lt;name&amp;gt;xxxxxxxx&amp;lt;/name&amp;gt;&amp;lt;transactionKey&amp;gt;xxxxxxxxxxxx&amp;lt;/transactionKey&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;&amp;lt;transaction&amp;gt;&amp;lt;profileTransPriorAuthCapture&amp;gt;&amp;lt;amount&amp;gt;309.95&amp;lt;/amount&amp;gt;&amp;lt;customerProfileId&amp;gt;3730058&amp;lt;/customerProfileId&amp;gt;&amp;lt;customerPaymentProfileId&amp;gt;3304055&amp;lt;/customerPaymentProfileId&amp;gt;&amp;lt;transId&amp;gt;2160283508&amp;lt;/transId&amp;gt;&amp;lt;/profileTransPriorAuthCapture&amp;gt;&amp;lt;/transaction&amp;gt;&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;&lt;BR /&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;createCustomerProfileTransactionResponse xmlns:xsi="&lt;A rel="nofollow" target="_blank" href="http://www.w3.org/2001/XMLSchema-instance"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A rel="nofollow" target="_blank" href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;directResponse&amp;gt;1,1,1,&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;This transaction has been approved&lt;/FONT&gt;&lt;/STRONG&gt;.,COMD9E,P,2160283508,100000089,,309.95,CC,prior_auth_capture,25,,,,,,,60035,,,,,,,,,,,,,,,,,,12E43298E0F66C8AD82AA12EDEDB7A23,,,,,,,,,,,,,XXXX1111,Visa,,,,,,,,,,,,,,,,&amp;lt;/directResponse&amp;gt;&amp;lt;/createCustomerProfileTransactionResponse&amp;gt;&lt;BR /&gt;2011-05-27T20:19:08+00:00 INFO (6): TransID = 2160283508&lt;BR /&gt;2011-05-27T20:19:08+00:00 INFO (6): STATUS CODE = I00001 - Ok - Successful.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;remainder $100 capture:&amp;nbsp;&amp;nbsp; (resulting in This transaction has already been captured. )&lt;/STRONG&gt;&lt;BR /&gt;2011-05-27T20:19:38+00:00 INFO (6): XML Sent: &amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;merchantAuthentication&amp;gt;&amp;lt;name&amp;gt;xxxxxxxx&amp;lt;/name&amp;gt;&amp;lt;transactionKey&amp;gt;xxxxxxxxxxxx&amp;lt;/transactionKey&amp;gt;&amp;lt;/merchantAuthentication&amp;gt;&amp;lt;transaction&amp;gt;&amp;lt;profileTransPriorAuthCapture&amp;gt;&amp;lt;amount&amp;gt;100.00&amp;lt;/amount&amp;gt;&amp;lt;customerProfileId&amp;gt;3730058&amp;lt;/customerProfileId&amp;gt;&amp;lt;customerPaymentProfileId&amp;gt;3304055&amp;lt;/customerPaymentProfileId&amp;gt;&amp;lt;transId&amp;gt;2160283508&amp;lt;/transId&amp;gt;&amp;lt;/profileTransPriorAuthCapture&amp;gt;&amp;lt;/transaction&amp;gt;&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;&lt;BR /&gt;xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;createCustomerProfileTransactionResponse xmlns:xsi="&lt;A rel="nofollow" target="_blank" href="http://www.w3.org/2001/XMLSchema-instance"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A rel="nofollow" target="_blank" href="http://www.w3.org/2001/XMLSchema"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;directResponse&amp;gt;1,1,311,&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;This transaction has already been captured&lt;/FONT&gt;&lt;/STRONG&gt;.,,P,0,,,100.00,CC,prior_auth_capture,,,,,,,,,,,,,,,,,,,,,,,,,,66D04D900CE951606D574198B0BE7FEB,,,,,,,,,,,,,,Visa,,,,,,,,,,,,,,,,&amp;lt;/directResponse&amp;gt;&amp;lt;/createCustomerProfileTransactionResponse&amp;gt;&lt;BR /&gt;2011-05-27T20:19:38+00:00 INFO (6): TransID = 0&lt;BR /&gt;2011-05-27T20:19:38+00:00 INFO (6): STATUS CODE = I00001 - Ok - Successful.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2011 09:20:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Split-Invoice-problem/m-p/13218#M7948</guid>
      <dc:creator>elreason4</dc:creator>
      <dc:date>2011-05-28T09:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Split Invoice problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Split-Invoice-problem/m-p/13232#M7953</link>
      <description>&lt;P&gt;You can only have one PriorAuthCapture for each AuthOnly transaction.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2011 11:28:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Split-Invoice-problem/m-p/13232#M7953</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-05-30T11:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Split Invoice problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Split-Invoice-problem/m-p/13242#M7958</link>
      <description>&lt;P&gt;Is there any way to split invoice/capture (capture the items when they ship, i.e. Authorize full order $409.95, and then split the captures...first $309.95 then the remaining $100?)&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2011 03:53:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Split-Invoice-problem/m-p/13242#M7958</guid>
      <dc:creator>elreason4</dc:creator>
      <dc:date>2011-05-31T03:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Split Invoice problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Split-Invoice-problem/m-p/13244#M7959</link>
      <description>&lt;P&gt;Read&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/Split-Capture-Possible/m-p/3957"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/Split-Capture-Possible/m-p/3957&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, you can if you use CIM or if you are saving cc info(PCI compliance).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2011 11:44:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Split-Invoice-problem/m-p/13244#M7959</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-05-31T11:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Split Invoice problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Split-Invoice-problem/m-p/13268#M7966</link>
      <description>&lt;P&gt;It is a CIM setup....(I am reviewing the link in the last post)...It appears I need to switch to &amp;lt;profileCaptureOnly&amp;gt; for the additional invoices......Hmmm...this may take some creativity...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step 1:&amp;nbsp; Authorize $409.95&amp;nbsp; &amp;lt;profileTransAuthOnly&amp;gt;&lt;BR /&gt;Step 2:&amp;nbsp; Capture $309.95 &amp;lt;profileTransPriorAuthCapture&amp;gt;&lt;BR /&gt;Step 3:&amp;nbsp; Capture $100 &amp;lt;profileCaptureOnly&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2011 05:29:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Split-Invoice-problem/m-p/13268#M7966</guid>
      <dc:creator>elreason4</dc:creator>
      <dc:date>2011-06-01T05:29:21Z</dc:date>
    </item>
  </channel>
</rss>

