Skip to main content
POST
/
api
/
sat
/
taxpayers
/sat/taxpayers
curl --request POST \
  --url https://api.anysite.io/api/sat/taxpayers \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "rfc": "<string>",
  "timeout": 300
}
'
[
  {
    "rfc": "<string>",
    "name": "<string>",
    "@type": "@sat_taxpayer",
    "situacion": "<string>",
    "tipo_persona": "<string>",
    "entidad": "<string>",
    "monto": "<string>",
    "publication_date": "<string>",
    "amount_publication_date": "<string>",
    "cancellation_date": "<string>",
    "detail_69b": {
      "@type": "@sat_taxpayer69b_detail",
      "presuncion": {
        "@type": "@sat_taxpayer69b_stage",
        "oficio_sat": "<string>",
        "fecha_sat": "<string>",
        "oficio_dof": "<string>",
        "fecha_dof": "<string>"
      },
      "desvirtuaron": {
        "@type": "@sat_taxpayer69b_stage",
        "oficio_sat": "<string>",
        "fecha_sat": "<string>",
        "oficio_dof": "<string>",
        "fecha_dof": "<string>"
      },
      "definitivos": {
        "@type": "@sat_taxpayer69b_stage",
        "oficio_sat": "<string>",
        "fecha_sat": "<string>",
        "oficio_dof": "<string>",
        "fecha_dof": "<string>"
      },
      "sentencia_favorable": {
        "@type": "@sat_taxpayer69b_stage",
        "oficio_sat": "<string>",
        "fecha_sat": "<string>",
        "oficio_dof": "<string>",
        "fecha_dof": "<string>"
      }
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
rfc
string
required

Taxpayer RFC (Mexican tax id)

Minimum string length: 1
Examples:

"AAA120730823"

"AAA080808HL8"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
list_type
enum<string> | null

Restrict the lookup to a single blacklist (searches every list when omitted)

Available options:
art_69b,
firmes,
cancelados,
no_localizados,
condonados,
exigibles,
sentencias,
retorno_inversiones

Response

Successful Response

rfc
string
required
name
string
required
list_type
enum<string>
required
Available options:
art_69b,
firmes,
cancelados,
no_localizados,
condonados,
exigibles,
sentencias,
retorno_inversiones
@type
string
default:@sat_taxpayer
situacion
string | null
tipo_persona
string | null
entidad
string | null
monto
string | null
publication_date
string | null
amount_publication_date
string | null
cancellation_date
string | null
detail_69b
SatTaxpayer69bDetail · object