Automated payment notification with php

Posted by Rob Y on Stack Overflow See other posts from Stack Overflow or by Rob Y
Published on 2010-04-04T15:48:51Z Indexed on 2010/04/04 15:53 UTC
Read the original article Hit count: 311

Filed under:
|
|
|

I'm about to integrate automated payments into a site.

To date, I've successfully used paypal for a number of projects, but these have always been sites which sell physical goods, meaning I can upload the cart contents, user pays, person physically ships goods.

This site is a one off payment to enable extra features on a web app. My current thinking is to go down the paypal IPN route to get a notification back and update the users account based on the successful payment.

Question is in two parts: 1 - is there a better / simpler way? (any payment processor considered) 2 - does anyone know of a code library or plug in for php which will speed up my integration?

Thanks for your help.

Rob

© Stack Overflow or respective owner

Related posts about php

Related posts about paypal