|
Posted by yobi21 on April 7, 2009, 2:00 pm
Please log in for more thread options
-------------------------------------
Does anybody know if it is possible to use multiple credit cards of the
same type (eg VISA) in an internet order using the YahooStore format? I
have an order that has the payment split between 2 Visa cards and when
opening the imported order in POS only the second credit card shows up in
the Tender screen. I believe my XML is correct, and the Tender Type is
set to 'allow multiple entries' in the Manager.
Here is the XML for this order:
<Order currency="USD" id="FC-101961">
<Time>Tuesday, April 7, 2009 11:04:52 AM</Time>
<Shipping>UPS Ground</Shipping>
<RMSID>0</RMSID>
<AddressInfo type="ship">
<Address1>123 test</Address1>
<Address2/>
<City>test</City>
<State>CO</State>
<Zip>80211</Zip>
<Country>US</Country>
<Phone>123-456-7890</Phone>
<Name>
<First>test</First>
<Last>test</Last>
<Full>test test</Full>
</Name>
</AddressInfo>
<AddressInfo type="bill">
<Address1>123 test</Address1>
<Address2/>
<City>test</City>
<State>CO</State>
<Zip>80211</Zip>
<Country>US</Country>
<Phone/>
<Name>
<First>test</First>
<Last>test</Last>
<Full>test test</Full>
</Name>
</AddressInfo>
<CreditCard type="WEB Visa" expiration="4/2010" name="test"
ApprovalCode="" Amount="20.0000">4111111111111111</CreditCard>
<CreditCard type="WEB Visa" expiration="4/2010" name="test"
ApprovalCode="" Amount="25.0000">4111111111111111</CreditCard>
<Total>
<Line type="Subtotal" name="Subtotal">36.0000</Line>
<Line type="Shipping" name="Shipping">9.0000</Line>
<Line type="Tax" name="Tax">0.0000</Line>
<Line type="Total" name="Total">45.0000</Line>
</Total>
<Item Num="0">
<Id>350001XLWH00</Id>
<Code>350001XLWH00</Code>
<Quantity>2</Quantity>
<Unit-Price>18.0000000</Unit-Price>
<Description>X-Large </Description>
</Item>
</Order>
Thanks.
##-----------------------------------------------##
Newsgroup Access Courtesy http://www.rockryno.com/
Tax and Accounting Software Forums
Web and RSS access to your favorite newsgroup -
microsoft.public.pos - 37142 messages and counting!
##-----------------------------------------------##
|