Author Topic: Receiving Paypal payments automatically  (Read 558 times)

0 Members and 1 Guest are viewing this topic.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Receiving Paypal payments automatically
« on: February 07, 2008, 06:55:24 pm »
http://digg.com/programming/Adding_Paypal_to_your_site_with_PHP

This digg submission points to what used to be a very popular page that illustrated how to have paypal automatically send payment information to a page on your website using POST, and how to parse the data they provided (what variables were used, etc).

That page has since disappeared, and it isn't cached on google or archive.org due to robots.txt restrictions on zend.org.

Can anyone show me an equivalent page that explains what I mentioned above? 

Offline bja888

  • Flagrunner
  • ****
  • Posts: 745
  • Working
    • Bja888.com
Re: Receiving Paypal payments automatically
« Reply #1 on: February 07, 2008, 07:16:11 pm »
« Last Edit: February 07, 2008, 07:19:59 pm by bja888 »

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Receiving Paypal payments automatically
« Reply #2 on: February 07, 2008, 07:22:37 pm »
No, there's a separate thing they have such that every time <your paypal account> receives a payment, paypal's servers hit a page on your site (you tell them in a setting what page to use) and it sends a HTTP POST request to that page with a whole bunch of variables set that say how much money, what currency, who the sender was, what time/date etc etc etc.

I want to know what those variables are.  That zend page had a really good page explaining each variable and the best way to interpret the data.

This is different from what you linked because the recurring payments API appears to be for recurring payments only, and is useless for one-time purchases/payments

Offline bja888

  • Flagrunner
  • ****
  • Posts: 745
  • Working
    • Bja888.com
Re: Receiving Paypal payments automatically
« Reply #3 on: February 07, 2008, 07:23:24 pm »
Hold on... I know what your talking about...

How about this....
https://www.paypal.com/IntegrationCenter/ic_expresscheckout.html#step3

Nudge.
https://checkout.google.com
^ Much better API
« Last Edit: February 07, 2008, 07:30:56 pm by bja888 »

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Receiving Paypal payments automatically
« Reply #4 on: February 07, 2008, 07:58:58 pm »
Looks like the right thing, I'll take a better look at it tomorrow.


I'll look into Google Checkout, I have no reason not to offer that to my customers once I hve the time to implement it

edit: eh, not quite.  I'm pretty much looking for something that "pushes" information to a page of mine whenever a payment is received.
« Last Edit: February 09, 2008, 07:38:12 pm by FliesLikeABrick »