curl --request GET \
--url https://api.cadanapay.com/v1/statutory/jurisdictions/{country_code}/filing-types \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "ft_mx_isr_monthly",
"name": "ISR Withholding",
"description": "ISR income tax withholding return filed monthly with SAT",
"governmentFormName": "Declaración Provisional ISR",
"authority": {
"id": "auth_mx_sat",
"name": "Servicio de Administración Tributaria",
"abbreviation": "SAT",
"countryCode": "MX",
"electronicSystem": "Portal del SAT"
},
"frequency": "MONTHLY",
"dueDay": 10,
"includesRemittance": true,
"legislativeReference": "Ley del Impuesto Sobre la Renta (LISR), Artículo 96"
}
]
}Returns every type of statutory return that must be filed in this jurisdiction. Each filing type includes the government authority, frequency, and required data.
curl --request GET \
--url https://api.cadanapay.com/v1/statutory/jurisdictions/{country_code}/filing-types \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "ft_mx_isr_monthly",
"name": "ISR Withholding",
"description": "ISR income tax withholding return filed monthly with SAT",
"governmentFormName": "Declaración Provisional ISR",
"authority": {
"id": "auth_mx_sat",
"name": "Servicio de Administración Tributaria",
"abbreviation": "SAT",
"countryCode": "MX",
"electronicSystem": "Portal del SAT"
},
"frequency": "MONTHLY",
"dueDay": 10,
"includesRemittance": true,
"legislativeReference": "Ley del Impuesto Sobre la Renta (LISR), Artículo 96"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ISO 3166-1 alpha-2 country code
^[A-Z]{2}$Filing types for the jurisdiction
Show child attributes