get https://app1.compliancely.com/api/v1/kyb/romania/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": 565,
"vat": "18189442",
"data": {
"entity_name": "BITDEFENDER SRL",
"status": "VALID",
"address": "MUNICIPIUL BUCUREŞTI, SECTOR 6\nŞOS. ORHIDEELOR Nr. 15A",
"message": "Yes, Valid VAT number"
},
"status": "Completed",
"created_at": "2022-11-18T12:05:50.484519",
"created_by": "compliancely"
},
{
"id": 566,
"vat": "18189442",
"data": {
"entity_name": "BITDEFENDER SRL",
"status": "VALID",
"address": "MUNICIPIUL BUCUREŞTI, SECTOR 6\nŞOS. ORHIDEELOR Nr. 15A",
"message": "Yes, Valid VAT number"
},
"status": "Completed",
"created_at": "2022-11-18T12:06:15.386680",
"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": "18189442",
"data": {
"kyb": {
"name": "BITDEFENDER SRL",
"status": "VALID",
"address": "MUNICIPIUL BUCUREŞTI, SECTOR 6\nŞOS. ORHIDEELOR Nr. 15A",
"message": "Yes, Valid VAT number",
"VAT Number": "RO 18189442",
"Member State": "RO",
"Date when request received": "2022-11-18 12:06:01"
}
},
"created_at": "2022-11-18T12:06:01.941021",
"created_by": "compliancely"
}
],
"success": true
}
{
"success_message": "Total 2 record(s) found",
"pagination": {
"total_records": 2,
"count": 2,
"page_size": 10,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 565,
"vat": "18189442",
"data": {
"entity_name": "BITDEFENDER SRL",
"status": "VALID",
"address": "MUNICIPIUL BUCUREŞTI, SECTOR 6\nŞOS. ORHIDEELOR Nr. 15A",
"message": "Yes, Valid VAT number"
},
"status": "Completed",
"created_at": "2022-11-18T12:05:50.484519",
"created_by": "compliancely"
},
{
"id": 566,
"vat": "18189442",
"data": {
"entity_name": "BITDEFENDER SRL",
"status": "VALID",
"address": "MUNICIPIUL BUCUREŞTI, SECTOR 6\nŞOS. ORHIDEELOR Nr. 15A",
"message": "Yes, Valid VAT number"
},
"status": "Completed",
"created_at": "2022-11-18T12:06:15.386680",
"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"
}