Mexico (CFDI): Buyer Address
Specify the address of the CDFI receiver for Mexico (CFDI).
Section to specify the address of the CFDI receiver.
| Name (Path) | Cardinality | Description | ||
|---|---|---|---|---|
| Street Name | Street | /ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:StreetName | 1..1 | |
| Building Number | Street external number | /ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:BuildingNumber | 0..1 | |
| Room | Street internal number | /ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:Room | 0..1 | |
| City Subdivision Code | City Subdivision (Colonia) | /ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:CitySubdivisionName | 0..1 | If country is MX, c_Colonia |
| City | City (Localidad) | /ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:CityName | 0..1 | If country is MX, c_Localidad |
| Postal Zone | Postal Code | /Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:PostalZone | 1..1 | |
| Plot Identification | Additional geographic reference | /ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:PlotIdentification | 0..1 | |
| Country Subentity Code | Country Subentity (Municipio) | /ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:CountrySubentity | 0..1 | If country is MX, c_Municipio |
| State Code | State | /ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:Region | 1..1 | If country is CA, MX or US, c_Estado |
| Country Code | Country (2-digit code) | /ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cac:Country/cbc:IdentificationCode | 1..1 |
If a catalog is mentioned in the column 'Catalog", then a code from the official SAT catalogs is required. The official SAT catalogs can be checked in Catálogos CFDI versión 4.0. Use the codes from the original code list prefixed with VRBL:MX:.
Example
<ubl:Invoice>
<!-- code omitted for clarity -->
<cac:AccountingCustomerParty>
<cac:Party>
<!-- code omitted for clarity -->
<cac:PostalAddress>
<cbc:Room>5</cbc:Room>
<cbc:StreetName>123 MAIN STREET</cbc:StreetName>
<cbc:BuildingNumber>1000</cbc:BuildingNumber>
<cbc:PlotIdentification>34.10501,-118.39536</cbc:PlotIdentification>
<cbc:CitySubdivisionName>Trousdale Estates</cbc:CitySubdivisionName>
<cbc:CityName>BEVERLY HILLS</cbc:CityName>
<cbc:PostalZone>75001</cbc:PostalZone>
<cbc:CountrySubentity>Los Angeles</cbc:CountrySubentity>
<cbc:Region>VRBL:MX:CA</cbc:Region>
<cac:Country>
<cbc:IdentificationCode>US</cbc:IdentificationCode>
</cac:Country>
</cac:PostalAddress>
<!-- code omitted for clarity -->
</cac:AccountingCustomerParty>
<!-- code omitted for clarity -->
</ubl:Invoice>
Updated about 18 hours ago
