PayPal error message. Please help me out.

1 replies
Hey Tech Warriors, I need your help.

I am receiving this error message when I try to test
my paypal "subscribe now" link.

I get to the screen with the overview of the payment and
than when enter my account information get transferred to this page:



Here's the code I am using.

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick-subscriptions" />
<input type="hidden" name="business" value="kheifets.igor@gmail.com" />
<input type="hidden" name="item_name" value="Membership" />
<input type="hidden" name="item_number" value="1" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="lc" value="US" />
<input type="hidden" name="bn" value="PP-SubscriptionsBF" />
<INPUT TYPE="hidden" NAME="p1" VALUE="1">
<INPUT TYPE="hidden" NAME="t1" VALUE="M">
<input type="hidden" name="a3" value="49" />
<input type="hidden" name="p3" value="1" />
<input type="hidden" name="t3" value="M" />
<INPUT TYPE="hidden" NAME="a1" VALUE="0">
<input type="hidden" name="src" value="1" />
<input type="hidden" name="sra" value="1" />
<input type="hidden" name="return" value="http://www.igorhelpsyousucceed.com/mindset/thankyou.php" />
<input type="hidden" name="notify_url" value="http://www.igorhelpsyousucceed.com/mindset/process-paypal-exe.php" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="rm" value="2" />
<input type="hidden" name="custom" value="<?= get_referer_affiliate_id(); ?>" />
<input type="image" src="images/x-click-butcc-subscribe.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!" />
<input type="hidden" name="cbt" value="Click here to Continue" />
</form>

Thank You For Your Time.
~Igor
#error #message #paypal
  • Profile picture of the author maxleadford
    Igor,

    I tested this out.

    I changed the line 4th from the bottom to a fake affiliate ID [CUSTOM_AFFILIATE_ID_HERE] instead of using the PHP code snippet as I'm not sure what that function get_referer_affiliate_id() returns.

    I submitted the form everything worked fine.

    Is it possible that your custom value is not getting set correctly in that PHP snippet and whatever is being put in that location has a value that's not accepted by PayPal?


    To growth and success,

    Max Leadford
    {{ DiscussionBoard.errors[1019418].message }}

Trending Topics