Anyone integrated anything like PayPal with Contour at all?
Just wondered if you can build a simple form, redirect to paypal and then assign a value back to the details in the form to say the person has made a successful payment?
We have just done something very similar. Its not ideal, but we added a seperate page in our installation, not covered by the umbraco pipeline (umbracoReservedUrls app settings). Contour then posted to this page and it proxied the communication to the endpoint (paypal in your case).
Contour and a payment gateway
hola
Anyone integrated anything like PayPal with Contour at all?
Just wondered if you can build a simple form, redirect to paypal and then assign a value back to the details in the form to say the person has made a successful payment?
Cheers
Comment author was deleted
You just add a hidden field that you'll populate thenl you could send the form to a specific page on submit (you'll get the record id as a param).
Where you can access all record values by using the api and then do the paypal stuff... and updating the record...
Or you could use the event model and hook into the submission
Make sense?
Hi Adam
We have just done something very similar. Its not ideal, but we added a seperate page in our installation, not covered by the umbraco pipeline (umbracoReservedUrls app settings). Contour then posted to this page and it proxied the communication to the endpoint (paypal in your case).
is working on a reply...