Skip to contentSkip to navigationSkip to topbar
On this page

Reading Regulations for the UK Bundle


This document previews the Phone Number regulation retrieval that will be possible for Twilio United Kingdom phone numbers as of Jan 29. You will make a LIST call to the regulations endpoint of the regulatory-compliance API, as shown in https://www.twilio.com/docs/phone-numbers/regulatory/getting-started/create-new-bundle-public-rest-apis#regulation-read, but you will use the input parameters specified below for each of the four UK use cases:

Local/National PN--Individual
Mobile/Toll Free Individual
Local/National PN--Business
Mobile/Toll Free--Business

Local/National PN--Individual

localnational-pn--individual page anchor

Parameters and Values:

  • iso_country : gb
  • number_type : local (NOTE: this value could also be national and would return identical regulation values)
  • end_user_type : individual

Response json:

1
{
2
"meta": {
3
"page": 0,
4
"page_size": 1,
5
"first_page_url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations?IsoCountry=gb&EndUserType=individual&NumberType=local&PageSize=1&Page=0",
6
"previous_page_url": null,
7
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations?IsoCountry=gb&EndUserType=individual&NumberType=local&PageSize=1&Page=0",
8
"next_page_url": null,
9
"key": "results"
10
},
11
"results": [
12
{
13
"requirements": {
14
"end_user": [
15
{
16
"name": "Individual",
17
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/EndUserTypes/individual",
18
"fields": [
19
"first_name",
20
"last_name",
21
"email",
22
"phone_number",
23
"birth_date",
24
"comments"
25
],
26
"detailed_fields": [
27
{
28
"machine_name": "first_name",
29
"friendly_name": "First name of the Individual",
30
"description": "First name of the individual"
31
},
32
{
33
"machine_name": "last_name",
34
"friendly_name": "Last name of the Individual",
35
"description": "Last name of the individual"
36
},
37
{
38
"machine_name": "email",
39
"friendly_name": "Email address of the Individual",
40
"description": "Email address of the individual"
41
},
42
{
43
"machine_name": "phone_number",
44
"friendly_name": "Phone number of the Individual",
45
"description": "This must be a valid mobile number only where the customer can be reached. This cannot be a number which you've acquired from a CPaaS provider such as Twilio. Please provide phone number in E.164 phone number format."
46
},
47
{
48
"machine_name": "birth_date",
49
"friendly_name": "Date of birth of the Individual",
50
"description": "Please enter your date of birth in the format YYYY-MM-DD."
51
},
52
{
53
"machine_name": "comments",
54
"friendly_name": "Comments (Optional)",
55
"description": "This is an optional field which you can use to specify any additional information that might be useful for vetting your RC Bundle."
56
}
57
],
58
"type": "individual",
59
"requirement_name": "individual_info"
60
}
61
],
62
"supporting_document": [
63
[
64
{
65
"description": "Please upload any one of the applicable documents to verify your first name and last name.",
66
"type": "document",
67
"name": "Proof of Identity",
68
"accepted_documents": [
69
{
70
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/government_issued_document",
71
"fields": [
72
"first_name",
73
"last_name"
74
],
75
"detailed_fields": [
76
{
77
"machine_name": "first_name",
78
"friendly_name": "First Name",
79
"description": "The first name as seen in your government issued document. This must match the first name of the individual."
80
},
81
{
82
"machine_name": "last_name",
83
"friendly_name": "Last Name",
84
"description": "The last name as seen in your government issued document. This must match the last name of the individual."
85
}
86
],
87
"type": "government_issued_document",
88
"name": "Government-issued ID"
89
},
90
{
91
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/passport",
92
"fields": [
93
"first_name",
94
"last_name"
95
],
96
"detailed_fields": [
97
{
98
"machine_name": "first_name",
99
"friendly_name": "First Name",
100
"description": "The first name as seen in your passport. This must match the first name of the individual."
101
},
102
{
103
"machine_name": "last_name",
104
"friendly_name": "Last Name",
105
"description": "The last name as seen in your government issued document. This must match the last name of the individual."
106
}
107
],
108
"type": "passport",
109
"name": "Passport"
110
}
111
],
112
"requirement_name": "proof_of_identity"
113
},
114
{
115
"description": "Physical address of the actual user of the Twilio Phone Number where emergency services can send help in case of an emergency. The emergency address can be same or different from your individual address. Document upload is not required.",
116
"type": "document",
117
"name": "Emergency Address",
118
"accepted_documents": [
119
{
120
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/emergency_address",
121
"fields": [
122
"address_sids"
123
],
124
"detailed_fields": [
125
{
126
"machine_name": "address_sids",
127
"friendly_name": "Emergency Address sid",
128
"description": "Must be a valid United Kingdom address."
129
}
130
],
131
"type": "emergency_address",
132
"name": "Emergency address"
133
}
134
],
135
"requirement_name": "emergency_address"
136
},
137
{
138
"description": "Physical address of the actual user of the Twilio Phone Number. Document upload is required.",
139
"type": "document",
140
"name": "Individual Address",
141
"accepted_documents": [
142
{
143
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/government_issued_document",
144
"fields": [
145
"address_sids"
146
],
147
"detailed_fields": [
148
{
149
"machine_name": "address_sids",
150
"friendly_name": "Individual Address Sid",
151
"description": "Must be a valid United Kingdom address."
152
}
153
],
154
"type": "government_issued_document",
155
"name": "Government-issued ID showing local address"
156
},
157
{
158
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/utility_bill",
159
"fields": [
160
"address_sids"
161
],
162
"detailed_fields": [
163
{
164
"machine_name": "address_sids",
165
"friendly_name": "Individual Address Sid",
166
"description": "Must be a valid United Kingdom address."
167
}
168
],
169
"type": "utility_bill",
170
"name": "Utility bill"
171
},
172
{
173
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/tax_document",
174
"fields": [
175
"address_sids"
176
],
177
"detailed_fields": [
178
{
179
"machine_name": "address_sids",
180
"friendly_name": "Individual Address Sid",
181
"description": "Must be a valid United Kingdom address."
182
}
183
],
184
"type": "tax_document",
185
"name": "Tax notice"
186
},
187
{
188
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/rental_receipt",
189
"fields": [
190
"address_sids"
191
],
192
"detailed_fields": [
193
{
194
"machine_name": "address_sids",
195
"friendly_name": "Individual Address Sid",
196
"description": "Must be a valid United Kingdom address."
197
}
198
],
199
"type": "rental_receipt",
200
"name": "Rent receipt"
201
},
202
{
203
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/title_deed",
204
"fields": [
205
"address_sids"
206
],
207
"detailed_fields": [
208
{
209
"machine_name": "address_sids",
210
"friendly_name": "Individual Address Sid",
211
"description": "Must be a valid United Kingdom address."
212
}
213
],
214
"type": "title_deed",
215
"name": "Title deed"
216
}
217
],
218
"requirement_name": "individual_address_info"
219
}
220
]
221
]
222
},
223
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations/RNcfd9478b5eb087f3a8cb785ffb9cf1a1",
224
"friendly_name": "United Kingdom: Local - Individual",
225
"iso_country": "GB",
226
"end_user_type": "individual",
227
"number_type": "local",
228
"sid": "RNcfd9478b5eb087f3a8cb785ffb9cf1a1"
229
}
230
]
231
}
232

Mobile/Toll Free Individual

mobiletoll-free-individual page anchor

Parameters and Values:

  • iso_country : gb
  • number_type : mobile (NOTE: this value could also be toll_free and would return identical regulation values)
  • end_user_type : individual

Response json:

1
{
2
"meta": {
3
"page": 0,
4
"page_size": 1,
5
"first_page_url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations?IsoCountry=gb&EndUserType=individual&NumberType=mobile&PageSize=1&Page=0",
6
"previous_page_url": null,
7
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations?IsoCountry=gb&EndUserType=individual&NumberType=mobile&PageSize=1&Page=0",
8
"next_page_url": null,
9
"key": "results"
10
},
11
"results": [
12
{
13
"requirements": {
14
"end_user": [
15
{
16
"name": "Individual",
17
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/EndUserTypes/individual",
18
"fields": [
19
"first_name",
20
"last_name",
21
"email",
22
"phone_number",
23
"birth_date",
24
"comments"
25
],
26
"detailed_fields": [
27
{
28
"machine_name": "first_name",
29
"friendly_name": "First name of the Individual",
30
"description": "First name of the individual"
31
},
32
{
33
"machine_name": "last_name",
34
"friendly_name": "Last name of the Individual",
35
"description": "Last name of the individual"
36
},
37
{
38
"machine_name": "email",
39
"friendly_name": "Email address of the Individual",
40
"description": "Email address of the individual"
41
},
42
{
43
"machine_name": "phone_number",
44
"friendly_name": "Phone number of the Individual",
45
"description": "This must be a valid mobile number only where the customer can be reached. This cannot be a number which you've acquired from a CPaaS provider such as Twilio. Please provide phone number in E.164 phone number format."
46
},
47
{
48
"machine_name": "birth_date",
49
"friendly_name": "Date of birth of the Individual",
50
"description": "Please enter your date of birth in the format YYYY-MM-DD."
51
},
52
{
53
"machine_name": "comments",
54
"friendly_name": "Comments (Optional)",
55
"description": "This is an optional field which you can use to specify any additional information that might be useful for vetting your RC Bundle."
56
}
57
],
58
"type": "individual",
59
"requirement_name": "individual_info"
60
}
61
],
62
"supporting_document": [
63
[
64
{
65
"description": "Please upload any one of the applicable documents to verify your first name and last name.",
66
"type": "document",
67
"name": "Proof of Identity",
68
"accepted_documents": [
69
{
70
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/government_issued_document",
71
"fields": [
72
"first_name",
73
"last_name"
74
],
75
"detailed_fields": [
76
{
77
"machine_name": "first_name",
78
"friendly_name": "First Name",
79
"description": "The first name as seen in your government issued document. This must match the first name of the individual."
80
},
81
{
82
"machine_name": "last_name",
83
"friendly_name": "Last Name",
84
"description": "The last name as seen in your government issued document. This must match the last name of the individual."
85
}
86
],
87
"type": "government_issued_document",
88
"name": "Government-issued ID"
89
},
90
{
91
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/passport",
92
"fields": [
93
"first_name",
94
"last_name"
95
],
96
"detailed_fields": [
97
{
98
"machine_name": "first_name",
99
"friendly_name": "First Name",
100
"description": "The first name as seen in your passport. This must match the first name of the individual."
101
},
102
{
103
"machine_name": "last_name",
104
"friendly_name": "Last Name",
105
"description": "The last name as seen in your government issued document. This must match the last name of the individual."
106
}
107
],
108
"type": "passport",
109
"name": "Passport"
110
}
111
],
112
"requirement_name": "proof_of_identity"
113
},
114
{
115
"description": "Physical address of the actual user of the Twilio Phone Number where emergency services can send help in case of an emergency. The emergency address can be same or different from your individual address. Document upload is not required.",
116
"type": "document",
117
"name": "Emergency Address",
118
"accepted_documents": [
119
{
120
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/emergency_address",
121
"fields": [
122
"address_sids"
123
],
124
"detailed_fields": [
125
{
126
"machine_name": "address_sids",
127
"friendly_name": "Emergency Address sid",
128
"description": "Must be a valid address. May be anywhere in the world."
129
}
130
],
131
"type": "emergency_address",
132
"name": "Emergency address"
133
}
134
],
135
"requirement_name": "emergency_address"
136
},
137
{
138
"description": "Physical address of the actual user of the Twilio Phone Number. Document upload is not required.",
139
"type": "document",
140
"name": "Individual Address",
141
"accepted_documents": [
142
{
143
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/individual_address",
144
"fields": [
145
"address_sids"
146
],
147
"detailed_fields": [
148
{
149
"machine_name": "address_sids",
150
"friendly_name": "Individual Address Sid",
151
"description": "Must be a valid address. May be anywhere in the world."
152
}
153
],
154
"type": "individual_address",
155
"name": "Individual Address"
156
}
157
],
158
"requirement_name": "individual_address_info"
159
}
160
]
161
]
162
},
163
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations/RNbda16e54b024fc1d8a0213f5477dc624",
164
"friendly_name": "United Kingdom: Mobile - Individual",
165
"iso_country": "GB",
166
"end_user_type": "individual",
167
"number_type": "mobile",
168
"sid": "RNbda16e54b024fc1d8a0213f5477dc624"
169
}
170
]
171
}
172

Local/National PN--Business

localnational-pn--business page anchor

Parameters and Values:

  • iso_country : gb
  • number_type : local (NOTE: this value could also be national and would return identical regulation values)
  • end_user_type : business

Response json:

1
{
2
"meta": {
3
"page": 0,
4
"page_size": 1,
5
"first_page_url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations?IsoCountry=gb&EndUserType=business&NumberType=local&PageSize=1&Page=0",
6
"previous_page_url": null,
7
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations?IsoCountry=gb&EndUserType=business&NumberType=local&PageSize=1&Page=0",
8
"next_page_url": null,
9
"key": "results"
10
},
11
"results": [
12
{
13
"requirements": {
14
"end_user": [
15
{
16
"name": "Business",
17
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/EndUserTypes/business",
18
"fields": [
19
"business_name",
20
"business_registration_identifier",
21
"business_registration_number",
22
"business_website",
23
"first_name",
24
"last_name",
25
"phone_number",
26
"email",
27
"business_identity",
28
"is_subassigned",
29
"comments"
30
],
31
"detailed_fields": [
32
{
33
"machine_name": "business_name",
34
"friendly_name": "Business Name",
35
"description": "Name of your business as used for the business registration"
36
},
37
{
38
"machine_name": "business_registration_identifier",
39
"friendly_name": "Registration Authority",
40
"description": "Choose any one of the following values: [UK:CRN, US:EIN, CA:CBN, AU:ACN, OTHER]. UK:CRN is for UK: Company Registration Number, US:EIN is for USA: Employer Identification Number, CA:CBN is for Canada: Canadian Business Number, AU:ACN is for Australia: Company Number from ASIC, OTHER is for all other registration authorities."
41
},
42
{
43
"machine_name": "business_registration_number",
44
"friendly_name": "Business Registration Number",
45
"description": "Business registration number provided by the registration authority"
46
},
47
{
48
"machine_name": "business_website",
49
"friendly_name": "Business Website",
50
"description": ""
51
},
52
{
53
"machine_name": "first_name",
54
"friendly_name": "Authorized Representative's First Name",
55
"description": "Authorized representative should be a senior manager in the company who is responsible for Phone Numbers."
56
},
57
{
58
"machine_name": "last_name",
59
"friendly_name": "Authorized Representative's Last Name",
60
"description": "Authorized representative should be a senior manager in the company who is responsible for Phone Numbers."
61
},
62
{
63
"machine_name": "phone_number",
64
"friendly_name": "Authorized Representative's Phone Number",
65
"description": "This must be a valid mobile number only where the customer can be reached. This cannot be a number which you've acquired from a CPaaS provider such as Twilio. Please provide the phone number in E.164 format."
66
},
67
{
68
"machine_name": "email",
69
"friendly_name": "Authorized Representative's Work Email",
70
"description": ""
71
},
72
{
73
"machine_name": "business_identity",
74
"friendly_name": "Business Classification",
75
"description": "Choose any one of the following values: [DIRECT_CUSTOMER, INDEPENDENT_SOFTWARE_VENDOR]. Use 'DIRECT_CUSTOMER' if your business uses Twilio to communicate internally or with your customers. Use 'INDEPENDENT_SOFTWARE_VENDOR' If your business uses Twilio in a product that you sell to your customers."
76
},
77
{
78
"machine_name": "is_subassigned",
79
"friendly_name": "Is this number being assigned to the end customer ?",
80
"description": "Choose any one of the following values : [YES, NO]. A sub assigned phone number is where Independent Software Vendor (ISV) assigns the Twilio phone number to their end customer. If you are a direct customer, answer NO."
81
},
82
{
83
"machine_name": "comments",
84
"friendly_name": "Comments (Optional)",
85
"description": "This is an optional field which you can use to specify any additional information that might be useful for vetting your RC Bundle."
86
}
87
],
88
"type": "business",
89
"requirement_name": "business_info"
90
}
91
],
92
"supporting_document": [
93
[
94
{
95
"description": "This document is required only for businesses not using a UK Companies House (CRN) Registration Number.",
96
"type": "document",
97
"name": "Proof of Identity",
98
"accepted_documents": [
99
{
100
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/commercial_registrar_excerpt",
101
"fields": [
102
"business_name",
103
"business_registration_identifier",
104
"business_registration_number"
105
],
106
"detailed_fields": [
107
{
108
"machine_name": "business_name",
109
"friendly_name": "Business Name",
110
"description": "The 'business name' as seen in your 'excerpt from the commercial register' document."
111
},
112
{
113
"machine_name": "business_registration_identifier",
114
"friendly_name": "Registration Authority",
115
"description": "The 'registration authority' as seen in your 'excerpt from the commercial register' document."
116
},
117
{
118
"machine_name": "business_registration_number",
119
"friendly_name": "Business Registration Number",
120
"description": "The 'business registration number' as seen in your 'excerpt from the commercial register' document."
121
}
122
],
123
"type": "commercial_registrar_excerpt",
124
"name": "Excerpt from the commercial register "
125
}
126
],
127
"requirement_name": "proof_of_identity"
128
},
129
{
130
"description": "Physical address of your business. Document upload is not required.",
131
"type": "document",
132
"name": "Business Address",
133
"accepted_documents": [
134
{
135
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/business_address",
136
"fields": [
137
"address_sids"
138
],
139
"detailed_fields": [
140
{
141
"machine_name": "address_sids",
142
"friendly_name": "Business Address sid",
143
"description": "Must be a valid United Kingdom address."
144
}
145
],
146
"type": "business_address",
147
"name": "Business address"
148
}
149
],
150
"requirement_name": "business_address"
151
},
152
{
153
"description": "Physical address of the actual user of the Twilio Phone Number where emergency services can send help in case of an emergency. The emergency address can be the same or different from your individual address. Document upload is not required.",
154
"type": "document",
155
"name": "Emergency Address",
156
"accepted_documents": [
157
{
158
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/emergency_address",
159
"fields": [
160
"address_sids"
161
],
162
"detailed_fields": [
163
{
164
"machine_name": "address_sids",
165
"friendly_name": "Emergency Address sid",
166
"description": "Must be a valid United Kingdom address."
167
}
168
],
169
"type": "emergency_address",
170
"name": "Emergency address"
171
}
172
],
173
"requirement_name": "emergency_address"
174
}
175
]
176
]
177
},
178
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations/RN61b6f858c1a0b46ae2631346138a283c",
179
"friendly_name": "United Kingdom: Local - Business",
180
"iso_country": "GB",
181
"end_user_type": "business",
182
"number_type": "local",
183
"sid": "RN61b6f858c1a0b46ae2631346138a283c"
184
}
185
]
186
}
187

Mobile/Toll Free--Business

mobiletoll-free--business page anchor

Parameters and Values:

  • iso_country : gb
  • number_type : mobile (NOTE: this value could also be toll_free and would return identical regulation values)
  • end_user_type : business

Response json:

1
{
2
"meta": {
3
"page": 0,
4
"page_size": 1,
5
"first_page_url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations?IsoCountry=gb&EndUserType=business&NumberType=mobile&PageSize=1&Page=0",
6
"previous_page_url": null,
7
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations?IsoCountry=gb&EndUserType=business&NumberType=mobile&PageSize=1&Page=0",
8
"next_page_url": null,
9
"key": "results"
10
},
11
"results": [
12
{
13
"requirements": {
14
"end_user": [
15
{
16
"name": "Business",
17
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/EndUserTypes/business",
18
"fields": [
19
"business_name",
20
"business_registration_identifier",
21
"business_registration_number",
22
"business_website",
23
"first_name",
24
"last_name",
25
"phone_number",
26
"email",
27
"business_identity",
28
"is_subassigned",
29
"comments"
30
],
31
"detailed_fields": [
32
{
33
"machine_name": "business_name",
34
"friendly_name": "Business Name",
35
"description": "Name of your business as used for the business registration."
36
},
37
{
38
"machine_name": "business_registration_identifier",
39
"friendly_name": "Registration Authority",
40
"description": "Choose any one of the following values: [UK:CRN, US:EIN, CA:CBN, AU:ACN, OTHER]. UK:CRN is for UK: Company Registration Number, US:EIN is for USA: Employer Identification Number, CA:CBN is for Canada: Canadian Business Number, AU:ACN is for Australia: Company Number from ASIC, OTHER is for all other registration authorities."
41
},
42
{
43
"machine_name": "business_registration_number",
44
"friendly_name": "Business Registration Number",
45
"description": "Business registration number provided by the registration authority"
46
},
47
{
48
"machine_name": "business_website",
49
"friendly_name": "Business Website",
50
"description": ""
51
},
52
{
53
"machine_name": "first_name",
54
"friendly_name": "Authorized Representative's First Name",
55
"description": "Authorized representative should be a senior manager in the company who is responsible for Phone Numbers."
56
},
57
{
58
"machine_name": "last_name",
59
"friendly_name": "Authorized Representative's Last Name",
60
"description": "Authorized representative should be a senior manager in the company who is responsible for Phone Numbers."
61
},
62
{
63
"machine_name": "phone_number",
64
"friendly_name": "Authorized Representative's Phone Number",
65
"description": "This must be a valid mobile number only where the customer can be reached. This cannot be a number which you've acquired from a CPaaS provider such as Twilio. Please provide the phone number in E.164 format."
66
},
67
{
68
"machine_name": "email",
69
"friendly_name": "Authorized Representative's Work Email",
70
"description": ""
71
},
72
{
73
"machine_name": "business_identity",
74
"friendly_name": "Business Classification",
75
"description": "Choose any one of the following values: [DIRECT_CUSTOMER, INDEPENDENT_SOFTWARE_VENDOR]. Use 'DIRECT_CUSTOMER' if your business uses Twilio to communicate internally or with your customers. Use 'INDEPENDENT_SOFTWARE_VENDOR' If your business uses Twilio in a product that you sell to your customers."
76
},
77
{
78
"machine_name": "is_subassigned",
79
"friendly_name": "Is this number being assigned to the end customer ?",
80
"description": "Choose any one of the following values : [YES, NO]. A sub assigned phone number is where Independent Software Vendor (ISV) assigns the Twilio phone number to their end customer. If you are a direct customer, answer NO."
81
},
82
{
83
"machine_name": "comments",
84
"friendly_name": "Comments (Optional)",
85
"description": "This is an optional field which you can use to specify any additional information that might be useful for vetting your RC Bundle."
86
}
87
],
88
"type": "business",
89
"requirement_name": "business_info"
90
}
91
],
92
"supporting_document": [
93
[
94
{
95
"description": "This document is required only for businesses not using a UK Companies House (CRN) Registration Number.",
96
"type": "document",
97
"name": "Proof of Identity",
98
"accepted_documents": [
99
{
100
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/commercial_registrar_excerpt",
101
"fields": [
102
"business_name",
103
"business_registration_identifier",
104
"business_registration_number"
105
],
106
"detailed_fields": [
107
{
108
"machine_name": "business_name",
109
"friendly_name": "Business Name",
110
"description": "The 'business name' as seen in your 'excerpt from the commercial register' document."
111
},
112
{
113
"machine_name": "business_registration_identifier",
114
"friendly_name": "Registration Authority",
115
"description": "The 'registration authority' as seen in your 'excerpt from the commercial register' document."
116
},
117
{
118
"machine_name": "business_registration_number",
119
"friendly_name": "Business Registration Number",
120
"description": "The 'business registration number' as seen in your 'excerpt from the commercial register' document."
121
}
122
],
123
"type": "commercial_registrar_excerpt",
124
"name": "Excerpt from the commercial register "
125
}
126
],
127
"requirement_name": "proof_of_identity"
128
},
129
{
130
"description": "Physical address of your business. Document upload is not required.",
131
"type": "document",
132
"name": "Business Address",
133
"accepted_documents": [
134
{
135
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/business_address",
136
"fields": [
137
"address_sids"
138
],
139
"detailed_fields": [
140
{
141
"machine_name": "address_sids",
142
"friendly_name": "Business Address sid",
143
"description": "Must be a valid address. May be anywhere in the world."
144
}
145
],
146
"type": "business_address",
147
"name": "Business address"
148
}
149
],
150
"requirement_name": "business_address"
151
},
152
{
153
"description": "Physical address of the actual user of the Twilio Phone Number where emergency services can send help in case of an emergency. The emergency address can be the same or different from your individual address. Document upload is not required.",
154
"type": "document",
155
"name": "Emergency Address",
156
"accepted_documents": [
157
{
158
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/SupportingDocumentTypes/emergency_address",
159
"fields": [
160
"address_sids"
161
],
162
"detailed_fields": [
163
{
164
"machine_name": "address_sids",
165
"friendly_name": "Emergency Address sid",
166
"description": "Must be a valid address. May be anywhere in the world."
167
}
168
],
169
"type": "emergency_address",
170
"name": "Emergency address"
171
}
172
],
173
"requirement_name": "emergency_address"
174
}
175
]
176
]
177
},
178
"url": "https://numbers.twilio.com/v2/RegulatoryCompliance/Regulations/RNb257214105d3b9526d5f80359b863452",
179
"friendly_name": "United Kingdom: Mobile - Business",
180
"iso_country": "GB",
181
"end_user_type": "business",
182
"number_type": "mobile",
183
"sid": "RNb257214105d3b9526d5f80359b863452"
184
}
185
]
186
}
187