Mexico (CFDI): Transfer Reason

The Transfer Reason for Mexico (CDFI).

The reason code identifying why goods in a final export are not being sold, or if the goods are sold and being transferred without charge from the sender to the recipient or consignee.

Name (Path)CardinalityDescription
Transfer Reason (/Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/TransferReasonCode)0..1An extension element specifying the transfer reason.

Restrictions

Use the following codes:

CodeDescription
VRBL:MX:01Shipment of previously invoiced goods
VRBL:MX:02Relocation of company-owned goods
VRBL:MX:03Shipment of goods subject to a consignment agreement
VRBL:MX:04Shipment of goods for subsequent sale
VRBL:MX:05Shipment of goods owned by third parties
VRBL:MX:99Other

Example

<ubl:Invoice>
	<ext:UBLExtensions>
		<ext:UBLExtension>
			<ext:ExtensionContent>
				<vrbl:InvoiceExtension>
					<!-- code omitted for clarity -->
					<vrbl:TransferReasonCode>VRBL:MX:04</vrbl:TransferReasonCode>
					<!-- code omitted for clarity -->
				</vrbl:InvoiceExtension>
			</ext:ExtensionContent>
		</ext:UBLExtension>
	</ext:UBLExtensions>
	<!-- code omitted for clarity -->
</ubl:Invoice>