- Issue created by @nelslynn
I've never seen a spam donation.
In any case even if it's one cent only, you probably don't want to delete them because you want them to match up with the other records.
When you view them, it might be better to filter by min amount.- πΊπΈUnited States mlncn Minneapolis, MN, USA
Because Give has the key feature to allow people to register their intent to donate (with amount, name, and e-mail address) before finding their credit card, it is possible to have evident spam to remove at this stage (honeypot can be used here).
There can also indeed be thousands of actual spam donations, as Stripe pushes the responsibility for identifying mass credit card testing, which they could easily spot, onto small merchants and nonprofits that cannot easily fix this. (A minimum donation of more than $3 does seem to fix this.) Right now it is easier to mass return the transactions in Stripe though than to do the corresponding cleanup in Give.
It would be nice to make this a view and use core bulk operations or https://www.drupal.org/project/views_bulk_operations β to do mass deletion.
- πΊπΈUnited States nelslynn
I will consider paying for this feature as soon as the module is fixed. Right now, I cannot use this module due to this issue: https://www.drupal.org/project/give/issues/3451817 β¨ One-time donation Active
Please state full requirements for the spam deletion.
What page does it work on, is it a views bulk operation as mlncn suggested, or a cron job acting on certain donations.
What configuration is required?