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.
How to configure paypal sandbox auto return URL?
Asked Answered
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.
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] –
Alpine
When I enable Auto Return, click "save" and return to those preferences Auto Return is switched back to Off again. Why? –
Receptive
Having the same problem. –
Dunlin
@Receptive May be you didn't provide the return url –
Prim
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... –
Curtsey
Where is Sandbox site option? –
Unaware
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,
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.
- Login to your sandbox account https://www.sandbox.paypal.com/
- Click Seller tools
- Selling Online section click Website preferences
- Turn on Auto return
- put your merchant URL e.g. http://localhost/drupal-project and save
- You can also configure other preferences to your choice
© 2022 - 2024 — McMap. All rights reserved.