Sunday, February 22, 2009

To integrate escrow payment method in a website

Go to the site.

https://ecart.escrow.com/tools/confirmlink.asp


create a html code and change this code according to your requirement.
visite escrow.com for more info.




A short example is given below:


<form method="post" action="https://www.escrow.com/ecart/StartTransaction.asp">
<input name="pid" value="5665" type="hidden">
<input name="item" value="Item Name" type="hidden">
<input name="desc" value="Description" type="hidden">
<input name="qty" value="1" type="hidden">
<input name="price" value="100" type="hidden">
<input name="ship" value="5" type="hidden">
<input name="type" value="GM" type="hidden">
<input name="submit" value="Buy It Now" type="submit">


Note: Please change the value of the hidden according to your requirement then it will work fine.

2 comments:

mail2rarefly said...

How to send the merchant account number for the transaction through this hidden field????

Unknown said...

Its is not working for me. Showing this when I am submitting the form.

Method Not Allowed

The method is not allowed for the requested URL.

Can you help me out how to integrate escrow API in php website, with complete guidence