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)CardinalityDescription
Street NameStreet/ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:StreetName1..1
Building NumberStreet external number/ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:BuildingNumber0..1
RoomStreet internal number/ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:Room0..1
City Subdivision CodeCity Subdivision (Colonia)/ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:CitySubdivisionName0..1If country is MX, c_Colonia
CityCity (Localidad)/ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:CityName0..1If country is MX, c_Localidad
Postal ZonePostal Code/Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:PostalZone1..1
Plot IdentificationAdditional geographic reference/ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:PlotIdentification0..1
Country Subentity CodeCountry Subentity (Municipio)/ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:CountrySubentity0..1If country is MX, c_Municipio
State CodeState/ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cbc:Region1..1If country is CA, MX or US, c_Estado
Country CodeCountry (2-digit code)/ubl:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PostalAddress/cac:Country/cbc:IdentificationCode1..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>