Sandbox with HTML Variables

Eran_Kariti
New Community Member

I cant found a way to test buttons inside a sandbox. Is there any tag that i should add to html code to make it work in sandbox?

Login to Me Too
1 REPLY 1

snowshoe
Frequent Advisor
Frequent Advisor

Make sure that you're pointing your code to the Sandbox:

 

<form target="_self" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">

or

<form target="paypal" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">

 

 

You can log in to the Sandbox site using the login credentials from your Sandbox test accounts without first being logged into the Developer website.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.