Subscription Test Interface

{% for plan in subscription_plans %}

{{ plan.name }}

{{ plan.description }}

{{ plan.currency }} {{ plan.price }}/{{ plan.billing_period }}

Max. Sites: {{ plan.max_sites }}

Max. Events: {{ plan.max_events }}

{% endfor %}

Test Cards

{% for card in test_cards.success %} {% endfor %} {% for card in test_cards.authentication_required %} {% endfor %} {% for card in test_cards.decline %} {% endfor %}
Card Number Description
{{ card.number }} {{ card.description }}
{{ card.number }} {{ card.description }}
{{ card.number }} {{ card.description }}