Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Adam Shallcross 55 posts 211 karma points MVP c-trib
    Jun 02, 2011 @ 13:45
    Adam Shallcross
    1

    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

    Jun 02, 2011 @ 13:50

    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?

  • Janusz Stabik 37 posts 59 karma points
    Jun 02, 2011 @ 14:08
    Janusz Stabik
    0

    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).

Please Sign in or register to post replies

Write your reply to:

Draft