2024-04-24 12:31:00 -07:00
{% extends "base.html" %}
2019-06-04 10:43:15 +01:00
{% from "components/page-header.html" import page_header %}
{% block per_page_title %}
How to pay
{% endblock %}
2019-06-04 11:20:33 +01:00
{% block content_column_content %}
2019-06-04 10:43:15 +01:00
2019-06-04 11:20:33 +01:00
{{ page_header('How to pay') }}
2019-06-04 10:43:15 +01:00
2023-06-06 15:28:24 -04:00
<!-- <p>
2023-08-08 16:19:17 -04:00
If you use Notify.gov to send text messages, you may need to send us a < a class = "usa-link" href = "#purchase-orders" > purchase order< / a > .
2021-10-05 12:54:14 +01:00
< / p >
2023-06-06 15:28:24 -04:00
< h2 class = "font-body-lg" id = "invoices" >
2019-06-04 11:20:33 +01:00
Invoices
< / h2 >
2019-06-04 10:43:15 +01:00
2023-06-06 15:28:24 -04:00
< p >
2021-10-05 12:54:14 +01:00
Notify is run by the Government Digital Service (GDS), part of the Cabinet Office.
2021-08-27 11:45:07 +01:00
< / p >
2023-06-06 15:28:24 -04:00
< p >
2022-12-20 09:44:33 -05:00
The Cabinet Office will send your organization an invoice each quarter if you:
2019-06-04 11:20:33 +01:00
< / p >
2019-06-04 10:43:15 +01:00
2019-06-04 11:20:33 +01:00
< ul class = "list list-bullet" >
2023-08-08 16:19:17 -04:00
< li > exceed the < a class = "usa-link" href = "{{ url_for('.pricing') }}" > free text message allowance< / a > < / li >
2019-06-04 11:20:33 +01:00
< / ul >
2019-06-04 10:43:15 +01:00
2023-06-06 15:28:24 -04:00
< p >
2022-12-20 09:44:33 -05:00
If your organization has more than one Notify service, you’ ll see a breakdown of each service on your invoice.
2019-06-04 11:20:33 +01:00
< / p >
2019-06-04 10:43:15 +01:00
2023-06-06 15:28:24 -04:00
< p >
2021-08-27 11:45:07 +01:00
If the value of an invoice is less than £250 (before < abbr title = "Value Added Tax" > VAT< / abbr > ), it will be added to the total for the next quarter to save time and effort.
2019-06-04 11:20:33 +01:00
< / p >
2019-06-04 10:43:15 +01:00
2023-06-06 15:28:24 -04:00
< p >
2019-06-04 11:20:33 +01:00
You can pay by BACS, debit card, or credit card.
< / p >
2019-06-04 10:43:15 +01:00
2023-06-06 15:28:24 -04:00
< p >
2021-08-27 11:45:07 +01:00
Please start your payment reference with the invoice number.
< / p >
2023-06-06 15:28:24 -04:00
< h2 class = "font-body-lg" id = "purchase-orders" >
2019-06-04 11:20:33 +01:00
Purchase orders
< / h2 >
2019-06-04 10:43:15 +01:00
2023-06-06 15:28:24 -04:00
< p >
2022-12-20 09:44:33 -05:00
If your organization’ s total estimated spend is more than £500 per quarter (before < abbr title = "Value Added Tax" > VAT< / abbr > ), you need to raise a purchase order (PO).
2019-06-04 11:20:33 +01:00
< / p >
2019-06-04 10:43:15 +01:00
2023-06-06 15:28:24 -04:00
< p >
2022-12-20 09:44:33 -05:00
Your organization should raise a single < abbr title = "purchase order" > PO< / abbr > for the estimated cost of all its services. You can update the < abbr title = "purchase order" > PO< / abbr > any time if your usage increases.
2019-07-05 12:01:21 +01:00
< / p >
2021-08-27 17:39:04 +01:00
2023-06-06 15:28:24 -04:00
< p >
2023-08-08 16:19:17 -04:00
Your organization may need to < a class = "usa-link" href = "{{ url_for('main.billing_details') }}" > add the Cabinet Office as a supplier< / a > before you can raise a < abbr title = "purchase order" > PO< / abbr > .
2022-11-01 15:27:29 -04:00
< / p > -->
2019-07-05 12:01:21 +01:00
2019-06-04 10:43:15 +01:00
{% endblock %}