php and bank's payment gateway
Moderator: General Moderators
php and bank's payment gateway
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
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.