|
|
|
PayPal Developer Community >
Forums >
Technical Discussion >
Sandbox Test Environment >
Re: Message 3005!
|
|
|
|
|
|
Message 3005!
|
|
byair74
Regular Contributor
Posts: 35
Registered: 05-19-2009

Message 1 of 9

Viewed 1,986 times
|

|
|
Hi, Getting message 3005 error in the last 4 hours even for the following simple code: <html>
<body>
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="business" value="seller@designerfotos.com">
<input type="hidden" name="currency_code" value="ILS" />
<input type="hidden" name="item_name_1" value="Item Name 1">
<input type="hidden" name="amount_1" value="1.00">
<input type="hidden" name="item_name_2" value="Item Name 2">
<input type="hidden" name="amount_2" value="2.00">
<input type="submit" value="PayPal">
</form>
</body>
</html>
please help! thanks,
|
|
|
|
06-04-2009 10:31 AM
|
|
|
|
|
|
Re: Message 3005!
[ Edited ]
|
|
skier
Ace Developer
Posts: 6574
Registered: 06-01-2007


Message 2 of 9

Viewed 1,980 times
|

|
|
One thing that's wrong with your posted example is that you don't have all the required variables for using the "upload" method. You're missing the "quantity_x" variable. The required button code items are:
"cmd" with a value="_cart" "upload" with a value="1" item_name_x amount_x quantity_x That may not solve the error you're getting but should make you code work as intended. Also, just noticed that the error may be from a System Update that was performed last night. Suggest opening a Support Ticket here. Regards, skier Message Edited by skier on 06-04-2009 11:48 AM
|
|
|
|
06-04-2009 10:46 AM
|
|
|
|
|
|
Re: Message 3005!
|
|
byair74
Regular Contributor
Posts: 35
Registered: 05-19-2009

Message 3 of 9

Viewed 1,975 times
|

|
|
Hi, still getting the same error see the code below: <html>
<body>
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="business" value="seller@designerfotos.com">
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="item_name_1" value="Item Name 1">
<input type="hidden" name="amount_1" value="1.00">
<input type="hidden" name="quantity_1" value="5">
<input type="hidden" name="item_name_2" value="Item Name 2">
<input type="hidden" name="amount_2" value="2.00">
<input type="hidden" name="quantity_2" value="10">
<input type="submit" value="PayPal">
</form>
</body>
</html>
please help! thanks,
|
|
|
|
06-04-2009 10:57 AM
|
|
|
|
|
|
Re: Message 3005!
|
|
skier
Ace Developer
Posts: 6574
Registered: 06-01-2007


Message 4 of 9

Viewed 1,972 times
|

|
|
Did you see my last comment about the error message? You should open a Support Ticket here Regards, skier
|
|
|
|
06-04-2009 11:03 AM
|
|
|
|
|
|
Re: Message 3005!
[ Edited ]
|
|
PP_MTS_Chad
Moderator
Posts: 5200
Registered: 09-23-2008

Message 5 of 9

Viewed 1,960 times
|

|
|
byair74, This is something that we are aware of, and are working to resolve this issue. Message Edited by PP_MTS_Chad on 06-04-2009 02:02 PM
|
|
|
|
06-04-2009 11:54 AM
|
|
|
|
|
|
|
|
Re: Message 3005!
|
|
benoestrada
Visitor
Posts: 2
Registered: 06-04-2009

Message 7 of 9

Viewed 1,902 times
|

|
|
Hi, I second that request. I know you guys are working hard, but would be nice to have news on this subject.
|
|
|
|
06-04-2009 05:13 PM
|
|
|
|
|
|
Re: Message 3005!
|
|
skier
Ace Developer
Posts: 6574
Registered: 06-01-2007


Message 8 of 9

Viewed 1,898 times
|

|
|
It's really up to the System Programmers, not the support Techs here. If you want to really escalate an issue, you must open a Support Ticket to document the problem. The behind the scenes logic at PayPal for fixing issues is that the top reported issue gets priority. Therefore, the more folks who open a Suppor Ticket, the higher up the fix-it list it gets. If you have not already done so, open a Trouble Ticket here. Regards, skier
|
|
|
|
06-04-2009 05:20 PM
|
|
|
|
|
|
Re: Message 3005!
|
|
benoestrada
Visitor
Posts: 2
Registered: 06-04-2009

Message 9 of 9

Viewed 1,865 times
|

|
|
Hi, I followed your suggestion, received a mail from PP staff and now it works!
|
|
|
|
06-04-2009 08:50 PM
|
|
|
|
|
|
|