Bearer authentication header of the form Bearer <token>.
Body
idstringOptional
uuid
Example: c02d2b4c-e207-4335-a15a-ceb325f8444f
risk_score[simple]stringOptional
(optional) low, medium, high
Example: low
risk_score[detailed][score]stringOptional
string
Example: 99%
risk_score[detailed][reasons][]stringOptional
string
Example: Lorem ipsum dolor sit amet 2
Responses
200
OK
application/json
400
Bad Request
application/json
post
/api/v1/webhooks/external_risk_score
Change the profile of gathered data during the review process
It allows to change the scope of data requested from the corporate client and automatically sends the case to the customer changing the status to "Request for data update".
You can get the "completeness_profile_id" from the "Settings" menu. On the "Company Information" tab, in the "Onboarding profiles" section, select a profile name, and the "profile id" will be displayed.
GET /api/v1/verifications/{verification_id}/companies HTTP/1.1
Host: api.app.gatenox.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"companies": [
{
"id": "f8f658cb-bcca-4253-97cf-4d585c6f9ce8",
"formal_name": "(Demo) Verifier LTD",
"brand_name": "(Demo) Verifier",
"company_number": "13412213",
"inactive": false,
"public_stock_exchange": false,
"date_of_incorporation": "2012-05-04",
"jurisdiction": {
"id": "f728e115-9301-47e2-996c-0c8d0e39fb10",
"code": "gb",
"name": "United Kingdom",
"country": "United Kingdom",
"full_name": "United Kingdom"
},
"company_type": {
"id": "a39f6038-8a5e-48a4-af14-03d46c53b493",
"short_name": "LTD",
"full_name": "Private Limited Company",
"description": "The vast majority of trading companies are private companies limited by shares. There are over two million such companies registered at Companies House. A private company limited by shares must have the word \"Limited\" or \"Ltd\" at the end of its name. The main advantage of trading through a limited company is to have limited liability. Many private companies are very small. There is no minimum capital requirement for a private company and it is commonly less than £100. Approximately 90% of private companies are small or medium sized companies which means that they can file modified (i.e. simplified) accounts at Companies House, rather than full accounts. A private company may not offer shares or debentures to the public: CA 2006, sec755, only a public company (PLC) may do so.",
"source": null,
"source_url": null,
"jurisdiction_code": "gb"
},
"industry": {
"main": {
"key": 20,
"value": "Software As A Service",
"industry": "Digital Products",
"keywords": [
"Software",
"Service"
]
},
"description": "In quis tincidunt erat. Proin iaculis tempor justo sed ornare. Cras ornare augue ac imperdiet hendrerit.",
"additional_keys": []
}
},
{
"id": "fcf182e8-072d-4de0-8e75-a0e13b434276",
"formal_name": "N3 Enterprises Limited",
"brand_name": null,
"company_number": "5446174",
"inactive": null,
"public_stock_exchange": null,
"date_of_incorporation": null,
"jurisdiction": {
"id": "f728e115-9301-47e2-996c-0c8d0e39fb10",
"code": "gb",
"name": "United Kingdom",
"country": "United Kingdom",
"full_name": "United Kingdom"
},
"company_type": null,
"industry": {
"main": null,
"description": null,
"additional_keys": null
}
}
]
}
GET /api/v1/verifications/{verification_id}/companies/{id} HTTP/1.1
Host: api.app.gatenox.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"company": {
"id": "f8f658cb-bcca-4253-97cf-4d585c6f9ce8",
"formal_name": "(Demo) Verifier LTD",
"brand_name": "(Demo) Verifier",
"company_number": "13412213",
"inactive": false,
"public_stock_exchange": false,
"date_of_incorporation": "2012-05-04",
"jurisdiction": {
"id": "f728e115-9301-47e2-996c-0c8d0e39fb10",
"code": "gb",
"name": "United Kingdom",
"country": "United Kingdom",
"full_name": "United Kingdom"
},
"company_type": {
"id": "a39f6038-8a5e-48a4-af14-03d46c53b493",
"short_name": "LTD",
"full_name": "Private Limited Company",
"description": "The vast majority of trading companies are private companies limited by shares. There are over two million such companies registered at Companies House. A private company limited by shares must have the word \"Limited\" or \"Ltd\" at the end of its name. The main advantage of trading through a limited company is to have limited liability. Many private companies are very small. There is no minimum capital requirement for a private company and it is commonly less than £100. Approximately 90% of private companies are small or medium sized companies which means that they can file modified (i.e. simplified) accounts at Companies House, rather than full accounts. A private company may not offer shares or debentures to the public: CA 2006, sec755, only a public company (PLC) may do so.",
"source": null,
"source_url": null,
"jurisdiction_code": "gb"
},
"industry": {
"main": {
"key": 20,
"value": "Software As A Service",
"industry": "Digital Products",
"keywords": [
"Software",
"Service"
]
},
"description": "In quis tincidunt erat. Proin iaculis tempor justo sed ornare. Cras ornare augue ac imperdiet hendrerit.",
"additional_keys": []
},
"activity_description": null,
"business_description": "Lorem ipsum",
"products_description": "Lorem ipsum",
"business_activity_countries": [
"oceania"
],
"tax_number": "123123",
"funds_sources": "Private sources",
"bank_accounts": [
{
"id": "d479d657-6681-4063-b85f-e6925e8e99dc",
"account_holder": "O G",
"address": "asdasd 123",
"iban": false,
"name": "OGs Bank",
"number": "PL123123123123123",
"created_at": "2023-06-23T08:23:28.266Z",
"updated_at": "2023-06-23T08:23:28.266Z"
}
],
"crypto_addresses": [
{
"id": "2ffd3925-dd75-4b30-ab70-c5fe12285058",
"address": "5GpehigSqpfDRNe8uTyS4BPExw3KuZCS5NfhT6hCVqMkkkMa",
"address_type": "AZERO",
"comment": null,
"signature_message": "916784554ca011520231e56e495e9bf76eca7c2c13445f08237469c73447fe37",
"signature_verification": "accepted",
"created_at": "2023-06-23T08:22:39.042Z",
"updated_at": "2023-06-23T08:22:55.785Z"
}
],
"website": "www.example.com",
"phone_number": "12312312",
"email": "[email protected]",
"employees_count": "1-5",
"aml_contact_person": "O G",
"aml_contact_email": "[email protected]",
"aml_contact_phone_number": "12312312",
"opencorporates_url": null,
"expected_monthly_transactions_volume": null,
"investigations": false,
"prosecutions": false,
"ubo_criminal_records": false,
"registration_authority": "Companies House",
"purpose_for_ari10": null,
"websites_for_ari10": null,
"license_date_of_expiry": "1900-01-01",
"license_date_of_issue": "1900-01-01",
"license_issuing_authority": "undefined",
"license_number": "undefined",
"license_required": false,
"documents_note_from_verifier": null
}
}
GET /api/v1/verifications/{verification_id}/directors HTTP/1.1
Host: api.app.gatenox.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*