get https://app1.compliancely.com/api/v1/kyb/finland/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 5 record(s) found",
"pagination": {
"total_records": 5,
"count": 5,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 515,
"vat": "234423424",
"data": {},
"status": "Completed",
"created_at": "2022-11-09T07:28:24.817886",
"created_by": "compliancely"
},
{
"id": 516,
"vat": "20090760",
"data": {},
"status": "Completed",
"created_at": "2022-11-09T09:52:51.166434",
"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": "234423424",
"data": {
"kyb": {
"name": "---",
"status": "INVALID",
"address": "---",
"message": "No, Invalid VAT number for cross border transactions within the EU",
"VAT Number": "FI 234423424",
"Date when request received": "2022-11-09 09:54:53"
}
},
"created_at": "2022-11-09T09:54:53.160159",
"created_by": "compliancely"
}
],
"success": true
}
{
"success_message": "Total 5 record(s) found",
"pagination": {
"total_records": 5,
"count": 5,
"page_size": 10,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 515,
"vat": "234423424",
"data": {},
"status": "Completed",
"created_at": "2022-11-09T07:28:24.817886",
"created_by": "compliancely"
},
{
"id": 516,
"vat": "20090760",
"data": {},
"status": "Completed",
"created_at": "2022-11-09T09:52:51.166434",
"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"
}