|
|
|
Rank: Starting Member
Groups: Registered
Joined: 8/25/2005 Posts: 2 Location: ,
|
I keep getting Express Checkout token is missing and Express Checkout payerID is missing error; however I am feeding both of those information. Here is a copy of my xml file:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"
SOAP-V:encodingStyle="http//schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Header>
<RequesterCredentials xmlns="urn:ebay:api:PayPalAPI" SOAP-ENV:mustUnderstand="1">
<Credentials xmlns="urn:ebay:apis:eBLBaseComponents">
<Username>myUserName</Username>
<Password>MyPassword</Password>
<Subject />
</Credentials>
</RequesterCredentials>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<DoExpressCheckoutPaymentReq xmlns="urn:ebay:api:PayPalAPI">
<DoExpressCheckoutPaymentRequest>
<Version xmlns="urn:ebay:apis:eBLBaseComponents">2.00</Version>
<Token>EC-70E77740PR919442X</Token>
<PaymentAction>Sale</PaymentAction>
<PayerID>WZEZKT4667SJJ</PayerID>
<PaymentDetails>
<OrderTotal xsi:type="cc:BasicAmountType" currencyID="USD">607.27</OrderTotal>
<ItemTotal xsi:type="cc:BasicAmountType" currencyID="USD">570.08</ItemTotal>
<ShippingTotal xsi:type="cc:BasicAmountType" currencyID="USD">0</ShippingTotal>
<HandlingTotal xsi:type="cc:BasicAmountType" currencyID="USD">2.99000000953674</HandlingTotal>
<TaxTotal xsi:type="cc:BasicAmountType" currencyID="USD">39.9</TaxTotal>
</PaymentDetails>
<PaymentDetailsItem>
<Name xsi:type="string">Clear 45-Hour Spectrum Candle - 5"</Name>
<Amount xsi:type="cc:BasicAmountType">41.04</Amount>
<Number xsi:type="string">190HCLEAR</Number>
<Quantity xsi:type="string">1</Quantity>
<Name xsi:type="string">Crystalware Oval Tray - 20'' x 16''</Name>
<Amount xsi:type="cc:BasicAmountType">11.16</Amount>
<Number xsi:type="string">963757</Number>
<Quantity xsi:type="string">10</Quantity>
<Name xsi:type="string">Yellow Compact Mop Bucket & Wringer</Name>
<Amount xsi:type="cc:BasicAmountType">43.58</Amount>
<Number xsi:type="string">9A50YL</Number>
<Quantity xsi:type="string">3</Quantity>
</PaymentDetailsItem>
</DoExpressCheckoutPaymentRequest>
</DoExpressCheckoutPaymentReq>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Any point would be greatly appreciated.
Thanks
|
|
|
|
|
|
|
|
|
Rank: Starting Member
Groups: Registered
Joined: 8/13/2005 Posts: 23 Location: ,
|
You need a <DoDirectPaymentRequestDetails> as a child of <DoDirectPaymentRequest>. The Details element should include all the request info.
|
|
|
|
Guest
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
YAFVision Theme by Jaben Cargman (Tiny Gecko)Powered by YAF |
YAF © 2003-2009, Yet Another Forum.NETThis page was generated in 0.223 seconds.