PEAR payment gateway abstraction layer

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. (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...
  3. #2

    Default Re: PEAR payment gateway abstraction layer

    [email]jausions@hotmail.com[/email] (11abacus) wrote in message
    news:<1a2a8cd7.0311120854.74bd8bb6@posting.google. com>...
    >
    > Just wondering if any of you has thought about or is working
    > on a payment gateway abstraction layer (PEAR-style)?
    Why even bother? Abstraction layers are humongous resource wasters.
    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...
    > Basically a drop-in package to make integration of a payment
    > gateway into a site as easy as PEAR::DB is for databases.
    With performance drags as severe as PEAR::DB's (150-170% overhead)?
    I don't think so...

    Cheers,
    NC
    Nikolai Chuvakhin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139