get https://app1.compliancely.com/api/v1/kyb/france/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 8 record(s) found",
"pagination": {
"total_records": 8,
"count": 8,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 511,
"vat": "59542051180",
"data": {},
"status": "Completed",
"created_at": "2022-11-07T13:07:01.318842",
"created_by": "compliancely"
},
{
"id": 733,
"vat": "10",
"data": {},
"status": "Completed",
"created_at": "2023-03-02T06:16:09.919522",
"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": "59542051180",
"data": {
"kyb": {
"name": "SE TOTAL SE",
"status": "VALID",
"address": "2 PL JEAN MILLIER\n92400 COURBEVOIE",
"message": "Yes, Valid VAT number",
"VAT Number": "FR 59542051180",
"Member State": "FR",
"Date when request received": "2022-11-07 13:07:31"
}
},
"created_at": "2022-11-07T13:07:31.189363",
"created_by": "compliancely"
}
],
"success": true
}
{
"success_message": "Total 8 record(s) found",
"pagination": {
"total_records": 8,
"count": 8,
"page_size": 10,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
},
"data": [
{
"id": 511,
"vat": "59542051180",
"data": {},
"status": "Completed",
"created_at": "2022-11-07T13:07:01.318842",
"created_by": "compliancely"
},
{
"id": 733,
"vat": "10",
"data": {},
"status": "Completed",
"created_at": "2023-03-02T06:16:09.919522",
"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"
}