Skip to content

Commit

Permalink
Added donations
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Nov 30, 2024
1 parent 961b68e commit cb5eb56
Show file tree
Hide file tree
Showing 17 changed files with 62 additions and 0 deletions.
File renamed without changes.
20 changes: 20 additions & 0 deletions b1/portal/donations/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: page
app: b1
section: Portal Features
title: Donations
---

# Configuring Online Streaming and Sermon Videos

<div id="videoContainer">
<ul id="playlist">
<li class="active"><a href="/videos/b1/donate/anonymous/output.mp4">Guest Donations</a></li>
<li><a href="/videos/b1/donate/recurring/output.mp4">Recurring Donations</a></li>
<li><a href="/videos/b1/donate/authenticated/output.mp4">Logged In View</a></li>
</ul>
</div>

## Related Tutorials
- <a href="/b1/admin/portal.html">Portal Admin</a>
- <a href="/chums/giving.html">Giving Admin Setup</a>
File renamed without changes.
File renamed without changes.
Binary file added videos/b1/donate/authenticated/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/donate/authenticated/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/donate/authenticated/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/donate/authenticated/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/donate/authenticated/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/donate/authenticated/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/donate/authenticated/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/donate/authenticated/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/donate/authenticated/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/donate/authenticated/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/donate/authenticated/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added videos/b1/donate/authenticated/output.mp4
Binary file not shown.
42 changes: 42 additions & 0 deletions videos/b1/donate/authenticated/script.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<tutorial>
<speak>
<mark name="1" />
When you log in, the donation screen has some different options.
In addition to the ability to make a new donation, you can see a list of all your past donations.
<break time="1s"/>
<mark name="2" />
Click the download icon in the top right corner to download a report of all your donations as either a CSV data file
<mark name="3" />
Or as a printable donation statement PDF.
<break time="1s"/>
<mark name="4" />
Below that, you will see a list of your recurring donations.
<break time="1s"/>
<mark name="5" />
Click edit to change the frequency or cancel the schedule donations.
If you need to change the amount, delete the existing scheduled donation and create a new one.
<break time="1s"/>
<mark name="6" />
At the bottom of the page you will see a list of payment methods you have configured.
<break time="1s"/>
<mark name="7" />
Click add and you'll see that in addition to credit card, you can now link a bank account for ACH donations.
The payment processors charge your church significantly lower fees for bank transfers than for credit card processing, so this is the preferred way to give.
<break time="1s"/>
<mark name="8" />
It does however take more effort to set up.
First you will enter your bank account information and click submit.
<break time="1s"/>
<mark name="9" />
It will show up in your list of accounts, but it cannot be used yet until it's verified.
Stripe will make two small deposits to your bank account of a few cents each. This can take a few days.
<break time="1s"/>
<mark name="10" />
When those show up, click the Verify Account link and enter the amounts of those two deposits.
<break time="1s"/>
<mark name="11" />
Click Save and the account will be verified and ready to use.
<break time="2s"/>
<mark name="end" />
</speak>
</tutorial>

0 comments on commit cb5eb56

Please sign in to comment.