Paypal script

Kilise

Newbie
Joined
Dec 10, 2011
Messages
34
Reaction score
5
Hi guys!

Wonder if there is a script available or anyone knows how to make it.

The idea of the script is that you enter the amount of money you'd like to pay in the site then when you continue to pay the amount it will be saved in the database, so I know that it's gotten payed. Also want to know if there is a script that checks if the payer made chargeback so the amount he payed will be deleted from the database.

Got it? If not I'll try to explain more clerarly.

Regards
Kilise
 
You're not looking for a script.. but a whole lot more.. paypal isn't just a few php files put together and a database in the end to handle the transactions.. also, there's lots of security issues when money is involved
 
check developer box in paypal and see the manual's and paypal developer communities
 
Hi guys!

Wonder if there is a script available or anyone knows how to make it.

The idea of the script is that you enter the amount of money you'd like to pay in the site then when you continue to pay the amount it will be saved in the database, so I know that it's gotten payed. Also want to know if there is a script that checks if the payer made chargeback so the amount he payed will be deleted from the database.

Got it? If not I'll try to explain more clerarly.

Regards
Kilise

i made something like this script some time ago. if you're interested, just pm me ;)
 
vis3r , I know what you mean, I'm working with some scripts in PHP and using it by their sample scripts. Just thought someone here already had this kind of scripts, that would save alots of time. When I'm done with the script I will release it here on BHW.

Machine86 Sending you a PM now.
 
Here is a script which handles paypal IPN (thats what returns if the transaction was succesful).

It returns also the amout the client payed. So you dont have to store it.

Hope it helps.
 

Attachments

Back
Top