houdini/app/views/nonprofit_mailer/setup_verification.html.erb

31 lines
1.1 KiB
Text
Raw Normal View History

<%- # License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -%>
<p>
2020-06-10 22:31:47 +00:00
Congratulations on receiving your first transaction on <%= Houdini.general.name %>!
</p>
<br>
<p>
2020-06-10 22:31:47 +00:00
Whenever you receive money on <%= Houdini.general.name %>, it will go into your accounts balance. Payouts can be made to your organizations bank account automatically at the beginning of each month, or at any time with the click of a button.
</p>
<br>
<p>
2020-06-10 22:31:47 +00:00
<strong>Before you can make a payout</strong>, you need to connect your organization's bank account for withdrawals, allowing money to transfer from your account balance on <%= Houdini.general.name %> directly to your organization.
</p>
<br>
<p> You can connect your bank account on this page: </p>
<br>
<h4>
<% url = nonprofits_payouts_url(@nonprofit) %>
<a href="<%= url %>"> <%= url %> </a>
</h4>
<br>
<p>
<strong>You have a 7 day window</strong> to continue processing transactions without a connected bank account. After that, transactions will become disabled. So, try to get that bank account connected as soon as you can.
</p>
<br>
<%= render 'emails/sig' %>