get https://app1.compliancely.com/api/v1/kyb/slovakia/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": 561,
"vat": "2020522020",
"data": {
"entity_name": "Elnec s.r.o.",
"status": "VALID",
"address": "Jána Bottu 5\n08001 Prešov\nSlovensko",
"message": "Yes, Valid VAT number"
},
"status": "Completed",
"created_at": "2022-11-18T06:15:24.827201",
"created_by": "compliancely"
},
{
"id": 743,
"vat": "2020522020",
"data": "NA",
"status": "Completed",
"created_at": "2023-03-24T12:28:10.379603",
"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": "2020522020",
"data": {
"kyb": {
"name": "Elnec s.r.o.",
"status": "VALID",
"address": "Jána Bottu 5\n08001 Prešov\nSlovensko",
"message": "Yes, Valid VAT number",
"VAT Number": "SK 2020522020",
"Member State": "SK",
"Date when request received": "2022-11-18 06:15:29"
}
},
"created_at": "2022-11-18T06:15:29.701890",
"created_by": "compliancely"
}
],
"success": true
}
{
"success_message": "Total 4 record(s) found",
"pagination": {
"total_records": 4,
"count": 4,
"page_size": 10,
"total_pages": 1,
"current_page": 1,
"order": "desc",
"search_query": ""
},
"data": [
{
"id": 6324,
"vat": "5678876556",
"data": "NA",
"status": "Pending",
"created_at": "2023-09-20T07:39:20.517598Z",
"created_by": "compliancely"
},
{
"id": 6323,
"vat": "5678876556",
"data": "NA",
"status": "Pending",
"created_at": "2023-09-20T07:39:16.379052Z",
"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"
}