Hi
I have a scenario where ideally I would like to integrate a payment gateway into a contour submission. In our case the payment gateway uses the 'hosted payment page' model (ie the customer is redirected to the payment gateway's server where the settlement occurs, then they're redirected back to the merchant website)
Hello Murray,
Reading that you are using a third party hosted payment provider
You could redirect to an Umbraco page, which takes perhaps some hidden field inputs on the page, such as amount?
This page has a partial or something that performs code in a controller & its HTML view/template never designed to be seen. Which takes in the hidden field parameters & then proxies./redirects onto the payment gateway with the correct details as needed.
Hopefully that might give you some insight on how I might tackle the problem.
Integrate a Payment Gateway Into Contour
Hi
I have a scenario where ideally I would like to integrate a payment gateway into a contour submission. In our case the payment gateway uses the 'hosted payment page' model (ie the customer is redirected to the payment gateway's server where the settlement occurs, then they're redirected back to the merchant website)
Is this possible?
Are there any gotchas? Is this advice from 2011 still relevant? http://our.umbraco.org/forum/umbraco-pro/contour/20913-Contour-and-a-payment-gateway
Are there any tutorials or examples I can use to get started?
Cheers.
Murray.
Hello Murray,
Reading that you are using a third party hosted payment provider
You could redirect to an Umbraco page, which takes perhaps some hidden field inputs on the page, such as amount?
This page has a partial or something that performs code in a controller & its HTML view/template never designed to be seen. Which takes in the hidden field parameters & then proxies./redirects onto the payment gateway with the correct details as needed.
Hopefully that might give you some insight on how I might tackle the problem.
Thanks,
Warren
is working on a reply...