<%= render 'common/modal_header', title: 'New Payout' %>

Use this form to make a payout right now of your available balance (<%= print_currency @available_total %>).

You will receive a receipt of all donations after this payout.

Payouts usually take 1-3 days to complete.

Total Payout (before fees) Connected Account
<%= print_currency @available_total %> <% if @nonprofit.bank_account %> <%= @nonprofit.bank_account.name %> <% else %> You must connect a bank account. <% end %>
settings
<%= render 'components/forms/submit_button', button_text: 'Create Payout' %>