How to specify payment currency using HTML form

Kiboko
Contributor
Contributor

Does anyone know how to specify the currency when making a payment. I have the following form to take the user to the Paypal site but the currency is always showing as USD.

<form method="post" action="https://www.sandbox.paypal.com/cgi-bin/webscr">
<input type="hidden" name="cmd" value="_donate" />
<input type="hidden" name="business" value="" />
<input type="hidden" id="currency" name="currency" value="GBP" />
<input type="hidden" name="item_name" value="Kenya Kesho Trust Sponsorship" />
<input type="hidden" id="amount" name="amount" value="" />
<input type="hidden" name="return" value="http://xxxx.com/CheckEmail">
<input type="image" src="~/images/PayPalSponsor.png" width="230" height="50" />
</form>

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.