<?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: Multi-item Order and Payment Transactions in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-item-Order-and-Payment-Transactions/m-p/54081#M29125</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH﻿&lt;/a&gt;&amp;nbsp;for your advice. Just so I can get this totally clear. Say the client had an order for 3 items, A&amp;nbsp;@ $10, B&amp;nbsp;@ $20 and C&amp;nbsp;@ $30. Not all items are in stock so are shipped at different times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Script&amp;nbsp;authorizes for $60 with&amp;nbsp;&lt;SPAN&gt;createTransactionRequest and stores the customer profile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Client charges&amp;nbsp;$20 (script issues&amp;nbsp;createTransactionRequest for a capture of $20) and ships B.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3a. A is available for despatch. Original transaction has not settled. Script voids the transaction, issues a new&amp;nbsp;authorization for $60 using customer profile&lt;SPAN&gt;&amp;nbsp;and captures $30. Client ships B.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;3b.&amp;nbsp;&amp;nbsp;A is available for despatch. Original transaction has settled. Using customer profile, script issues a new&amp;nbsp;&lt;SPAN&gt;authorization for $40&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and captures $10. Client ships B.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;4a. C&amp;nbsp;is available for despatch. Last&amp;nbsp;transaction has not settled. Script voids the transaction, issues a new&amp;nbsp;&lt;SPAN&gt;authorization for $60 using customer profile&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and captures $60. Client ships C.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;4b.&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;C is available for despatch. Last&amp;nbsp;transaction has settled. Using customer profile, s&lt;/SPAN&gt;&lt;SPAN&gt;cript issues a new&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;authorization for $10&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and captures $10. Client ships C.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Update: I now see that you can't use a Customer Profile for Authorization so the client would have to ask the customer for the credit card details again, which is unacceptable. So client cannot ship items at different times unless he charges all upfront and then refunds if item does not ship. what happens if you refund before total amount has settled? Not good practice really.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;This does seem overly complicated and it would be much easier if multiple captures (up to the auth limit) could be made on an authorization - SagePay in the UK do it like this. Oh well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Or have I got it totally wrong?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Best, David&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 19 Mar 2016 10:23:30 GMT</pubDate>
    <dc:creator>silversquonk</dc:creator>
    <dc:date>2016-03-19T10:23:30Z</dc:date>
    <item>
      <title>Multi-item Order and Payment Transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-item-Order-and-Payment-Transactions/m-p/54054#M29111</link>
      <description>&lt;P&gt;Our&amp;nbsp;client wants to keep everything on his website and he has an https cert so we're implementing using Payment Transactions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The client sells many items so an order can contain many products, including subscriptions. We understand that we can only capture once per authorisation so what is the best way to cope with the situation where a customer orders 5 items (so we do an authorisation for the complete cost at the time of order) but, subsequently, 2 are not available and are removed from the order.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We could just delete those items from the order and capture less than the authorised amount - would that then release the authorisation for the higher amount on the customer's card?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best, David&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 09:07:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-item-Order-and-Payment-Transactions/m-p/54054#M29111</guid>
      <dc:creator>silversquonk</dc:creator>
      <dc:date>2016-03-18T09:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-item Order and Payment Transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-item-Order-and-Payment-Transactions/m-p/54069#M29118</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19796"&gt;@silversquonk﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the transaction has settled, then you can issue one or more refunds to reflect a change in the order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the transaction has not settled, then your option is to void the entire transaction. &amp;nbsp;You would then need to submit a new transaction for authorization.&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>Fri, 18 Mar 2016 18:34:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-item-Order-and-Payment-Transactions/m-p/54069#M29118</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-03-18T18:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-item Order and Payment Transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-item-Order-and-Payment-Transactions/m-p/54081#M29125</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH﻿&lt;/a&gt;&amp;nbsp;for your advice. Just so I can get this totally clear. Say the client had an order for 3 items, A&amp;nbsp;@ $10, B&amp;nbsp;@ $20 and C&amp;nbsp;@ $30. Not all items are in stock so are shipped at different times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Script&amp;nbsp;authorizes for $60 with&amp;nbsp;&lt;SPAN&gt;createTransactionRequest and stores the customer profile.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Client charges&amp;nbsp;$20 (script issues&amp;nbsp;createTransactionRequest for a capture of $20) and ships B.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3a. A is available for despatch. Original transaction has not settled. Script voids the transaction, issues a new&amp;nbsp;authorization for $60 using customer profile&lt;SPAN&gt;&amp;nbsp;and captures $30. Client ships B.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;3b.&amp;nbsp;&amp;nbsp;A is available for despatch. Original transaction has settled. Using customer profile, script issues a new&amp;nbsp;&lt;SPAN&gt;authorization for $40&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and captures $10. Client ships B.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;4a. C&amp;nbsp;is available for despatch. Last&amp;nbsp;transaction has not settled. Script voids the transaction, issues a new&amp;nbsp;&lt;SPAN&gt;authorization for $60 using customer profile&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and captures $60. Client ships C.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;4b.&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;C is available for despatch. Last&amp;nbsp;transaction has settled. Using customer profile, s&lt;/SPAN&gt;&lt;SPAN&gt;cript issues a new&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;authorization for $10&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and captures $10. Client ships C.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Update: I now see that you can't use a Customer Profile for Authorization so the client would have to ask the customer for the credit card details again, which is unacceptable. So client cannot ship items at different times unless he charges all upfront and then refunds if item does not ship. what happens if you refund before total amount has settled? Not good practice really.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;This does seem overly complicated and it would be much easier if multiple captures (up to the auth limit) could be made on an authorization - SagePay in the UK do it like this. Oh well.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Or have I got it totally wrong?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Best, David&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2016 10:23:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-item-Order-and-Payment-Transactions/m-p/54081#M29125</guid>
      <dc:creator>silversquonk</dc:creator>
      <dc:date>2016-03-19T10:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-item Order and Payment Transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-item-Order-and-Payment-Transactions/m-p/54082#M29126</link>
      <description>&lt;P&gt;... or is it best to do 3 authorizations, one for each item, on the same payment method when&amp;nbsp;the order is placed, so that each one can either be captured or voided.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2016 17:12:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Multi-item-Order-and-Payment-Transactions/m-p/54082#M29126</guid>
      <dc:creator>silversquonk</dc:creator>
      <dc:date>2016-03-19T17:12:14Z</dc:date>
    </item>
  </channel>
</rss>

