🇨🇴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
Content-Type
application/json
Authorization
Bearer <token>
Query Parameters
plate
String
True
Plate to consult, without spaces or points.
ABC123
documentNumber
String
True
Document number to consult, without space or points.
123456789
documentType
String
True
Document type. Allowed parameters: CC, NIT.
CC
Request
Response
Last updated