G
Guest
I'm coding credit card functionality for a custom system used by a major
university. The only means they have of doing this charge is thus:
You post a HTTP request to their site, including in a form field the "return
page."
They process the information and POST back to your return page with
success/failure.
Is there any way to call this in a inline-function style using the
HTTPWebRequest object or something similar? Due to the fact that they POST
back to you I don't believe it is. Please, prove me wrong, or else we will
only be able to supply them with very limited functionality due to this
process.
university. The only means they have of doing this charge is thus:
You post a HTTP request to their site, including in a form field the "return
page."
They process the information and POST back to your return page with
success/failure.
Is there any way to call this in a inline-function style using the
HTTPWebRequest object or something similar? Due to the fact that they POST
back to you I don't believe it is. Please, prove me wrong, or else we will
only be able to supply them with very limited functionality due to this
process.