[MX] — Test RFCs

SAT sandbox test data for QA — test RFCs plus Vertex payload examples showing how to plug one into buyer/supplier. Test-only, never use in production.

Emisor (Supplier) — informational


RFCRazón SocialCPTipo de PersonaNo. Certificado CSD
EKU9003173C9ESCUELA KEMPER URGATE20928Moral30001000000500003416

Receptores (Buyers)

RFCNombre / Razón SocialCPTipo de PersonaRegímenes Fiscales Disponibles
MASO451221PM4MARIA OLIVIA MARTINEZ SAGAZ80290Física605, 606, 607, 608, 610, 611, 612, 614, 615, 616, 621, 625, 626
AABF800614HI0FELIX MANUEL ANDRADE BALLADO86400Física605, 606, 607, 608, 610, 611, 612, 614, 615, 616, 621, 625, 626
CUSC850516316CESAR OSBALDO CRUZ SOLORZANO45638Física605, 606, 607, 608, 610, 611, 612, 614, 615, 616, 621, 625, 626
ICV060329BY0INMOBILIARIA CVA33826Moral601, 603, 610, 620, 622, 623, 624, 626
ABC970528UHAARENA BLANCA SCL DE CV80290Moral601, 603, 610, 620, 622, 623, 624, 626
CTE950627K46COMERCIALIZADORA TEODORIKAS57740Moral601, 603, 610, 620, 622, 623, 624, 626
AMO8905171T1ALBERCAS MONTAÑO22000Moral601, 603, 610, 620, 622, 623, 624, 626
GCA000415UX7GRUPO DE CONSTRUCCION ARQUITECTONICA NACIONAL11830Moral601, 603, 610, 620, 622, 623, 624, 626
HHN0507087N4HIDRO HORTICOLA DEL NOROESTE82198Moral601, 603, 610, 620, 622, 623, 624, 626

Payload example — Persona Física buyer:

"buyer": {
    "company": {
        "tax_registrations": [
            {
                "type": "RFC",
                "number": "MASO451221PM4",
                "level": "country",
                "location": "MX",
                "status": "Régimen de Actividades Profesionales"
            }
        ],
        "name": "MARIA OLIVIA MARTINEZ SAGAZ",
        "legal_name": "MARIA OLIVIA MARTINEZ SAGAZ",
        "type": "person",
        "address": {
            "postal_code": "80290",
            "country": "MX"
        }
    }
}

Payload example — Persona Moral buyer:

"buyer": {
    "company": {
        "tax_registrations": [
            {
                "type": "RFC",
                "number": "ABC970528UHA",
                "level": "country",
                "location": "MX",
                "status": "Régimen general"
            }
        ],
        "name": "ARENA BLANCA SCL DE CV",
        "legal_name": "ARENA BLANCA SCL DE CV",
        "type": "business",
        "address": {
            "postal_code": "80290",
            "country": "MX"
        }
    }
}

status comes from the RegimenFiscal Mapping table below — pick the RFC's actual régimen code from the table above, then look up the matching Vertex value.

RegimenFiscal Mapping (SAT → Vertex status)

Maps SAT catalog c_RegimenFiscal to the Vertex value expected in company.tax_registrations[].status (where type = "RFC").

SAT CodeSAT DescriptionVertex value
601General de Ley Personas MoralesRégimen general
603Personas Morales con Fines no LucrativosRégimen con fines no lucrativos
605Sueldos y Salarios e Ingresos Asimilados a SalariosRégimen de Asalariados
606ArrendamientoRégimen por Arrendamiento de Inmuebles
607Régimen de Enajenación o Adquisición de BienesRégimen por Enajenación de Bienes
608Demás ingresosOtros
610Residentes en el Extranjero sin Establecimiento Permanente en MéxicoResidente en el extranjero
611Ingresos por Dividendos (socios y accionistas)Ingresos Dividendos
612Personas Físicas con Actividades Empresariales y ProfesionalesRégimen de Actividades Profesionales
614Ingresos por interesesIngresos Intereses
615Régimen de los ingresos por obtención de premiosRégimen de los ingresos por obtención de premios
616Sin obligaciones fiscalesSin obligaciones fiscales
620Sociedades Cooperativas de Producción que optan por diferir sus ingresosSociedades Cooperativas de Producción que optan por diferir sus ingresos
621Incorporación FiscalRégimen de incorporación fiscal
622Actividades Agrícolas, Ganaderas, Silvícolas y PesquerasRégimen por Actividades Agrícolas, Ganaderas, Silvícolas y Pesqueras
623Opcional para Grupos de SociedadesOpcional para Grupos de Sociedades
624CoordinadosCoordinados
625Régimen de las Actividades Empresariales con ingresos a través de Plataformas TecnológicasRégimen de las Actividades Empresariales con ingresos a través de Plataformas Tecnológicas
626Régimen Simplificado de ConfianzaRégimen simplificado de confianza


Did this page help you?