php and bank's payment gateway

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tanimgt
Forum Newbie
Posts: 1
Joined: Mon Oct 04, 2010 8:01 am

php and bank's payment gateway

Post by tanimgt »

does any one know how could i send the request (money transaction from customers credit card to my banks account) directly from my website to bank’s payment gateway (with php ). and guys, i only want to know the process , if any one tell me ill be v.v.much gratful. thanks
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: php and bank's payment gateway

Post by internet-solution »

Payment gateway varies between banks, so it is diffciult to advise a general process. But one thing is for certain irrespective of the bank you are using - you will have to setup a merchant / business account with them. Then the bank will send you user documentation on how to inmplement the payment process and they usually have sample scripts in PHP (and ASP). Follow these instructions.
Post Reply