Click here to Skip to main content
15,886,798 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello All

I am trying to implement multiple payment gateways in my website. I would like to implement payment gateway in following way

1. I will do payment request from ASP.MVC web application to payment gateways site.
2. Proceed for payment into payment gateway site.
3. What ever response i will get from payment gateway that i would like to get in simple HTML page(This is the main thing which i can not able to implement.)

In short want to get payment gateway response in HTML page using jquery, java script or using any front-end technology, not in any server side technology like .NET,php etc..

For example :

My web site URL is www.ABCD.com which is developed in ASP.NET MVC and i have applied payment gateway for e.g. paypal and once user complete payment then i need to redirect it to www.XYZ.com/success.html and i would like to read all response parameter from payment gateway in success.HTML page using javascript OR jquery

Payment gateways will be any of following like paypal, knet, sagepay, authorise.net, payfort etc....

Thank you in advanced

Divyesh patel

What I have tried:

I have tried too many solution to implement it but not able to get like how to get/read response from payment gateway
Posted
Updated 12-Jun-17 0:58am
v4
Comments
F-ES Sitecore 12-Jun-17 4:22am    
The reason no platform supports what you want to do is because it isn't secure.

1 solution

It is a question you should ask each and every party that support the gateway you are using... They may or may not support response in HTML format...
It has nothing to do with us, but only with
Quote:
paypal, knet, sagepay, authorise.net, payfort etc...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900