I have successfully tested a subscriptions application using the PayPal Sandbox 
with no problems. When I switch to the live PayPal server I get the following 
message in six different languages:

=========================
We are sorry that we are experiencing temporary difficulties. Please try again 
later.

Message 3515
=========================

I am able to get to the PayPal payment page and it displays the subscription 
order with no problems. It shows the first month is free and subsequent months 
are $12/month. However, when I enter my user name and password to make payment 
I get the before mentioned error message.

Here is the form that is submitted to PayPal:

<form action="https://www.paypal.com/cgi-bin/webscr"; method="post">

<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="upload" value="1">

The below has been changed to hide the PayPal account
<input type="hidden" name="business" value="[EMAIL PROTECTED]">

<input type="hidden" name="return" 
value="http://www.keihatsu.us/signup/thankyou.cfm";>
<input type="hidden" name="image_url" 
value="http://www.keihatsu.us/images/images/keihatsu_large.gif";>
<input type="hidden" name="cancel_return" 
value="http://www.keihatsu.us/paypalcancel.cfm";>
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="rm" value="2">

<input type="hidden" name="a1" value="0">
<input type="hidden" name="p1" value="1">
<input type="hidden" name="t1" value="M">

<input type="hidden" name="a3" value="12">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">

<input type="hidden" name="item_name" value="Philosophy">
<input type="hidden" name="item_number" value="Philosophy101">

<input type="hidden" name="src" value="1">
<input type="hidden" name="sra" value="1">

<input type="hidden" name="invoice" value="1017">
<input type="hidden" name="no_note" value="1">
<div align="center">
<input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but6.gif"; 
name="submit" alt="Make payments with PayPal - it’s fast, free and 
secure!">
</div>
</form>

I would like to know what causes this error and what I can do to fix it.

Thank you,
Aftershock Web Design, Inc.
by: Stan Winchester
President/Developer
[EMAIL PROTECTED]
http://www.aftershockweb.com/
Phone 503-244-3440
Fax 503-244-3454



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216209
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to