{% extends "meta.html" %} {% block title %} Billing setup - {{cfg("sr.ht", "site-name")}} {% endblock %} {% block scripts %} {% endblock %} {% block content %}
{% if message %}
{{message}}
{% endif %}

All users who host projects on SourceHut are expected to pay according to their means. Please choose the subscription plan most appropriate to your means — there is no difference between the subscriptions besides price. Learn more {{icon('caret-right')}}

{% if payment_status == PaymentStatus.subsidized %}
Notice: Your account is currently subsidized. Your free service is valid until {{payment_due.strftime("%B %d, %Y")}}, after which point you may apply for financial support again if needed. You may also set up a normal, non-subsidized paid subscription here if you wish.
{% elif payment_status == PaymentStatus.free %}
Notice: Your account receives paid services for free. You may elect to sign up for a paid account anyway, but you will not be able to return to a free account.
{% endif %} {% if len(invoices) != 0 %}
{{icon('question-circle')}} Looking for your past invoices? Browse them here {{icon('caret-right')}}
{% endif %}
{{csrf_token()}}

Billing address

{% include "partials/edit-address.html" %}
{{icon('question-circle')}} Your billing address is used to calculate taxes and prepare invoices.
{% if len(currencies) > 1 %}
{% else %} {% endif %} {% include "partials/product-list.html" %}

If you cannot afford a paid subscription, or cannot pay for any other reason, please apply for financial aid instead.

Choose a billing interval
{{icon('exclamation-circle')}} Important notices
  • Prices shown do not include applicable taxes. If applicable, taxes are calculated and shown after collecting your billing address.
  • Proceeding to the next page will execute non-free JavaScript code from our payment processor. If you do not wish to run non-free code to process your payment, please apply for financial aid on this basis.
  • At the end of your selected term, your renewal payment will be automatically charged to the payment method you have on file. You can cancel automatic renewal at any time.
  • In accordance with European regulations, your billing records are retained for up to 7 years, even if you delete your account.
  • See the terms of service for more details.
{% endblock %}