close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PayPal Checkout Failure Code results

Thread begun 4/19/2010 2:48 pm by rmtoelle346587 | Last modified 4/21/2010 2:44 am by i.edwards384429 | 1742 views | 3 replies |

rmtoelle346587

PayPal Checkout Failure Code results

Default PayPal Error Checkout failure
I added the code to the page, re-ran the process, and it generated this code:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\XAMPP\htdocs\PowerStore3\checkout_failure.php:1 ) in C:\XAMPP\htdocs\PowerStore3\WA_eCart\WA_eCart_Defi nition_PHP.php on line 480

Express Authorize:
Full Request: <?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:PayPalAPI"><Credentials xmlns="urn:ebay:apis:eBLBaseComponents"><Username> xxxxxxxxxxx</Username><Password>xxxxxxxxxxx</Password><Signature>xxxxxxxxxxx</Signature><Subject/></Credentials></RequesterCredentials></soap:Header><soap:Body><SetExpressCheckoutReq xmlns="urn:ebay:api:PayPalAPI"><SetExpressCheckout Request><Version xmlns="urn:ebay:apis:eBLBaseComponents">2.20</Version><SetExpressCheckoutRequestDetails xmlns="urn:ebay:apis:eBLBaseComponents"><OrderTota l currencyID="USD">6.50</OrderTotal><ReturnURL>http://localhost/PowerStore3/pp_confirm.php</ReturnURL><CancelURL>http://localhost/PowerStore3/pp_cancel.php</CancelURL><PaymentAction>Authorization</PaymentAction></SetExpressCheckoutRequestDetails></SetExpressCheckoutRequest></SetExpressCheckoutReq></soap:Body></soap:Envelope>
Full Response: <?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/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility" xmlns:saml="urnasis: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"><Credentia ls xmlns="urn:ebay:apis:eBLBaseComponents" xsi:type="ebl:UserIdPasswordType"><Username xsi:type="xs:string"></Username><Password xsi:type="xs:string"></Password><Signature xsi:type="xs:string">michaelfetzer</Signature><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">2010-04-19T15:39:27Z</Timestamp><Ack xmlns="urn:ebay:apis:eBLBaseComponents">Failure</Ack><CorrelationID xmlns="urn:ebay:apis:eBLBaseComponents">8cee76c2c1 72d</CorrelationID><Errors xmlns="urn:ebay:apis:eBLBaseComponents" xsi:type="ebl:ErrorType"><ShortMessage xsi:type="xs:string">Security error</ShortMessage><LongMessage xsi:type="xs:string">Security header is not valid</LongMessage><ErrorCode xsi:type="xs:token">10002</ErrorCode><SeverityCode xmlns="urn:ebay:apis:eBLBaseComponents">Error</SeverityCode></Errors><Version xmlns="urn:ebay:apis:eBLBaseComponents">2.20</Version><Build xmlns="urn:ebay:apis:eBLBaseComponents">1252565</Build></SetExpressCheckoutResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>

Express Process:
Full Request: n/a
Full Response: n/a
Full Request: <?xml version="1.0"?><FDXRateRequest xmlns:api="http://www.fedex.com/fsmapi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FDXRateRequest.xsd" ><RequestHeader><AccountNumber>267491429</AccountNumber><MeterNumber>0592521</MeterNumber><CarrierCode>FDXG</CarrierCode></RequestHeader><Service>FEDEX2DAY</Service><Packaging>YOURPACKAGING</Packaging><WeightUnits>LBS</WeightUnits><Weight>1.0</Weight><OriginAddress><StateOrProvinceCode>OR</StateOrProvinceCode><PostalCode>97217</PostalCode><CountryCode>US</CountryCode></OriginAddress><DestinationAddress><StateOrProvince Code>OR</StateOrProvinceCode><PostalCode>97266</PostalCode><CountryCode>US</CountryCode></DestinationAddress><Payment><PayorType>SENDER</PayorType></Payment><Dimensions><Length>12</Length><Width>12</Width><Height>12</Height><Units>IN</Units></Dimensions><DeclaredValue><Value>6.50</Value><CurrencyCode>USD</CurrencyCode></DeclaredValue><PackageCount>1</PackageCount></FDXRateRequest>
Full Response: <?xml version="1.0" encoding="UTF-8"?><FDXRateReply xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FDXRateReply.xsd">< ReplyHeader></ReplyHeader><Error><Code>F821</Code><Message>Ground Service Type must be Ground Home Delivery or FedEx Ground</Message></Error></FDXRateReply>

Sign in to reply to this post

Jason ByrnesWebAssist

so the response from payapl shows the following error:
<LongMessage xsi:type="xs:string">Security header is not valid</LongMessage>


This error occurs when there is a problem with the API credentials being used. It is usually caused if the API Credentials are for the Sandbox, and you are using the live server, or vie versa, or if you have not excepted the billing agreement.

Sometimes, the credentials payapal generates are just bad, you may have to request new ones.



also you are getting the following error from fed ex:
<Message>Ground Service Type must be Ground Home Delivery or FedEx Ground</Message>

You have set the service type to FedEx 2 day:
<Service>FEDEX2DAY</Service>


try using Ground Home Delivery or FedEx Ground instead.

Sign in to reply to this post

rmtoelle346587

PayPal Error Checkout failure, and setting up Powerstore on Server

I have realized that we have not finished the verification process... maybe thats it... another question... do I have to reinstall all the components on the actual server or can everything just be transferred using a flash drive? Do I have to uncompress the original PowerStore 3 download zip files, cURL and XAMPP on the actual server we are using? I am sure I have enough information from the posts if I have to, but it would be easier to just copy from my test server using a flash drive.

Sign in to reply to this post

i.edwards384429

update

Hi

the install process sets up your paths so it is not straight forward to reansfer from your local server to the live one. Within your mysql database is a table which hold the settings applicable to your specific server. Whilst you can changer these by hand I find it easier to follow this method.

Upload the contents of you ps3 master copy to your web server and then run the install.

This will set up the paths for the menus, graphics etc.
Make sure that both the admin and public site works ok.

Open up your mysql admin tool on your local pc and dump all the tables excluding wa_settings into an sql file.

Using your mysql admin tool log onto your remote server and run the sql file this will populate your remote database with your local details but leave the settings alone in the settings table.

Finaly you can upload your files from your local PC. DO NOT UPLOAD THE CONNECTIONS DIRECTORY.

Sounds long winded but it really does not take long and it works.

HTH

Ian

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...