HI,
I'm developing a donations functionality to an existing ASP.Net Webforms Website for a non-profit organization that requires the ability to ask for donations from their users.
There are multiple types of donations, some have a minimum value, others are open, and others fixed values, but the main aspect is that these values, and their behaviours described before, must be dynamic, since the organization has the ability to change these values on the database that supports the website.
I can't seem to find a way to use the "Donate" buttons in the way i just described, since they either have a fixed value, set up on the moment of their creation on the PayPal website, and this can't seem to be editable on the button code, or they start with an empty value that the user can fiddle as they please.
I've used the Express Checkout process in the past, but for product payments, and am wondering if i can process the donations via this flow, but cannot find any documentation on the matter across the web.
I know this is more of a PayPal question than an ASP one, but i've posted the same question on PayPal's community help forum some days ago, and so far i haven't got a single answer, so i was wondering if any of you guys could point me in the right direction please?
Thanks in advance