Paypal Sandbox
Hello,
I've setup a sandbox account and put credentials into SCCP but under Payment Provider I don't se a Sandbox option???
I set it to PayPal Express Checkout but i think this is for live accounts not sandbox accounts?
How to i setup SCCP for sandbox testing?
Thanks.
I've setup a sandbox account and put credentials into SCCP but under Payment Provider I don't se a Sandbox option???
I set it to PayPal Express Checkout but i think this is for live accounts not sandbox accounts?
How to i setup SCCP for sandbox testing?
Thanks.
Hi Robin,
AFAIK you need to use "Paypal Website Payments Standard" for use with Sandbox testing.
Dave
AFAIK you need to use "Paypal Website Payments Standard" for use with Sandbox testing.
Dave

Enter the token from the sandbox that PayPal gives you into your shop payment settings.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Eric Rohloff wrote:
Enter the token from the sandbox that PayPal gives you into your shop payment settings.
Enter the token from the sandbox that PayPal gives you into your shop payment settings.

Hello there. This is my first foray with SCCP and whilst it appears to be going fine, I too am struggling with the sandbox thing to test.
- I have set up a business account with PP, a sandbox business acct and a sandbox personal account 'loaded' to test.
- In SSCP it is configured with my PP sandbox business acct and PP standard ticked.
- When I try and checkout, it goes to the normal PP sign up/pay page (not the sandbox page), so can't log in with my sandbox details.
I am probably missing something really simple.....

Thanks for any help you can give
Cheers
Steve
Did you enter your Sandbox details in SCCP?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Yes - the 'business' PP details. The 'facilitator' email address PP gave me and the identity code, chose the PP 'standard' from the menu option in the payment dialogue and also ticked the standard' option at the bottom.
This seems ok?
When I go to pay, it comes up with the PP details for the facilitator account, but won't let me log in with my sandbox used details. Does this mean my user details are not working? All seems ok, but really stuck as to how to check. (It won't let me enter my normal PP log in either, but this shouldn't surprise me, I suppose).
Sorry to be a pain.
Cheers
Steve
This seems ok?
When I go to pay, it comes up with the PP details for the facilitator account, but won't let me log in with my sandbox used details. Does this mean my user details are not working? All seems ok, but really stuck as to how to check. (It won't let me enter my normal PP log in either, but this shouldn't surprise me, I suppose).
Sorry to be a pain.
Cheers
Steve
Try this.
Go to the data.php line 89 and enter all of your Sandbox info into this area.
Go to the data.php line 89 and enter all of your Sandbox info into this area.
$config['PayPal'] = array(
'enabled' => false,
'API_USERNAME' => '',
'API_PASSWORD' => '',
'API_SIGNATURE' => '',
'API_ENDPOINT' => 'https://api-3t.paypal.com/nvp',
'USE_PROXY' => false,
'PROXY_HOST' => '',
'PROXY_PORT' => '',
'PAYPAL_URL' => 'https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=',
'VERSION' => '64.0',
'USE_GIROPAY' => false
);
'enabled' => false,
'API_USERNAME' => '',
'API_PASSWORD' => '',
'API_SIGNATURE' => '',
'API_ENDPOINT' => 'https://api-3t.paypal.com/nvp',
'USE_PROXY' => false,
'PROXY_HOST' => '',
'PROXY_PORT' => '',
'PAYPAL_URL' => 'https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=',
'VERSION' => '64.0',
'USE_GIROPAY' => false
);
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.