| |
Start accepting instant secure payments on your web store!
Modify the HTML below with your own values and insert it where
you want your customers to checkout from your web store. You can
use it in a static manner for a particular product or donation,
or you can feed in your shopping cart total.
<form method="POST" name="FormName" action="https://www.amaana.com/beta/checkout.do">
<input type="HIDDEN" name="amount" value=[Amount upto 2 decimal places]/>
<input type="HIDDEN" name="merchantId" value=[Your amaana email address or cell phone number]/>
<input type="HIDDEN" name="orderId" value=[ID to track a particular order or product]/>
<input type="HIDDEN" name="desc" value=[Description of goods or service or donation]/>
<input type="HIDDEN" name="currencyCode" value=PKR/>
<input type="HIDDEN" name="urlCancel" value=[Where you want your customers to go if they cancel the
order]/>
<input type="HIDDEN" name="urlConfirm" value=[Where you want your customers to go if they confirm
the order]/>
</form>
<a href="#" onclick="document.FormName.submit();return false"> <img src="https://www.amaana.com/images/amaana.secure.checkout.gif" width="104"
height="30" border="0"></a>
For example, the following HTML code displays the checkout image
link below, try it!
<form method="POST" name="CheckoutForm" action="https://www.amaana.com/beta/checkout.do">
<input type="HIDDEN" name="amount" value=1.00/>
<input type="HIDDEN" name="merchantId" value=seller@amaana.com/>
<input type="HIDDEN" name="orderId" value=262262/>
<input type="HIDDEN" name="desc" value=Good Stuff/>
<input type="HIDDEN" name="currencyCode" value=PKR/>
<input type="HIDDEN" name="urlCancel" value=http://www.amaana.com;/>
<input type="HIDDEN" name="urlConfirm" value=http://www.amaana.com/beta"/>
</form>
<a href="#" onclick="document.CheckoutForm.submit();return false"> <img src="https://www.amaana.com/images/amaana.secure.checkout.gif" width="104"
height="30" border="0"></a>
|
|