get https://app1.compliancely.com/api/v1/kyb/canada/gsthst/
Get list and detail of a GST/HST Registry of an entity
- RID is the unique record id.
- 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.
{
"results": [
{
"id": 104,
"businessnumber": "119126357",
"corporationnumber": "NA",
"search_flag": "GSTHST",
"fetch_kyb_detail": false,
"request_date": "2023-08-19",
"status": "Completed",
"name": "Royal Bank Of Canada",
"country": "canada",
"created_at": "2023-09-19T10:57:56.947847Z",
"created_by": "compliancely"
},
{
"id": 105,
"businessnumber": "119126357",
"corporationnumber": "NA",
"search_flag": "GSTHST",
"fetch_kyb_detail": false,
"request_date": "2023-08-19",
"status": "Completed",
"name": "Royal Bank Of Canada",
"country": "canada",
"created_at": "2023-09-19T10:57:59.076446Z",
"created_by": "compliancely"
},
....
],
"filters": {
"total_records": 25,
"count": 25,
"page_size": 15,
"total_pages": 2,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 130,
"entity_name": "Royal Bank Of Canada",
"status": "GST/HST number was not registered on this transaction date.",
"address": "canada",
"match_percentage": 100,
"businessnumber": "119126357",
"corporationnumber": "NA",
"created_at": "2023-09-19T10:58:23.831722Z",
"created_by": "compliancely"
}
],
"filters": {
"total_records": 1,
"count": 1,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 130,
"entity_name": "Royal Bank Of Canada",
"raw_data_kyb": {
"Result": "GST/HST number was not registered on this transaction date.",
"Business name": "Royal Bank Of Canada",
"GST/HST number": "119126357",
"Transaction date": "2023-08-19"
},
"raw_data_ubo": null,
"created_by": "compliancely"
}
],
"filters": {
"total_records": 1,
"count": 1,
"page_size": 15,
"total_pages": 1,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"results": [
{
"id": 104,
"businessnumber": "119126357",
"corporationnumber": "NA",
"search_flag": "GSTHST",
"fetch_kyb_detail": false,
"request_date": "2023-08-19",
"status": "Completed",
"name": "Royal Bank Of Canada",
"country": "canada",
"created_at": "2023-09-19T10:57:56.947847Z",
"created_by": "compliancely"
},
{
"id": 105,
"businessnumber": "119126357",
"corporationnumber": "NA",
"search_flag": "GSTHST",
"fetch_kyb_detail": false,
"request_date": "2023-08-19",
"status": "Completed",
"name": "Royal Bank Of Canada",
"country": "canada",
"created_at": "2023-09-19T10:57:59.076446Z",
"created_by": "compliancely"
},
{
"id": 106,
"businessnumber": "119126357",
"corporationnumber": "NA",
"search_flag": "GSTHST",
"fetch_kyb_detail": false,
"request_date": "2023-08-19",
"status": "Completed",
"name": "Royal Bank Of Canada",
"country": "canada",
"created_at": "2023-09-19T10:58:00.522583Z",
"created_by": "compliancely"
}
],
"filters": {
"total_records": 25,
"count": 3,
"page_size": 3,
"total_pages": 9,
"current_page": 1,
"order": "asc",
"search_query": ""
}
}
{
"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"
}