Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure paypal sandbox auto return URL?

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.

like image 986
user2134523 Avatar asked Mar 12 '13 07:03

user2134523


People also ask

How do I link my PayPal to my sandbox account?

Link a sandbox account to your developer accountLog in to the developer site sandbox accounts page and click on the link for authenticating with the credentials of the test account you to which you want to link. On the log in page, enter your sandbox account credentials. A message confirms successful log in.


2 Answers

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.

like image 179
PP_MTS_Matt Avatar answered Sep 20 '22 07:09

PP_MTS_Matt


I was also facing similar issue. How I set the auto redirect URL in the sandbox mode is as following.

  1. Login to the sandbox.paypal.com using the sandbox business account example,

[email protected]

there set Auto redirect to On, and Turn off PayPal Account Optional setting.

  1. In the PayPal button (Form) code use following for the business information.

like image 32
Mukesh Avatar answered Sep 17 '22 07:09

Mukesh