|
|
 |
Re: FN-FORUM: credit card payments without pages hosted on providers servers
date posted 2nd October 2006 16:15
[EMAIL REMOVED] wrote:
>> Of course, the alternative is to customise the pages on the remote
>> processing server, and then possibly pull that page directly into your
>> app, masking the source?
>>
>> Rich.
>>
>>
>
> That might turn out to be a highly workable alternative...
>
If you do this, how are you going to post the user's data back to the
processing server? The processing server probably won't accept the
modified page directly from the user's browser as cookies and/or hidden
fields tied to your IP address are likely to be required. If your server
has to act as a man-in-the-middle, for all intents and purposes this is
the same as the API method, with the disadvantage of your code possibly
breaking if the processing server changes their page layout in any way.
Dave
|
 |
|