• Products
    • The eCatholic Engagement Platform
      • Learn More
      • Meet With Us
    • eCatholic Family of Products
      • Websites
        • Themes
        • Websites FAQ
      • Online Giving
      • Group Messaging
      • Pay
      • ChMS
        • For Parishes
        • For Dioceses
        • ChMS Integrations
      • Live Streaming
        • Live Streaming Basics
        • Live Streaming FAQ
  • Services
    • Custom Design
    • Branding Package
    • Logo Design
    • Homepage Makeover
    • Quick Flip
    • Giving Success
  • Pricing
  • Resources
    • Learn
      • FAQ
        • Websites FAQ
        • Payments FAQ
        • Connect FAQ
        • ChMS FAQ
        • Live Streaming FAQ
        • Stock Photos FAQ
      • Beginner's Guides
        • Websites Beginner's Guide
        • Payments Beginner's Guide
        • Connect Beginner's Guide
        • Live Beginner's Guide
        • ChMS Beginner's Guide
    • Grow
      • Blog
      • Webinars
      • Podcast
    • Get Help
      • Help Center
      • Contact
|||
eCatholic | Catholic Website Design - Online Giving - Live Streaming
ChMS
 Login
Get Started
 
 
 
 
 
 
 
 
  • Get Started
Facebook X (Twitter) YouTube LinkedIn
Search
  • Products
    • The eCatholic Engagement Platform
      • Learn More
      • Meet With Us
    • eCatholic Family of Products
      • Websites
      • Online Giving
      • Group Messaging
      • Pay
      • ChMS
      • Live Streaming
  • Services
      • Custom Design
      • Branding Package
      • Logo Design
      • Homepage Makeover
      • Quick Flip
      • Giving Success
  • Pricing
  • Resources
    • Learn
      • FAQ
      • Beginner's Guides
    • Grow
      • Blog
      • Webinars
      • Podcast
    • Get Help
      • Help Center
      • Contact
    • Beginner's Guide:
      Donations & Payments

      Here's everything you need to know as you get started.
      Intro to eCatholic
    •      

      Free training for your Donations & Payments tools


      Online giving with eCatholic is built differently than other providers. Whether you're new to our tools or just getting started with online giving for the first time, we'll help get you up to speed.
       

      Ready to dive in?
      Begin free training!

      Free training for your Donations & Payments tools


      Online giving with eCatholic is built differently than other providers. Whether you're new to our tools or just getting started with online giving for the first time, we'll help get you up to speed.
       

      Ready to dive in?
      Begin free training!

    • eCatholic's online giving tools
    • Four keys to setting up your eCatholic Payments account  (12 min.)

      Set yourself up for success. These tutorials will guide you through the most important account setup options (and help you avoid headaches later).

       
      Accounts and Subaccounts
      1. Accounts and Subaccounts
      Organize your data by setting up the accounts and subaccounts you need.
      eCatholic Logo
      Help Article - Payments & Online Giving
      Security for eCatholic Payments
      2. Payment Security Roles
      Adding content to your website is incredibly easy - just drag-and-drop.
      eCatholic Logo
      Help Article - Payments & Online Giving
      Add a Payment Form to a Page
      3. Creating a payment form
      Use the Forms + Payments module to build a mobile-friendly form.
      eCatholic Logo
      Help Article - Payments & Online Giving
      Add a Donation Form to a Page
      4. Building a donation form
      The Donations module makes it easy to accept one-time or recurring gifts.
      eCatholic Logo
      Help Article - Payments & Online Giving
    • Understanding the Payments Center
      (10 min.)

      You've got lots of tools at your fingertips in your eCatholic Payments Center. Tackle these topics, then dive in with confidence.

      Payments Center Overview
    • Understanding the Site Map
      1. How to view transaction details in the Payments Center
      eCatholic Logo
      Help Article - Payments & Online Giving
      How to add a new page in the Site Map Editor
      2. Exporting transaction data and generating reports (CSVs & PDFs)
      eCatholic Logo
      Help Article - Payments & Online Giving
      How to create a Mega Menu Group
      3. Accessing donor details in the Donor Management tab
       
      eCatholic Logo
      Help Article - Payments & Online Giving
      How to create a quick link
      4. Enabling donor self-management settings and features
      eCatholic Logo
      Help Article - Payments & Online Giving
    • Schedule your demo today!

      Interested in eCatholic for Online Giving and Payments?  Take a look under
      the hood and chat with our experienced online giving specialists.
      Get Started

      (Careful, you might fall in love!)

    • Still have questions?
      Let's chat!

      Have questions? Concerns? Sweaty palms? Our team is here to help (with a smile).

       

      Payments FAQ

      Check our frequently asked questions.

      View Payment FAQs
       

      Give us a Shout

      We'd love to hear from you!

      Contact Us
Search eCatholic
Button
 
Products
  • Websites
  • Online Giving
  • Pay
  • Group Messaging
  • ChMS
  • Live Streaming
Company
  • Our Story
  • Meet Our Team
  • Testimonials
  • Join Our Team
  • Contact Us
Services
  • Custom Design
  • Branding Package
  • Logo Design
  • Quick Flip
  • Free Themes
Resources
  • FAQs
  • Beginner's Guide
  • Blog
  • Webinars
  • Help Center
Who We Serve
  • Parishes
  • Schools
  • Ministries
  • Dioceses
 Copyright eCatholic ® 2025 - All Rights Reserved.
Terms of Service|Privacy Policy|eCatholic is a division of WEBPROPRODUCTIONS, LLC
Why eCatholic?
  • Our Story
  • Testimonials
  • Meet the Team
  • Join Our Team
  • Contact Us
Customers
  • Parishes
  • Schools
  • Dioceses
  • Ministries
Products
  • Websites
  • Donations & Payments
  • Live Streaming
  • Stock Photos
  • Pricing
Services
  • Custom Design
  • Branding Package
  • Logo Design
  • Quick Flip
  • Free Themes
Resources
  • FAQs
  • Beginner's Guide
  • Blog
  • Webinars
  • Help Center
  • Accessibility
  • Websites
  • Donations & Payments
  • Live Streaming
  • Stock Photos
  • Pricing
  • Free Trial
  • Customers
  • Testimonials
  • Resources
  • Contact Us
       
                     
Contact Us

 
Copyright eCatholic ® 2021 - All rights reserved. | Privacy Policy | eCatholic is a division of WEBPRO PRODUCTIONS, LLC
//Blog article video resizing var $allVideos = $("#background:not(.admin) .fluid-width-video-wrapper iframe"), // The element that is fluid width $fluidEl = $(".fluid-width-video-wrapper"); // Figure out and save aspect ratio for each video $allVideos.each(function() { $(this) .data('aspectRatio', this.height / this.width) // and remove the hard coded width/height .removeAttr('height') .removeAttr('width'); }); // When the window is resized $(window).resize(function() { var newWidth = $fluidEl.width(); // Resize all videos according to their own aspect ratio $allVideos.each(function() { var $el = $(this); newWidth = $el.parent().width(); $el .width(newWidth) .height(newWidth * $el.data('aspectRatio')); }); // Kick off one resize to fix all videos on page load }).resize();
Facebook X (Twitter) YouTube LinkedIn
Login
powered by eCatholic®