If you use WePay for your payment processor, you can test out fundraising pages without spending real money by adding the test_mode=true
argument to your fundraising page or widget URLs. When donating in text mode, WePay is bypassed, so your card is never charged and a our receipts will show a charge of $0.00.
For example, a link such as https://actionnetwork.org/fundraising/your-fundraising-page?test_mode=true
will allow you to test donations without your card being charged.
Similarly, if you add the argument to our widget code, you can use a widget without spending real money, such as:
<script>window.yepnope || document.write('<script src="https://actionnetwork.org/assets/yepnope154-min.js"><\/script>');</script><script src='https://actionnetwork.org/widgets/v2/fundraising/your-fundraising-page?format=js&source=widget&test_mode=true'></script><div id='can-fundraising-area-your-fundraising-page' style='width: 100%'><!-- this div is the target for our HTML insertion --></div>