- Donate to our partner charity, {{ nonprofit.name }}
- Pay immediately
- If the campaign succeeds, your donation will support it
- If not, your donation will support {{ nonprofit.name }}
- Learn more
- Pledge toward this campaign
- Pay later
- If the campaign succeeds, your pledge will support it
- If not, you won't be charged
- Learn more
{% comment %}
kept around for reference as the page is overhauled
Funding Your Pledge
We're so happy that you've decided to {% if modified %}increase your pledge{% else %}join{% endif %} this campaign.
{% if nonprofit.is_on %}
We have two ways we can fund your pledge of ${{preapproval_amount}}.
- You can make a donation now to {{nonprofit.name}}, a non-profit charity that's working with Unglue.it to give books to the world.
- You can give us your credit card information now; we'll charge your card only if the campaign succeeds.
{% else %}
To fund your pledge of ${{preapproval_amount}}, you can
give us your credit card information now; we'll charge your card only if the campaign succeeds.
{% endif %}
{% if nonprofit.is_on %}
Donate to Charity
{% if request.user.credit.balance %}You have a donation credit of ${{ request.user.credit.balance }}. The amount that's uncommitted is ${{ request.user.credit.available }}, so you need to add at least ${{ needed }}.{% endif %}
Click the button to be sent to the {{nonprofit.name}} donation site. When you complete your donation of at least ${{ needed }}, you'll be sent back to Unglue.it and your pledge will automatically be entered. You can move your donation credit to another campaign or campaigns at any time. {{nonprofit.name}} will hold all funds and earn any interest until a campaign you support succeeds.
{% endif %}
{% endcomment %}
Pledge by Credit Card
Unglue.it uses Stripe to securely manage your Credit Card information.
{% if request.user.credit.available %}
Although you have ${{request.user.credit.available}} in donation credits, you can't support a campaign with a mixture of credit card pledges and donations.{% endif %}