Development Software
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb Site ManagementDevelopment Software

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old January 13th, 2005, 03:08 PM
chump2877 chump2877 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2005
Posts: 43 chump2877 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 49 m 54 sec
Reputation Power: 4
Send a message via MSN to chump2877
testing with PayPal sandbox...

For all you PayPal nuts out there, I have a question for you....

I can't seem to log in with my test buyer account after hitting a Paypal "Pay Now" button...the button does transfer me to PayPal's site where I'm prompted to log in...I put in the correct email address and password, and then submit...I get the following error:

"The email address you have entered does not match our records. Please try again. If you're not sure you have a PayPal account, you can try to sign up again."

I followed the sandbox tutorial to create the test buyer account, and I believe everything is set up correctly...What could be the problem?

* I would ask PayPal, but they don't appear to offer support for the sandbox

Thanx.
__________________
R.J.
www.mediamogulsweb.com

Reply With Quote
  #2  
Old January 19th, 2005, 10:07 AM
eriksays eriksays is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 167 eriksays User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 h 20 m 49 sec
Reputation Power: 4
Send a message via AIM to eriksays
setting up the sandbox was a pain for me, too; but, it finally worked.

i remember first having to setup a sandbox account, and then creating the test accounts; going so far as "confirming" my bank account and email.

have you gone through those steps already?

Reply With Quote
  #3  
Old January 24th, 2005, 09:52 AM
isheikh isheikh is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Posts: 538 isheikh New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 2 Days 6 h 43 m 11 sec
Reputation Power: 0
Paypal support is almost zero, they reply you after 5 days.

if you need to ask any question try these forums.

http://www.paypaldev.org/post.asp?method=Topic&FORUM_ID=2

http://paypal.forums.liveworld.com/index.jspa





make sure in your code you are pointing at follwing

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

not

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
__________________
web developer

Reply With Quote
  #4  
Old February 27th, 2005, 02:41 AM
TechT TechT is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2005
Posts: 1 TechT User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 13 m 35 sec
Reputation Power: 0
Want to send me your sample code? Just the shell (no personal information) , I'll try it on my side and troubleshoot it for you.

R- Scott

ionForge
http://www.ionforge.com/

makers of the Free Source Control Management software - Evolution 'Personal Edition'
download it here: http://www.ionforge.com/downloads/





Quote:
Originally Posted by chump2877
For all you PayPal nuts out there, I have a question for you....

I can't seem to log in with my test buyer account after hitting a Paypal "Pay Now" button...the button does transfer me to PayPal's site where I'm prompted to log in...I put in the correct email address and password, and then submit...I get the following error:

"The email address you have entered does not match our records. Please try again. If you're not sure you have a PayPal account, you can try to sign up again."

I followed the sandbox tutorial to create the test buyer account, and I believe everything is set up correctly...What could be the problem?

* I would ask PayPal, but they don't appear to offer support for the sandbox

Thanx.
__________________
R.J.
www.mediamogulsweb.com

Reply With Quote
  #5  
Old March 31st, 2005, 07:59 AM
LeLynn LeLynn is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 4 LeLynn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 27 sec
Reputation Power: 0
Exclamation Changed URL to the sandbox URL. Still does not bring me to the right spot.

Quote:
Originally Posted by TechT
Want to send me your sample code? Just the shell (no personal information) , I'll try it on my side and troubleshoot it for you.

R- Scott

ionForge
http://www.ionforge.com/

makers of the Free Source Control Management software - Evolution 'Personal Edition'
download it here: http://www.ionforge.com/downloads/


Scott,
I am new to this forum, but I have read the messages in this area and I am having the same issues in regards to putting the correct URL into the code. At first, I was connecting to the Paypal Live site so it would not recognize my sandbox email account (understandable) but then I saw the "other" proposed URL and inserted that into the code instead. However, it just takes me to the Developer Login which is not where I thought I would be directed. But let me share this with everyone: I did actually somehow negotiate my way on the phone to have Paypal support help me with this problem. While people are correct that Paypal does not support it, I emailed my issue to a tech at Paypal, and he informed me about the change to the URL. I inserted the URL, as I previously explained above, but it took me to the Developer Login. I replied to him and stated where I was routed to and he replied,

"My mistake, also change <input value="nicpaypalbusiness@ideastar.com" name="business" type="hidden"> to <input value="__your-internal-to-sandbox-emailaccount___" name="business" type="hidden"> . put in your sandbox email account which we confirmed into there in place of __your-internal-to-sandbox-emailaccount__"

I tried this, but it still did not work the way I thought it would. I responded to him via email but he has not returned my mail.

Does anyone have any ideas?

I would appreciate anyone's help.

Thanks,
LeLynn~
lelynn@ideastar.com

Reply With Quote
  #6  
Old March 31st, 2005, 08:00 AM
LeLynn LeLynn is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 4 LeLynn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 27 sec
Reputation Power: 0
Quote:
Originally Posted by isheikh
Paypal support is almost zero, they reply you after 5 days.

if you need to ask any question try these forums.

http://www.paypaldev.org/post.asp?method=Topic&FORUM_ID=2

http://paypal.forums.liveworld.com/index.jspa





make sure in your code you are pointing at follwing

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

not

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



I am new to this forum, but I have read the messages in this area and I am having the same issues in regards to putting the correct URL into the code. At first, I was connecting to the Paypal Live site so it would not recognize my sandbox email account (understandable) but then I saw the "other" proposed URL and inserted that into the code instead. However, it just takes me to the Developer Login which is not where I thought I would be directed. But let me share this with everyone: I did actually somehow negotiate my way on the phone to have Paypal support help me with this problem. While people are correct that Paypal does not support it, I emailed my issue to a tech at Paypal, and he informed me about the change to the URL. I inserted the URL, as I previously explained above, but it took me to the Developer Login. I replied to him and stated where I was routed to and he replied,

"My mistake, also change <input value="nicpaypalbusiness@ideastar.com" name="business" type="hidden"> to <input value="__your-internal-to-sandbox-emailaccount___" name="business" type="hidden"> . put in your sandbox email account which we confirmed into there in place of __your-internal-to-sandbox-emailaccount__"

I tried this, but it still did not work the way I thought it would. I responded to him via email but he has not returned my mail.

Does anyone have any ideas?

I would appreciate anyone's help.

Thanks,
LeLynn~
lelynn@ideastar.com

Reply With Quote
  #7  
Old March 31st, 2005, 08:01 AM
LeLynn LeLynn is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 4 LeLynn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 27 sec
Reputation Power: 0
Quote:
Originally Posted by isheikh
Paypal support is almost zero, they reply you after 5 days.

if you need to ask any question try these forums.

http://www.paypaldev.org/post.asp?method=Topic&FORUM_ID=2

http://paypal.forums.liveworld.com/index.jspa





make sure in your code you are pointing at follwing

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

not

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




I am new to this forum, but I have read the messages in this area and I am having the same issues in regards to putting the correct URL into the code. At first, I was connecting to the Paypal Live site so it would not recognize my sandbox email account (understandable) but then I saw the "other" proposed URL and inserted that into the code instead. However, it just takes me to the Developer Login which is not where I thought I would be directed. But let me share this with everyone: I did actually somehow negotiate my way on the phone to have Paypal support help me with this problem. While people are correct that Paypal does not support it, I emailed my issue to a tech at Paypal, and he informed me about the change to the URL. I inserted the URL, as I previously explained above, but it took me to the Developer Login. I replied to him and stated where I was routed to and he replied,

"My mistake, also change <input value="nicpaypalbusiness@ideastar.com" name="business" type="hidden"> to <input value="__your-internal-to-sandbox-emailaccount___" name="business" type="hidden"> . put in your sandbox email account which we confirmed into there in place of __your-internal-to-sandbox-emailaccount__"

I tried this, but it still did not work the way I thought it would. I responded to him via email but he has not returned my mail.

Does anyone have any ideas?

I would appreciate anyone's help.

Thanks,
LeLynn~
lelynn@ideastar.com

Reply With Quote
  #8  
Old March 31st, 2005, 08:02 AM
LeLynn LeLynn is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2005
Posts: 4 LeLynn User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 m 27 sec
Reputation Power: 0
I am new to this forum, but I have read the messages in this area and I am having the same issues in regards to putting the correct URL into the code. At first, I was connecting to the Paypal Live site so it would not recognize my sandbox email account (understandable) but then I saw the "other" proposed URL and inserted that into the code instead. However, it just takes me to the Developer Login which is not where I thought I would be directed. But let me share this with everyone: I did actually somehow negotiate my way on the phone to have Paypal support help me with this problem. While people are correct that Paypal does not support it, I emailed my issue to a tech at Paypal, and he informed me about the change to the URL. I inserted the URL, as I previously explained above, but it took me to the Developer Login. I replied to him and stated where I was routed to and he replied,

"My mistake, also change <input value="nicpaypalbusiness@ideastar.com" name="business" type="hidden"> to <input value="__your-internal-to-sandbox-emailaccount___" name="business" type="hidden"> . put in your sandbox email account which we confirmed into there in place of __your-internal-to-sandbox-emailaccount__"

I tried this, but it still did not work the way I thought it would. I responded to him via email but he has not returned my mail.

Does anyone have any ideas?

I would appreciate anyone's help.

Thanks,
LeLynn~
lelynn@ideastar.com

Reply With Quote
  #9  
Old April 2nd, 2005, 04:44 PM
isheikh isheikh is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Posts: 538 isheikh New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 2 Days 6 h 43 m 11 sec
Reputation Power: 0
Quote:
Originally Posted by LeLynn
I am new to this forum, but I have read the messages in this area and I am having the same issues in regards to putting the correct URL into the code. At first, I was connecting to the Paypal Live site so it would not recognize my sandbox email account (understandable) but then I saw the "other" proposed URL and inserted that into the code instead. However, it just takes me to the Developer Login which is not where I thought I would be directed. But let me share this with everyone: I did actually somehow negotiate my way on the phone to have Paypal support help me with this problem. While people are correct that Paypal does not support it, I emailed my issue to a tech at Paypal, and he informed me about the change to the URL. I inserted the URL, as I previously explained above, but it took me to the Developer Login. I replied to him and stated where I was routed to and he replied,

"My mistake, also change <input value="nicpaypalbusiness@ideastar.com" name="business" type="hidden"> to <input value="__your-internal-to-sandbox-emailaccount___" name="business" type="hidden"> . put in your sandbox email account which we confirmed into there in place of __your-internal-to-sandbox-emailaccount__"

I tried this, but it still did not work the way I thought it would. I responded to him via email but he has not returned my mail.

Does anyone have any ideas?

I would appreciate anyone's help.

Thanks,
LeLynn~
lelynn@ideastar.com



In order to test , you need to login to first developer central account and then to sandbox account and then you try testing your code like adding something in your shopping bag , then it should work...

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb Site ManagementDevelopment Software > testing with PayPal sandbox...


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway