Mexico (Pymnt): Buyer Party
Read about the elements, Tax Scheme Identifier codes, and an example of the Buyer Party for Mexico (Pymnt).
The Buyer Party is the legal person or organization who receives a product or service. The Buyer Party is mandatory information.
| Name (Path) | Cardinality | Description |
|---|---|---|
Buyer Party (/Statement/AccountingCustomerParty/Party) | 1..1 | A group to provide Buyer data. |
This group contains the following elements:
| Name (Path) | Cardinality | Description |
|---|---|---|
Buyer Name (PartyName/Name) | 0..1 | The name of the Buyer |
Buyer Postal Zone (PostalAddress/PostalZone) | 1..1 | The Postal Zone of the Buyer |
Buyer Tax Identifier (PartyTaxScheme/CompanyID) | 1..1 | The Tax Identification Number of the Buyer. |
Buyer Tax Scheme Identifier (PartyTaxScheme/TaxScheme/ID) | 1..1 | The Tax Scheme Identifier of the Buyer |
Buyer Registration Name (PartyLegalEntity/RegistrationName) | 1..1 | The name of the Buyer |
Restrictions
Use the following codes for the Tax Scheme Identifier:
| Code | Description |
|---|---|
VRBL:MX:601 | General regime |
VRBL:MX:603 | Non-profit regime |
VRBL:MX:605 | Salaried employees regime |
VRBL:MX:606 | Real estate leasing regime |
VRBL:MX:607 | Asset disposal regime |
VRBL:MX:608 | Others |
VRBL:MX:610 | Resident abroad |
VRBL:MX:611 | Dividend income |
VRBL:MX:612 | Professional Activities Regime |
VRBL:MX:614 | Interest Income |
VRBL:MX:615 | Regime for Income from Prizes |
VRBL:MX:616 | No Tax Obligations |
VRBL:MX:620 | Production Cooperatives that choose to defer their income |
VRBL:MX:621 | Tax Incorporation Regime |
VRBL:MX:622 | Regime for Agricultural, Livestock, Forestry, and Fishing Activities |
VRBL:MX:623 | Optional for Groups of Companies |
VRBL:MX:624 | Coordinated |
VRBL:MX:625 | Regime for Business Activities with Income through Technology Platforms |
VRBL:MX:626 | Simplified Trust Regime |
Example
<ubl:Statement>
<!-- code omitted for clarity -->
<cac:AccountingCustomerParty>
<cac:Party>
<cac:PartyName>
<cbc:Name>JIMENEZ ESTRADA SALAS A A</cbc:Name>
</cac:PartyName>
<cac:PostalAddress>
<cbc:PostalZone>11000</cbc:PostalZone>
</cac:PostalAddress>
<cac:PartyTaxScheme>
<!-- Document Receiver VAT ID -->
<cbc:CompanyID>JES900109Q90</cbc:CompanyID>
<cac:TaxScheme>
<cbc:ID>VRBL:MX:601</cbc:ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
<cac:PartyLegalEntity>
<cbc:RegistrationName>JIMENEZ ESTRADA SALAS A A</cbc:RegistrationName>
</cac:PartyLegalEntity>
</cac:Party>
</cac:AccountingCustomerParty>
<!-- code omitted for clarity -->
</ubl:Statement>
Updated 9 days ago
