Hello, i have a question about integrating a paypal payment button fro my customers. they have all got a own account and i want an option that they can buy points with paypal. the points got to be edited or deposit automatically in there account. How do i do this? and what do i need? thank you for your help. greetings
hi, 1- you must add row table in the database contain the sold of every client. (with you can edit sold -+) automaticaly or manual 2- integrate paypal payment and ipn to your script (with your account information) to client can deposit money to their account. 3- with ipn you can detect payment and the ammount deposited and your script convert them into point (exp: 1$ = 1 point). 4- client when buying something the point will be subtracted from their account. i hope this helpfull good coding Cordially