diff --git a/app/templates/views/pricing/billing-details.html b/app/templates/views/pricing/billing-details.html
index 63f8d693c..9482458d2 100644
--- a/app/templates/views/pricing/billing-details.html
+++ b/app/templates/views/pricing/billing-details.html
@@ -53,7 +53,6 @@
{{ copy_to_clipboard(
'GB 88 88 010 80',
- name=None,
thing='
VAT number',
) }}
@@ -79,34 +78,46 @@
Cabinet Office
+
+ Account number
+
+
{{ copy_to_clipboard(
billing_details['account_number'],
- name='Account number',
thing='account number',
) }}
+
+ Sort code
+
+
{{ copy_to_clipboard(
billing_details['sort_code'],
- name='Sort code',
thing='sort code',
) }}
+
+
+ IBAN
+
{{ copy_to_clipboard(
billing_details['IBAN'],
- name='IBAN',
thing='IBAN',
) }}
+
+ Swift code
+
+
{{ copy_to_clipboard(
billing_details['swift'],
- name='Swift code',
thing='Swift code',
) }}