Ask a Question related to PHP Development, Design and Development.
-
11abacus #1
PEAR payment gateway abstraction layer
Hi,
Just wondering if any of you has thought about or is working on a
payment gateway abstraction layer (PEAR-style)?
I'm interested on developing that or at least start a discussion about
it.
The package would provide a framework for all types of online (and
offline?) payment transactions.
- Authorize.net, PayPal, ...,
- eChecks,
- Credit cards,
- Authorize only, charge, refund...
- Through specialized PHP extensions or simple use of CURL...
Basically a drop-in package to make integration of a payment gateway
into a site as easy as PEAR::DB is for databases.
If you know of an other discussion going on currently about the
subject, feel free to post a reference to it here.
-Philippe
11abacus Guest
-
How to set up online payment service without payment gateway?
Hi everyone, I know we can set up the online payment service for cc and paypal thru payment gateway such as linkpoint.com. However, the problem... -
CyberSource Credit Card Payment Gateway
Hey gang .. I'm working here on a fusebox 4 app and I now need to connect the online donations to cybersource .. Has anyone here been able to get... -
online payment gateway
Hello, I am developing web-site (I have a site, already). Some of my customers want to support payment by visa/mastercard etc... I have heard... -
asp talk to payment gateway server
anybody there developed before asp pages to talk to telemoney payment server? Please help. I'm stuck at this point and I cannot capture what's the... -
(A bit Urgent) how to use winhttp with asp to talk to Telemoney Payment gateway server???
how to use winhttp with asp to talk to Telemoney payment gateway server? how to use winhttp to make few communication link with telemoney and the... -
Nikolai Chuvakhin #2
Re: PEAR payment gateway abstraction layer
[email]jausions@hotmail.com[/email] (11abacus) wrote in message
news:<1a2a8cd7.0311120854.74bd8bb6@posting.google. com>...Why even bother? Abstraction layers are humongous resource wasters.>
> Just wondering if any of you has thought about or is working
> on a payment gateway abstraction layer (PEAR-style)?
In addition, each processing company has its own API, so there are
potentially dosens of APIs out there...
Also, think of security. Adding an abstraction layer increases
the number of potential security holes. Not a good thing for a
money-handling application...
With performance drags as severe as PEAR::DB's (150-170% overhead)?> Basically a drop-in package to make integration of a payment
> gateway into a site as easy as PEAR::DB is for databases.
I don't think so...
Cheers,
NC
Nikolai Chuvakhin Guest



Reply With Quote

