Creating "sandbox" buttons using the HTML setup via paypal website.

ItsHass
Contributor
Contributor

Hi everyone,

 

I'm trying to test out a html button, but i obviously want to test this is sandbox. 

 

Ive got a business account and have added the code into the site exactly from paypal site, but i have changed one thing... https://www.sandbox.paypal.com/cgi-bin/webscr instead of https://www.paypal.com/cgi-bin/webscr for the POST on the form.

 

<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="****************">
<table><tr><td>

<input type="hidden" name="on0" value="Confirm Account Email Address">Confirm Account Email Address</td></tr><tr><td><input type="text" name="os0" maxlength="200"></td></tr>
</table>
</form>

 

above is the code i'm trying to use... 

 

when i use this - i get an error 
"PayPal cannot process this transaction because of a problem with the seller's website. Please contact the seller directly to resolve this problem."

 

Thanks anyone who can help me with this...

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

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