2017-07-28 15:07:08 +01:00
|
|
|
|
{% from "components/table.html" import mapping_table, row, text_field, field, row_heading %}
|
|
|
|
|
|
{% from "components/textbox.html" import textbox %}
|
2018-08-15 20:13:49 +01:00
|
|
|
|
{% from "components/live-search.html" import live_search %}
|
2017-07-28 14:43:44 +01:00
|
|
|
|
|
2019-06-04 11:20:33 +01:00
|
|
|
|
{% extends "content_template.html" %}
|
2016-04-04 15:22:30 +01:00
|
|
|
|
|
2017-02-13 10:45:15 +00:00
|
|
|
|
{% block per_page_title %}
|
|
|
|
|
|
Pricing
|
2016-04-04 15:22:30 +01:00
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
2019-06-04 11:20:33 +01:00
|
|
|
|
{% block content_column_content %}
|
2016-04-04 15:22:30 +01:00
|
|
|
|
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<h1 class="heading-large">Pricing</h1>
|
|
|
|
|
|
<p>To use GOV.UK Notify, there’s:</p>
|
|
|
|
|
|
<ul class="list list-bullet">
|
|
|
|
|
|
<li>no monthly charge</li>
|
|
|
|
|
|
<li>no setup fee</li>
|
|
|
|
|
|
<li>no procurement cost</li>
|
|
|
|
|
|
</ul>
|
2019-04-11 12:00:37 +01:00
|
|
|
|
|
2019-08-09 11:53:12 +01:00
|
|
|
|
<p>
|
|
|
|
|
|
{% if not current_user.is_authenticated %}
|
|
|
|
|
|
<a href="{{ url_for('main.register') }}">Create an account</a> then set up as many different services as you need to.</p>
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
You can set up as many different services as you need to.
|
|
|
|
|
|
{% endif %}
|
|
|
|
|
|
</p>
|
2016-04-04 15:22:30 +01:00
|
|
|
|
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<p>When you set up a new service it will start in <a href="{{ url_for('main.trial_mode_new') }}">trial mode</a>.</p>
|
2018-03-16 11:03:30 +00:00
|
|
|
|
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<h2 class="heading-medium">Emails</h2>
|
|
|
|
|
|
<p>It’s free to send emails through Notify.</p>
|
2017-07-28 15:10:12 +01:00
|
|
|
|
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<h2 class="heading-medium">Text messages</h2>
|
2019-08-09 11:53:12 +01:00
|
|
|
|
<p>Every service you set up has an annual allowance of free text messages.</p>
|
|
|
|
|
|
<p>If your organisation has more than one service on Notify, they each have a separate allowance.</p>
|
|
|
|
|
|
<p>The allowance is:</p>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<ul class="list list-bullet">
|
|
|
|
|
|
<li>250,000 free text messages for central government services</li>
|
|
|
|
|
|
<li>25,000 free text messages for other public sector services</li>
|
|
|
|
|
|
</ul>
|
2019-08-09 11:53:12 +01:00
|
|
|
|
<p>It costs 1.58 pence (plus VAT) for each text message you send after you've used your free allowance.</p>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<p>See <a href="{{ url_for('main.how_to_pay') }}">how to pay</a>.
|
2017-07-28 15:10:12 +01:00
|
|
|
|
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<h3 class="heading-small">Long text messages</h3>
|
|
|
|
|
|
<p>If a text message is longer than 160 characters (including spaces), it’ll be charged as more than one message:</p>
|
|
|
|
|
|
<div class="bottom-gutter-3-2">
|
|
|
|
|
|
{% call mapping_table(
|
|
|
|
|
|
caption='Text message pricing',
|
|
|
|
|
|
field_headings=['Message length', 'Charge'],
|
|
|
|
|
|
field_headings_visible=True,
|
|
|
|
|
|
caption_visible=False
|
|
|
|
|
|
) %}
|
|
|
|
|
|
{% for message_length, charge in [
|
|
|
|
|
|
('Up to 160 characters', '1 text message'),
|
|
|
|
|
|
('Up to 306 characters', '2 text messages'),
|
|
|
|
|
|
('Up to 459 characters', '3 text messages'),
|
|
|
|
|
|
('Up to 612 characters', '4 text messages'),
|
|
|
|
|
|
] %}
|
|
|
|
|
|
{% call row() %}
|
|
|
|
|
|
{{ text_field(message_length) }}
|
|
|
|
|
|
{{ text_field(charge) }}
|
2017-07-28 15:10:12 +01:00
|
|
|
|
{% endcall %}
|
2019-06-04 11:20:33 +01:00
|
|
|
|
{% endfor %}
|
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<p>Long text messages containing Welsh characters (Â, â, Ê, ê, Î, î, Ô, ô, Û, û, Ŵ, ŵ, Ŷ, and ŷ) are charged differently:</p>
|
|
|
|
|
|
<div class="bottom-gutter-3-2">
|
|
|
|
|
|
{% call mapping_table(
|
|
|
|
|
|
caption='Text message pricing',
|
|
|
|
|
|
field_headings=['Message length', 'Charge'],
|
|
|
|
|
|
field_headings_visible=True,
|
|
|
|
|
|
caption_visible=False
|
|
|
|
|
|
) %}
|
|
|
|
|
|
{% for message_length, charge in [
|
|
|
|
|
|
('Up to 70 characters', '1 text message'),
|
|
|
|
|
|
('Up to 134 characters', '2 text messages'),
|
|
|
|
|
|
('Up to 201 characters', '3 text messages'),
|
|
|
|
|
|
('Up to 268 characters', '4 text messages'),
|
|
|
|
|
|
('Each additional 67 characters', '1 additional text message'),
|
|
|
|
|
|
] %}
|
|
|
|
|
|
{% call row() %}
|
|
|
|
|
|
{{ text_field(message_length) }}
|
|
|
|
|
|
{{ text_field(charge) }}
|
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
{% endfor %}
|
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<h3 class="heading-small">Sending text messages to international numbers</h3>
|
|
|
|
|
|
<p>It might cost more to send text messages to international numbers than UK ones, depending on the country.</p>
|
|
|
|
|
|
<details>
|
|
|
|
|
|
<summary>International text message rates</summary>
|
2017-07-28 15:10:12 +01:00
|
|
|
|
|
2019-06-04 11:20:33 +01:00
|
|
|
|
{{ live_search(target_selector='#international-pricing .table-row', show=True, form=search_form, label='Search by country name or code') }}
|
2017-07-28 14:58:47 +01:00
|
|
|
|
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<div id="international-pricing" class="bottom-gutter-3-2">
|
2017-07-28 14:43:44 +01:00
|
|
|
|
{% call mapping_table(
|
|
|
|
|
|
caption='Letter pricing',
|
2019-06-04 11:20:33 +01:00
|
|
|
|
field_headings=['Country code', 'Country', 'Cost multiplier'],
|
2017-07-28 14:43:44 +01:00
|
|
|
|
field_headings_visible=True,
|
|
|
|
|
|
caption_visible=False
|
|
|
|
|
|
) %}
|
2019-06-04 11:20:33 +01:00
|
|
|
|
{% for cc, names, billable_units in international_sms_rates %}
|
2017-07-28 14:43:44 +01:00
|
|
|
|
{% call row() %}
|
2019-06-04 11:20:33 +01:00
|
|
|
|
{{ text_field('+' + cc) }}
|
|
|
|
|
|
{% call field() %}
|
|
|
|
|
|
{% for name in names %}
|
|
|
|
|
|
{{ name }}<br>
|
|
|
|
|
|
{% endfor %}
|
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
{{ text_field('{} ×'.format(billable_units)|safe) }}
|
2017-07-28 14:43:44 +01:00
|
|
|
|
{% endcall %}
|
|
|
|
|
|
{% endfor %}
|
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
</div>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="heading-medium" id="letters">Letters</h2>
|
|
|
|
|
|
<p>The cost of sending a letter depends on the postage you choose and how many sheets of paper you need.</p>
|
2019-08-09 13:13:21 +01:00
|
|
|
|
|
|
|
|
|
|
<div>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
{% call mapping_table(
|
|
|
|
|
|
caption='Letter pricing',
|
|
|
|
|
|
field_headings=['Paper', 'Second class', 'First class'],
|
|
|
|
|
|
field_headings_visible=True,
|
|
|
|
|
|
caption_visible=False
|
|
|
|
|
|
) %}
|
|
|
|
|
|
{% for sheets, second, first in [
|
2019-09-23 08:20:05 +01:00
|
|
|
|
('1 sheet', '35', '61'),
|
|
|
|
|
|
('2 sheets', '40', '66'),
|
|
|
|
|
|
('3 sheets', '45', '71'),
|
|
|
|
|
|
('4 sheets', '50', '76'),
|
|
|
|
|
|
('5 sheets', '55', '81'),
|
2019-06-04 11:20:33 +01:00
|
|
|
|
] %}
|
|
|
|
|
|
{% call row() %}
|
|
|
|
|
|
{% call row_heading() %} {{ sheets }} (double-sided) {% endcall %}
|
|
|
|
|
|
{{ text_field(second + 'p + VAT') }}
|
|
|
|
|
|
{{ text_field(first + 'p + VAT') }}
|
|
|
|
|
|
{% endcall %}
|
|
|
|
|
|
{% endfor %}
|
|
|
|
|
|
{% endcall %}
|
2016-04-04 15:22:30 +01:00
|
|
|
|
</div>
|
2019-08-09 13:13:21 +01:00
|
|
|
|
<div class="panel panel-border-wide">
|
2019-09-23 08:20:05 +01:00
|
|
|
|
<p>These prices were updated on 1 October 2019.</p>
|
2019-08-09 13:13:21 +01:00
|
|
|
|
</div>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<p>Prices include:</p>
|
2019-08-09 13:15:14 +01:00
|
|
|
|
<ul class="list list-bullet">
|
|
|
|
|
|
<li>paper</li>
|
2019-06-04 11:20:33 +01:00
|
|
|
|
<li>double-sided colour printing</li>
|
|
|
|
|
|
<li>C5 size envelopes with an address window</li>
|
|
|
|
|
|
<li>first or second class postage</li>
|
2019-08-09 13:15:14 +01:00
|
|
|
|
</ul>
|
2016-04-04 15:22:30 +01:00
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|