{% extends "newbase.html" %} {% block title %}Rowsandall Paid Membership{% endblock title %} {% load rowerfilters %} {% block main %}

Confirm Your Payment

Order Overview

Unless specified otherwise, the payments on the recurring payment plans are annual. The prices are specified as a price per year. You can downgrade or cancel your plan at any time, through the settings page. Please refer to our terms and conditions for our payments and refunds policy. Accepted payment methods are the payment methods offered by Braintree through us. If you have any questions about our payments and refunds policy, please contact us by email at support@rowsandall.com.

Payments will be processed by Braintree (A PayPal service):

  • Plan{{ plan.name }}
    Payment Type{{ plan.paymenttype }}
    Billing Cycle1 year
    Total€ {{ plan.price|currency }} {% if plan.paymenttype == 'recurring' %} /year {% endif %}

    Street Address{{ user.rower.street_address }}
    City{{ user.rower.city }}
    Postal Code{{ user.rower.postal_code }}
    Country{{ user.rower.country }}

  • Change Upgrade

  • I have taken note of the Refund and Cancellation Policy and agree with the Terms of Service.

    {% csrf_token %}
  • Your upgrade will be effective immediately. For the current billing cycle, you will be charged for a prorated amount. For example, when you upgrade from a 15€ plan to a 65€ plan (a difference of 50€) in the 6th month of the 12 month billing cycle, you will be charged 25€.

    After you hit the Upgrade button, the transaction will be launched. Please wait until the transaction completes. Do not click the button twice. Do not close your browser window.

{% include 'braintreedropin.html' %} {% endblock %} {% block sidebar %} {% include 'menu_payments.html' %} {% endblock %}