setting up paypal sandbox on WP e-Commerce

by admin on July 27, 2012

I have used half a day setting up PayPal Payments Standard to use a sandbox account on WP e-Commerce. On succeeding i have realized that i have wasted a lot of hours on this.

I hope this blog will save others from using too much time on this simple issue.

lets cut to the chase

open https://developer.paypal.com/, create a new sand box account if you don’t have one already.

loggin into the sandbox account and do the following

- set up buyer account by clicking on ” Create a preconfigured account“, under Account Type select “Buyer (Use to represent your customer’s experience) “. Note the password or put your own password also note the email, then save buy clicking on the “Create Account” button at the bottom.

- set up seller account by clicking on ” Create a preconfigured account“, under Account Type select ” Seller (Use to represent yourself as the merchant) ” . Note the password or put your own password also note the email,  then save buy clicking on the “Create Account” button at the bottom.

after setting up the accounts go to your wordpress installation. Open (yoursite.com)/wp-admin/options-general.php?page=wpsc-settings&tab=gateway&payment_gateway_id=wpsc_merchant_paypal_standard.

Put a Display Name: of your liking.

next to Username: put the email for the seller account that you setup above.

for Account Type: select sandbox in the dropdown.

Note: if your product does not use shipping, select ‘no‘ next to “Send shipping details: ”

while running the checkout process, at the point where the paypal page opens, fill in buyer account email and password.

THAT IS IT!!

Leave a Comment