Jump to content

Online Payment API integration


Dabluesfreak

Recommended Posts

Hello,

I have a e-commerce site built on Prestashop.

I want someone to create a payment gateway module that integrates with my local online payment gateway called eSewa.

 

Here's a sample code they have provided.

Sample Request Code :

<form action="http://dev.esewa.com.np/epay/main" method="POST">

<input value="100" name="tAmt" type="hidden">

<input value="90" name="amt" type="hidden">

<input value="5" name="txAmt" type="hidden">

<input value="2" name="psc" type="hidden">

<input value="3" name="pdc" type="hidden">

<input value="testmerchant" name="scd" type="hidden”>

<input value="XYZ-1234" name="pid" type=" hidden”>

<input value="http://abc.com/success.html?q=su" type="hidden" name="su">

<input value="http://abc.com/failure.html?q=fu" type="hidden" name="fu">

<input value="Submit" type="submit">

</form>

 

It's a simple and easy job if anyone is interested inbox me. I will provide you detailed document.

 

Thanks!

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...