get https://app1.compliancely.com/api/v1/kyb/bulgaria/vat/
Get list and detail information of VAT number searched
- ID is the unique entity/submission id.
- Status can be ('Pending', 'Ready To Pick', 'Processing', 'Completed', 'Error').
- Status is the current state of an entity.
{
"success_message": "Total 2 record(s) found",
"pagination": {
"total_records": 2,
"count": 2,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 477,
"vat": "121184622",
"data": {
"entity_name": "РЕЗОН - ООД",
"status": "VALID",
"address": "Карнеги №11А ет.4 обл.СОФИЯ, гр.СОФИЯ 1142",
"message": "Yes, Valid VAT number"
},
"status": "Completed",
"created_at": "2022-11-01T06:43:34.578178",
"created_by": "compliancely"
},
{
"id": 478,
"vat": "121184622",
"data": {
"entity_name": "РЕЗОН - ООД",
"status": "VALID",
"address": "Карнеги №11А ет.4 обл.СОФИЯ, гр.СОФИЯ 1142",
"message": "Yes, Valid VAT number"
},
"status": "Completed",
"created_at": "2022-11-01T06:47:59.949144",
"created_by": "compliancely"
}
],
"success": true
}
{
"success_message": "Total 1 record(s) found",
"pagination": {
"total_records": 1,
"count": 1,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"vat": "121184622",
"data": {
"kyb": {
"name": "РЕЗОН - ООД",
"status": "VALID",
"address": "Карнеги №11А ет.4 обл.СОФИЯ, гр.СОФИЯ 1142",
"message": "Yes, Valid VAT number",
"VAT Number": "BG 121184622",
"Member State": "BG",
"Date when request received": "2022-11-01 06:50:58"
}
},
"created_at": "2022-11-01T06:50:58.717185",
"created_by": "compliancely"
}
],
"success": true
}
{
"success_message": "Total 11 record(s) found",
"pagination": {
"total_records": 11,
"count": 1,
"page_size": 10,
"total_pages": 2,
"current_page": 2,
"order": "desc",
"search_query": ""
},
"data": [
{
"id": 77,
"vat": "12345678909",
"data": "NA",
"status": "Pending",
"created_at": "2023-09-19T09:26:29.139307Z",
"created_by": "compliancely"
}
],
"success": true
}
{
"detail": "Invalid token header. No credentials provided."
}
{
"detail": "Invalid token."
}
{
"detail": "Authentication credentials were not provided."
}
{
"detail": "You don't have access to this feature. Please contact the support"
}