Payment Methods

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
zed420
Forum Commoner
Posts: 32
Joined: Wed Jun 04, 2008 11:24 am

Payment Methods

Post by zed420 »

Hi All
Can anyone please tell me how can I add payment methods to my site e.g. Paypal, Google etc..

Thanks
Zed
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Payment Methods

Post by Darhazer »

They all have documentation... so just download the documentation for the particular method and follow it.

Some of them use web services, some of them just require an HTTP post to the server.
zed420
Forum Commoner
Posts: 32
Joined: Wed Jun 04, 2008 11:24 am

Re: Payment Methods

Post by zed420 »

Thanks for your reply.
Zed
Post Reply