Confirming Paypal Orders

Discussion in 'PHP' started by kc3, Jan 17, 2006.

  1. #1
    Hello, I have a current project going requiring paypal to have an order processed than the software confirms that the order took place after the transaction has been sent. How do you do this?
     
    kc3, Jan 17, 2006 IP
  2. Gostt

    Gostt Member

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    Take a look on hotscripts for paypal IPN scripts or you can download the reference guide from paypal and come up with something on your own.
     
    Gostt, Jan 17, 2006 IP
  3. DavidAusman

    DavidAusman Peon

    Messages:
    399
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can go directly to PayPal to grab the IPN script. Its free to use!
     
    DavidAusman, Jan 17, 2006 IP
  4. Gostt

    Gostt Member

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    Ah, I didn't know that. I ended up using one that I could customize a bit to update a few items in my database if a transaction is successful.
     
    Gostt, Jan 17, 2006 IP
  5. Big 'G'

    Big 'G' Member

    Messages:
    89
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    48
    #5
    If your using IPN then you will want to use this
    http://www.eliteweaver.co.uk/testing/ipntest.php
    HTML:
     
    Big 'G', Jan 17, 2006 IP
  6. kc3

    kc3 Peon

    Messages:
    857
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thank you for all your help. :) Any more suggestions? Hm... How do you make an order form use an IPN script anyhow? I have papers on writing them but have no clue how to use them.
     
    kc3, Jan 17, 2006 IP
  7. Big 'G'

    Big 'G' Member

    Messages:
    89
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    48
    #7
    an order form doesnt use a IPN script. IPN is the backend script. Once a payment is made IPN will post back values and allow to to perform you backend scripts to deal with the order. The IPN mearly requires you to post back to paypal to verify before it release the data back to you.
     
    Big 'G', Jan 18, 2006 IP
  8. kc3

    kc3 Peon

    Messages:
    857
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I just figured it out everyone, thank you for your help. :)
     
    kc3, Jan 18, 2006 IP