{% extends "content_template.html" %} {% from "components/page-header.html" import page_header %} {% from "components/copy-to-clipboard.html" import copy_to_clipboard %} {% block per_page_title %} Billing details {% endblock %} {% block content_column_content %} {{ page_header('Billing details') }}

You can use the information on this page to add the Cabinet Office as a supplier. Your organization may need to do this before you can raise a purchase order (PO).

Contact us if you need any other details.

Supplier details

Cabinet Office

The White Chapel Building
10 Whitechapel High Street
London
E1 8QS

Email addresses

VAT number

{{ copy_to_clipboard( 'GB 88 88 010 80', thing='VAT number', ) }}

Bank details

National Westminster Bank PLC (part of RBS group)
Government Banking Services Branch
2nd Floor
280 Bishopsgate
London
EC2M 4RB

Account name

Cabinet Office

Account number

{{ copy_to_clipboard( billing_details['account_number'], thing='account number', ) }}

Sort code

{{ copy_to_clipboard( billing_details['sort_code'], thing='sort code', ) }}

IBAN

{{ copy_to_clipboard( billing_details['IBAN'], thing='IBAN', ) }}

Swift code

{{ copy_to_clipboard( billing_details['swift'], thing='Swift code', ) }}

Invoice address

SSCL – Accounts Receivable
PO Box 221
Thornton-Cleveleys
Blackpool
Lancashire
FY1 9JN

{% endblock %}