I've been trying to piece around information, but I am just ending up confused.
I need to setup a donation page on a site, it needs to have the option for recurring and one-time. That should be simple enough, but where things get complicated is returning the total amount of donations in a one month period.
I don't want to return the account balance, but the total of the transactions for the month.
Is it safe to do this over http, not https? Is there any major risk if someone gets the Paypal API info?
I've been through multiple sites that seem to deal with this through the local end - a database stores the donations after Paypal returns a complete - but they don't deal with recurring, as if someone cancels, the total would be off and require manual intervention.
Thanks for any of your time!