I'm building a multi-page order form.
I am currently looking for a way to post the collected form data via an extra form to a third party.
When the client then completed the payment (on the third party site) he will be send back to my site with a confirmation. I then would like to update the entry with the received payment id and status code (received via url parameters).
Can someone explain me how I can do this?