web/www/help/managing-your-recurring-donation.php

51 lines
2.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?= Template::Header(title: 'Managing Your Recurring Donation', highlight: 'contribute', isManual: false, description: 'Help with managing your recurring donation to Standard Ebooks.') ?>
<main>
<article>
<h1>Managing or Canceling Your Recurring Donation</h1>
<p>Our payment processor is Fractured Atlas. Unfortunately they dont provide us a for us way to change or cancel your recurring donation on your behalf, but you can change or cancel it yourself by following these steps:</p>
<section id="log-in-to-your-fractured-atlas-account">
<h2>1. Log in to your Fractured Atlas account</h2>
<p>If this is your first time logging into Fractured Atlas, youll need to set up a new password associated with your email address. To set up a new password, visit <a href="https://fundraising.fracturedatlas.org">fundraising.fracturedatlas.org</a>, then:</p>
<ol>
<li>
<p>Click “sign in/up” at the upper right-hand corner of the page.</p>
</li>
<li>
<p>Then, click “Dont Remember your Password?” and follow the prompts to set a new password.</p>
</li>
</ol>
<p><b>Note:</b> If youre a member of Fractured Atlas and have used the same email address for your monthly donation and your membership, then you can use the login credentials for your membership to access your monthly donation dashboard.</p>
</section>
<section id="visit-your-monthly-donation-dashboard">
<h2>2. Visit your monthly donation dashboard</h2>
<p>To access your monthly donation dashboard, log in to <a href="https://fundraising.fracturedatlas.org">fundraising.fracturedatlas.org</a> and click “My Donations.”</p>
<p>At your monthly donation dashboard, you can:</p>
<ul>
<li>
<p>Update the payment method for each donation.</p>
</li>
<li>
<p>Update the donation amount and opt in or out of covering the fiscal sponsorship administrative fee.</p>
</li>
<li>
<p>Cancel a monthly donation.</p>
</li>
</ul>
<p><b>Note:</b> Monthly donations processed prior to February 5, 2021 and one-time donations will not appear in this dashboard.</p>
</section>
<section id="cancel-a-monthly-donation">
<h2>3. Cancel your monthly donation</h2>
<p>To cancel your monthly donation, visit your monthly donation dashboard and then:</p>
<ol>
<li>
<p>Find the monthly donation youd liek to cancel, then click the “Manage” button next to it.</p>
</li>
<li>
<p>On the next page, click the “Looking to cancel your donation?” link near the bottom of the page.</p>
</li>
</ol>
<p>Your monthly donation is now canceled!</p>
</section>
</article>
</main>
<?= Template::Footer() ?>