I am using ubercart
module in Drupal
, and I need help to configure return URL
from PayPal sandbox
. I tried creating business account in https://developer.paypal.com/webapps/developer/dashboard , but that also is not working.
Asked
Active
Viewed 4.1k times
23

Vladir Parrado Cruz
- 2,301
- 21
- 27

user2134523
- 261
- 1
- 2
- 5
2 Answers
56
When you say you're unable to create a Business account what error are you receiving or are you unable to login? Please provide more details on this and feel free to contact me via the details in my profile.
Here are the steps to enable Auto Return in your test account.
- Log into https://developer.paypal.com
- Click Applications
- Click Sandbox accounts
- Expand the account in question
- Click Sandbox site
- Login to the test account
- Copy and paste "https://www.sandbox.paypal.com/us/cgi-bin/webscr?cmd=_profile-website-payments" into your browser
- Enable Auto Return and click Save
- Enter the Auto Return URL and click Save
Let me know if these steps give you any issues.

PP_MTS_Matt
- 1,394
- 9
- 8
-
Thank you! I'm having the issue where the settings tabs load forever and never appear. Copying the URL to access the settings worked. I've had to do this for the IPN settings also [sandbox only] – lb. May 11 '13 at 03:02
-
3When I enable Auto Return, click "save" and return to those preferences Auto Return is switched back to Off again. Why? – van_folmert Aug 19 '15 at 10:23
-
Having the same problem. – Zariweya Sep 28 '15 at 09:04
-
@van_folmert May be you didn't provide the return url – Gunaseelan Oct 28 '15 at 13:13
-
Thank you it really helped me out. Is incredible how is possible that sandbox is so out of date, nothing is working, the links are not shown and they have no intention to fix it... – Manjar Jan 01 '16 at 15:31
-
Where is *Sandbox site* option? – Volatil3 Jun 12 '16 at 09:58
6
I was also facing similar issue. How I set the auto redirect URL in the sandbox mode is as following.
- Login to the sandbox.paypal.com using the sandbox business account example,
xyz-facilitator@example.com
there set Auto redirect to On, and Turn off PayPal Account Optional setting.
In the PayPal button (Form) code use following for the business information.

Mukesh
- 7,630
- 21
- 105
- 159