PayPal payment system and PHP

by 1 replies
2
#programming #payment #paypal #php #system
  • Banned
    [DELETED]
  • Do a Google search for Paypal IPN (immediate payment notification) and you'll find plenty of resources to get started.

    With IPN, Paypal communicates with your own script to advise whether a transaction has completed etc. and you can then fulfil (or not fulfil) the order if appropriate.

    Hope this helps,


    Jonathan

Next Topics on Trending Feed

  • 2

    I have look all over the net for this, and i have even looked on the PayPal website and still cannot get answers. I want to let my users purchase items on my site and then after the transaction has been completed i want to automatically bring the user to a page where they can access there purchased item.