🇨🇴Taxes in Bogota
Service to check if a vehicle has any debt with the Bogotá mobility service.
Taxes in Bogota
GET - https://api.verifik.co/v2/co/bogota/vehicle/tax
This service provides information about the tax obligations for a vehicle registered in Bogotá. To access the details, you need to provide the owner's document type and number, along with the vehicle's license plate. The response includes information such as the vehicle's brand, model, and year, as well as the status of tax obligations for specific fiscal years. If the status is Moroso, it indicates that there are outstanding taxes that need to be paid.
Implementation
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Query Parameters
Name | Type | Required? | Description | Example |
---|---|---|---|---|
plate | String |
| Plate to consult, without spaces or points. |
|
documentNumber | String |
| Document number to consult, without space or points. |
|
documentType | String |
| Document type. Allowed parameters: CC, NIT. |
|
Request
Response
Last updated