Loans - Vanquis credit card - Gold WOW - The eBay Song - Credit Card Consolidation

PDA

View Full Version : Confirming Paypal Orders


kc3
Jan 17th 2006, 12:12 pm
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?

Gostt
Jan 17th 2006, 12:25 pm
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.

DavidAusman
Jan 17th 2006, 1:01 pm
You can go directly to PayPal to grab the IPN script. Its free to use!

Gostt
Jan 17th 2006, 1:21 pm
You can go directly to PayPal to grab the IPN script. Its free to use!
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.

Big 'G'
Jan 17th 2006, 1:34 pm
If your using IPN then you will want to use this
http://www.eliteweaver.co.uk/testing/ipntest.php

kc3
Jan 17th 2006, 4:53 pm
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.

Big 'G'
Jan 18th 2006, 6:27 am
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.

kc3
Jan 18th 2006, 7:35 am
I just figured it out everyone, thank you for your help. :)