I have a customer who needs a donation system (does not care for the system, just need to work it ) And it should be in PHP I know that someone can use PayPal to do this though, the first problem is that I do not know (and doubt) if the customer has a PayPal business account or not, So what is a good idea to make one to test it? Now, I know that this can be an RTM question, but is it possible how much money has been donated and do not use the IPN? I probably need less complexity.
To set up and integrate paypal in your app / web site, you create a PayPal developer account Edit: As written in the comments, now
Then you have a sandbox in which you can test all PayPal transactions.
This can take more than a minute to create an account, the last time I used it, it was very slow
Of course, I would first check with my customer That he is already using or wants to use PayPal in the future.
Comments
Post a Comment