UK KYB
Verify a British business identity
This is a "Know Your Business" service.
Parameters
{{baseUrl}}/api/v1/uk/kyb
Header
Header | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body
Parameter | Type | Description | |
---|---|---|---|
company * | string | required |
Response Sample
{
"entity": {
"address": {
"address": "UNIT 10 CBTC2, CAPITAL BUSINESS PARK, CARDIFF",
"country": "UK",
"postcode": "CF3 2PX",
"telephoneNumber": "000000000"
},
"companyType": "Ltd",
"country": "GB",
"dateOfLatestAccountsSpecified": false,
"monitoring": false,
"name": "Dojah Data Solutions",
"onlineReports": false,
"registrationNumber": "01234567"
}
}
Updated about 1 month ago