You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hi All,
I have almost got these Paypal upgrades to work!
The Pro Direct is also not working completely since it is not passing the address info on to Paypal.
I can only have Express and Direct either *both* on or *both* off - any idea why?
But more importantly, for the Express, I can get through the entire transaction - over to Paypal and back to my site for shipping and then at the last submit I get an error "We're sorry! Our online processing partner was unable to accept your transaction.."
Here's the error that I get with Express when I select debug:
**CODE**
cURL Connection String:
/usr/bin/curl -s -S -m 90 -E '/hsphere/local/home/mysite/ccp51/data/keys/paypal.txt' -d '<XML Request Data>' 'https://api.paypal.com/2.0/'
XML Request Data:
<?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-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Header>
<RequesterCredentials xmlns="urn:ebay:api:PayPalAPI" xsi:type="ebl:CustomSecurityHeaderType">
<Credentials xmlns="urn:ebay:apis:eBLBaseComponents" xsi:type="ebl:UserIdPasswordType">
<Username>myusername</Username>
<Password>mypassword</Password>
<Subject>
</Subject>
</Credentials>
</RequesterCredentials>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<SetExpressCheckoutReq xmlns="urn:ebay:api:PayPalAPI">
<SetExpressCheckoutRequest xsi:type="ns:SetExpressCheckoutRequestType">
<Version xmlns="urn:ebay:apis:eBLBaseComponents">1.0</Version>
<SetExpressCheckoutRequestDetails xmlns="urn:ebay:apis:eBLBaseComponents">
<OrderTotal currencyID="USD">30.00</OrderTotal>
<ReturnURL>http://www.petexpertise.com/cgi-bin/cp-app.cgi?pg=ste_paypalpro_link_proc</ReturnURL>
<CancelURL>http://www.petexpertise.com/cgi-bin/cp-app.cgi?pg=ste_paypalpro_cancel_proc</CancelURL>
<PaymentAction>Sale</PaymentAction>
</SetExpressCheckoutRequestDetails>
</SetExpressCheckoutRequest>
</SetExpressCheckoutReq>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
XML Response Data:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:ns="urn:ebay:api:PayPalAPI">
<SOAP-ENV:Header>
<Security xmlns="http://schemas.xmlsoap.org/ws/2002/12/secext" xsi:type="wsse:SecurityType">
</Security>
<RequesterCredentials xmlns="urn:ebay:api:PayPalAPI" xsi:type="ebl:CustomSecurityHeaderType">
<Credentials xmlns="urn:ebay:apis:eBLBaseComponents" xsi:type="ebl:UserIdPasswordType">
<Username xsi:type="xs:string">
</Username>
<Password xsi:type="xs:string">
</Password>
<Subject xsi:type="xs:string">
</Subject>
</Credentials>
</RequesterCredentials>
</SOAP-ENV:Header>
<SOAP-ENV:Body id="_0">
<SetExpressCheckoutResponse xmlns="urn:ebay:api:PayPalAPI">
<Timestamp xmlns="urn:ebay:apis:eBLBaseComponents">2005-09-12T00:41:14Z</Timestamp>
<Ack xmlns="urn:ebay:apis:eBLBaseComponents">Success</Ack>
<CorrelationID xmlns="urn:ebay:apis:eBLBaseComponents">7211750854866385693293291126485673997929</CorrelationID>
<Version xmlns="urn:ebay:apis:eBLBaseComponents">1.000000</Version>
<Build xmlns="urn:ebay:apis:eBLBaseComponents">1.0006</Build>
<Token xsi:type="ebl:ExpressCheckoutTokenType">EC-5NU06202V56634255</Token>
</SetExpressCheckoutResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
** END CODE **
Thanks so much!
Jess
Offline
Still stumped..
Jess
Offline
Can anyone help? I would REALLY appreciate it. I just have no idea where to go from here.
Thanks,
Jess
Offline