For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > July 2005 > Re: [PHP-DB] Payment Gateways









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] Payment Gateways
Mark Cain

2005-07-24, 8:21 pm

You need to find out from the bank a few pieces of info:
what is the url that you would use to make the transaction?
what port is the server expecting you to use?
what useragent is the server expecting?
what is the format of the request?
is your request to be a GET or POST?
is the server looking for a custom request string?
what is the separator of the custom request?

Then read the following:

http://php.net/curl


Mark Cain


----- Original Message -----
From: "Ahmed Shams" <white_tiger52@hotmail.com>
To: <php-db@lists.php.net>
Sent: Wednesday, July 20, 2005 1:11 PM
Subject: [PHP-DB] Payment Gateways


> Hi all,
> I am working on a project that I haven't came across before and I would
> appreciate all the help I can get with it. Our client is requesting a
> payment gateway system where we communicate with the bank and provide
> reports and stats about the transactions. The reports part is relatively
> familiar but the communications with the bank is what is puzzeling me. I
> know the bank is providing an API but I need a similar code to work with.

If
> anyone can provide me with a similar project which I can change to our

specs
> or tell me how to start I would be extremely greatful.
> Thanks
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com