Results 1 to 4 of 4
  1. #1
    Join Date
    May 2007
    Posts
    10,481
    Tokens
    3,140

    Latest Awards:

    Default Anyone with experience with Paypal API?

    I'm currently working on the PHP side of the VIP system for my gaming servers and I was wondering if anyone has experience with using things like paypal IPN or similar and would be willing to explain it somewhat. I found the API itself somewhat confusing.
    Chippiewill.


  2. #2
    Join Date
    Apr 2011
    Posts
    11
    Tokens
    0

    Default

    its not that confusing =]

    go to here:
    https://cms.paypal.com/uk/cgi-bin/?c...o_html_landing
    set up a button, and you can set a cancel recall page, and set a Finnish page.. And that it. (payment button)

  3. #3
    Join Date
    Jul 2004
    Location
    California
    Posts
    8,725
    Tokens
    3,989
    Habbo
    HotelUser

    Latest Awards:

    Default

    If you are experienced with CURL you can code a class yourself to do this but when I did the other year I used a class. Not this one but similar to: http://www.micahcarrick.com/php-payp...ion-class.html

    Just look at the examples and you should be fine.
    I'm not crazy, ask my toaster.

  4. #4
    Join Date
    May 2007
    Posts
    10,481
    Tokens
    3,140

    Latest Awards:

    Default

    Quote Originally Posted by aidant View Post
    its not that confusing =]

    go to here:
    https://cms.paypal.com/uk/cgi-bin/?c...o_html_landing
    set up a button, and you can set a cancel recall page, and set a Finnish page.. And that it. (payment button)
    I'm trying to create an automated system, just using a finish page isn't secure because you can find it in the html of the page, I need to use IPN to verify the payment.

    Quote Originally Posted by HotelUser View Post
    If you are experienced with CURL you can code a class yourself to do this but when I did the other year I used a class. Not this one but similar to: http://www.micahcarrick.com/php-payp...ion-class.html

    Just look at the examples and you should be fine.
    Thanks, I'll take a look at this at the weekend.

    +rep to both of you.
    Chippiewill.


Posting Permissions

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