{% extends 'main/layout.html' %} {% block title %}Subscribe to Premium — Mataroa{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Subscribe to Premium

{# stripe.js will create stripe elements forms here #}
{% csrf_token %}


Once you click Submit:

  1. Your card details will be sent to Stripe (payment processor).
  2. We will charge your card immediately, through Stripe.
  3. We will store your card within Stripe, so that we can charge you next year.
  4. You will be able to cancel your subscription immediately as well, should you want to. You can cancel your subscription at any point, 24/7/365, from this billing dashboard with one click.
  5. You can also get a refund, no questions asked.
  6. All terms of service can be found in our Modus Operandi page.
{% endblock %} {% block scripts %} {% endblock %}