Skip to main content
GET
Get all taxes for Mexico

Authorizations

x-api-key
string
header
required

Query Parameters

locale
enum<string>

Locale for translated names and descriptions. Defaults to Spanish (es-MX) if not specified.

Available options:
es-MX,
en-US,
en-MX

Response

List of taxes retrieved successfully

key
string
required

Unique tax/contribution key

Example:

"MX_ISR"

name
string
required

Display name of the tax (localized if locale is specified)

Example:

"Impuesto Sobre la Renta"

description
string
required

Detailed description (localized if locale is specified)

Example:

"Impuesto sobre la renta para empleados"

paidBy
enum<string>
required

Who is responsible for paying this tax/contribution

Available options:
EMPLOYEE,
EMPLOYER
Example:

"EMPLOYEE"

jurisdiction
object
required
levyingAgency
object
required
collectionAgency
object
required
levyingFrequency
enum<string>
required

How frequently this tax is levied

Available options:
DAILY,
WEEKLY,
BIWEEKLY,
SEMI_MONTHLY,
MONTHLY,
BIMONTHLY,
QUARTERLY,
SEMI_ANNUALLY,
ANNUALLY
Example:

"MONTHLY"

depositFrequency
enum<string>
required

How frequently this tax must be deposited

Available options:
DAILY,
WEEKLY,
BIWEEKLY,
SEMI_MONTHLY,
MONTHLY,
BIMONTHLY,
QUARTERLY,
SEMI_ANNUALLY,
ANNUALLY
Example:

"MONTHLY"

reportingCode
string

Reporting code for this tax

Example:

"001"