Page 1 of 1

The link you have used to enter the PayPal system is invalid

PostPosted: May 6th, 2010, 7:52 pm
by erichamby
Keep getting that error when anyone uses a button.

Re: The link you have used to enter the PayPal system is inv

PostPosted: May 6th, 2010, 8:58 pm
by Jason Caldwell
Hi there. Please make sure that you're using the Shortcode format, because the Full format can get corrupted by the WordPress Visual Editor. Also be sure that your PayPal account has been upgraded to Business status. If you're still getting this error, please send us a link to a test page with your PayPal Button Code.

Either that, or paste your Button Code here.

Re: The link you have used to enter the PayPal system is inv

PostPosted: May 6th, 2010, 9:07 pm
by erichamby
Hi and thanks for the fast reply, im relly trying to get this up and my site back open tonight. I am using the short code, though i even tried using the reg code in a hard coded page. My account is set to business.

Code: Select all
[s2Member-PayPal-Button level="1" ccaps="" desc="Starter" ps="paypal" cc="USD" custom="www.terranbytes.com" tp="0" tt="D" ra="2.00" rp="1" rt="M" rr="1" /]


Or

Code: Select all
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="business" value="info@terranbytes.com" />
<input type="hidden" name="cmd" value="_xclick-subscriptions" />
<!-- Instant Payment Notification & Return Page Details -->
<input type="hidden" name="notify_url" value="http://www.terranbytes.com/?s2member_paypal_notify=1" />
<input type="hidden" name="cancel_return" value="http://www.terranbytes.com" />
<input type="hidden" name="return" value="http://www.terranbytes.com/?s2member_paypal_return=1" />
<input type="hidden" name="rm" value="2" />
<!-- Configures All Of The Checkout Fields -->
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="custom" value="www.terranbytes.com" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="page_style" value="paypal" />
<input type="hidden" name="item_name" value="Starter" />
<input type="hidden" name="item_number" value="1" />
<!-- Identifies/Updates An Existing Member After Checkout -->
<input type="hidden" name="on0" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_ON0; ?>" />
<input type="hidden" name="os0" value="<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_OS0; ?>" />
<input type="hidden" name="modify" value="0" />
<!-- Customizes Prices, Payments & Billing Cycle -->
<!--<input type="hidden" name="amount" value="2.00" />-->
<input type="hidden" name="src" value="1" />
<input type="hidden" name="sra" value="1" />
<!--<input type="hidden" name="a1" value="0.00" />-->
<!--<input type="hidden" name="p1" value="0" />-->
<!--<input type="hidden" name="t1" value="D" />-->
<input type="hidden" name="a3" value="2.00" />
<input type="hidden" name="p3" value="1" />
<input type="hidden" name="t3" value="M" />
<!-- Displays The PayPal® Image Button -->
<input type="image" alt="PayPal®" style="border:0;" src="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif" />
</form>

Re: The link you have used to enter the PayPal system is inv

PostPosted: May 6th, 2010, 10:00 pm
by erichamby
If you need my paypal details also let me know.

Re: The link you have used to enter the PayPal system is inv

PostPosted: May 7th, 2010, 11:22 am
by erichamby
I got it working, the issue was the email address had not been confirmed, so if anyone else gets this issue they need to make sure the email has been confirmed.

Re: The link you have used to enter the PayPal system is inv

PostPosted: May 7th, 2010, 12:42 pm
by Jason Caldwell
Thanks for reporting this back to us Eric.

Re: The link you have used to enter the PayPal system is inv

PostPosted: May 31st, 2010, 5:01 am
by JayceeKnight
I'm having this problem as well. Here's the basic stuff I -know- is okay:

* My paypal account is Business and verified
* To test the user's perspective, I also used my other (personal, verified) account -- been working for years!
* This is my button short code:

[s2Member-PayPal-Button level="1" ccaps="" desc="Bronze" ps="paypal" cc="USD" custom="www.bloomingfaeries.com" tp="0" tt="D" ra="10" rp="1" rt="Y" rr="1" image="default" /]

If you want to check the original page, this is it:

http://www.bloomingfaeries.com/?page_id ... 447cddd9d5

I'm a little distressed because I've spent the last week banging my head over this, and I'm not getting anywhere. I hope someone here can help me.

Best,

Jaycee Knight

Re: The link you have used to enter the PayPal system is inv

PostPosted: June 2nd, 2010, 5:05 am
by Elizabeth
Here are some things that could cause this problem:
  • Do you have CKEditor installed? If so, it will corrupt any Shortcode.
  • Are you in SandBox mode? Only enable this if you've provided a Sandbox email address.
  • If you do not have Auto-Return and PDT configured.
  • If you have not configured IPN.

Re: The link you have used to enter the PayPal system is inv

PostPosted: June 2nd, 2010, 8:19 pm
by jayceeknight
Hi Elizabeth,

Thank you for your kind response. To answer your questions:

* I'm not using CKEditor, no
* I'm not in sandbox mode either
* I indeed configured Auto-Return & PDT as described in the instructions
* IPN is turned on as described in the instructions

Any other thoughts?

Jaycee

Re: The link you have used to enter the PayPal system is inv

PostPosted: June 2nd, 2010, 8:30 pm
by jayceeknight
Hm.

Maybe I should have checked SOMETHING else: I was entering the right information for my personal account, but I hadn't changed the tab from Business (for my website account) to Personal (to make my test purchase). I need to make a few more checks, but it sounds like THAT might have been the problem.

My apologies for wasting everyone's time. I feel very shee-ee-ee-ee-pish, now... *Ma-a-a-ah*

Jaycee

Re: The link you have used to enter the PayPal system is inv

PostPosted: June 4th, 2010, 9:50 am
by deversm
Jaycee - No need to feel sheepish and you saved some of my time with your contribution to this thread. It guided me to look at some email settings to discover that I had made the DUMBEST mistake possible. So thanks for your help, even if it was inadvertent!