Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the return URL option in the Paypal sandbox?

According to Paypal's documentation, one sets a return URL like so:

  1. Log in to your PayPal account at https://www.paypal.com. The My Account Overview page appears.
  2. Click the Profile subtab. The Profile Summary page appears.
  3. Under the Selling Preferences column, click the Website Payment Preferences link. The Website Payment Preferences page appears

I am trying to test this in the sandbox, but when I go to the Profile Summary page, it looks like this:

enter image description here

There is no "Website Payment Preferences" that I can see.

Is this not possible in the sandbox? Or has it moved?

like image 893
Questioner Avatar asked Mar 13 '12 07:03

Questioner


2 Answers

Useful but just change #1 to

  1. Go to the sandbox( https://developer.paypal.com/ ) website and log in; click Test Accounts; select your test Seller/Business account; click "Enter Sandbox Test Site"
like image 108
dan g Avatar answered Nov 03 '22 00:11

dan g


Sandbox can send you the transaction data (also called Instant Payment Notification) to a specific url. With Instant Payment Notification, PayPal sends payment notification messages with encrypted code to the specified URL for each payment you receive. Follow the instructions below to setup Instant Payment Notification.

  1. Go to the sandbox( https://developer.paypal.com/ ) website and log in to your account(business account).
  2. Click "Profile" at the top of the page.
  3. Click "Instant Payment Notification Preferences" in the Selling Preferences column.
  4. Click "Edit IPN Settings."
  5. Enter the notification URL and select "Receive IPN messages."
  6. Click "Save."
like image 28
thecodedeveloper.com Avatar answered Nov 03 '22 00:11

thecodedeveloper.com