mandawgus Posted October 15, 2008 Posted October 15, 2008 I'm new to the forum, so please bear with me. I'm currently building a site for a client that wanted to add a single item shopping cart to a website that is hosted through godaddy. I chose digistore (osCommerce offshoot) as the cart and installed paypal_wpp_1.0.2 module for osCommerce to handle the credit card orders for the site. The cart works until you hit the confirm checkout portion. It currently just hangs and eventually does nothing. Below is the paypal error log that results. I'm not quite sure who is supposed to fill that array, is it the cart, or is it paypal? Any insights into why this is happening would be much appreciated. REQUEST 1224006101 <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Header> <RequesterCredentials xmlns="urn:ebay:api:smileytongue:ayPalAPI"> <Credentials xmlns="urn:ebay:apis:eBLBaseComponents"> <Username>(***************API USERNAME)</Username> <Password>(***************API PASSWORD********)</Password> <Subject></Subject> </Credentials> </RequesterCredentials> </soap:Header> <soap:Body> <DoDirectPaymentReq xmlns="urn:ebay:api:smileytongue:ayPalAPI"> <DoDirectPaymentRequest> <Version xmlns="urn:ebay:apis:eBLBaseComponents">2.0</Version> <DoDirectPaymentRequestDetails xmlns="urn:ebay:apis:eBLBaseComponents"> <PaymentAction>Authorization</PaymentAction> <PaymentDetails> <OrderTotal currencyID="USD">0.00</OrderTotal> <OrderDescription>Order placed on October 14, 2008, 11:41 am by Michael Quinn (ID: 0)</OrderDescription> <ItemTotal currencyID="USD">0</ItemTotal> <ShippingTotal currencyID="USD">0</ShippingTotal> <HandlingTotal currencyID="USD"></HandlingTotal> <TaxTotal currencyID="USD">0</TaxTotal> <Custom>Phone: 412-322-6100 -- Email: [email protected]</Custom> <InvoiceID></InvoiceID> <NotifyURL></NotifyURL> <ButtonSource></ButtonSource> <ShipToAddress> <Name>Michael Quinn</Name> <Street1>902 Western Ave.</Street1> <Street2></Street2> <CityName>Pittsburgh</CityName> <StateOrProvince>US</StateOrProvince> <PostalCode></PostalCode> <Country>US</Country> </ShipToAddress> <PaymentDetailsItem><Name>Camp 12/08</Name><Amount currencyID="USD">0.00</Amount><Number>-</Number><Quantity>2</Quantity></PaymentDetailsItem> </PaymentDetails> <CreditCard> <CardOwner> <Payer>[email protected]</Payer> <PayerName> <FirstName>Michael</FirstName> <LastName>Quinn</LastName> </PayerName> <Address> <Street1>902 Western Ave.</Street1> <Street2></Street2> <CityName>Pittsburgh</CityName> <StateOrProvince>US</StateOrProvince> <PostalCode></PostalCode> <Country>US</Country> </Address> </CardOwner> <CreditCardType>Visa</CreditCardType> <CreditCardNumber>4111111111111111</CreditCardNumber> <ExpMonth>01</ExpMonth> <ExpYear>2013</ExpYear> <CVV2>123</CVV2> </CreditCard> <IPAddress>75.149.4.105</IPAddress> <MerchantSessionId>fa6d6bfca9021601960dc8a6e2a6376d</MerchantSessionId> </DoDirectPaymentRequestDetails> </DoDirectPaymentRequest> </DoDirectPaymentReq> </soap:Body> </soap:Envelope> RESPONSE 1224006101 Array ( [security] => [RequesterCredentials] => Array ( [0] => Array ( [Credentials] => Array ( [0] => Array ( [username] => [Password] => [subject] => ) ) ) ) [DoDirectPaymentResponse] => Array ( [0] => Array ( [Timestamp] => 2008-10-14T17:41:41Z [Ack] => Failure [CorrelationID] => 3cf77d5fabb64 [Errors] => Array ( [0] => Array ( [shortMessage] => Authentication/Authorization Failed [LongMessage] => Username/Password is incorrect [ErrorCode] => 10002 [severityCode] => Error ) ) [Version] => 2.0 [build] => 721194 ) ) ) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.