-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |