Mexico (Pymnt): Seller Party
Read about the elements, Tax Scheme Identifier codes, and an example of the Seller Party for Mexico (Pymnt).
The Seller Party is the legal person or organization who provides a product or service. The Seller Party is mandatory information.
| Name (Path) | Cardinality | Description |
|---|---|---|
Seller Party (/Statement/AccountingSupplierParty/Party) | 1..1 | A group to provide Seller data. |
This group contains the following elements:
| Name (Path) | Cardinality | Description |
|---|---|---|
Seller Name (PartyName/Name) | 0..1 | The name of the Seller |
Seller Postal Zone (PostalAddress/PostalZone) | 1..1 | The Postal Zone of the Seller |
Seller Tax Identifier (PartyTaxScheme/CompanyID) | 1..1 | The Tax Identification Number of the Seller. |
Seller Tax Scheme Identifier (PartyTaxScheme/TaxScheme/ID) | 1..1 | The Tax Scheme Identifier of the Seller |
Seller Registration Name (PartyLegalEntity/RegistrationName) | 1..1 | The name of the Seller |
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:AccountingSupplierParty>
<cac:Party>
<cac:PartyName>
<cbc:Name>ESCUELA KEMPER URGATE SA DE CV</cbc:Name>
</cac:PartyName>
<cac:PostalAddress>
<cbc:PostalZone>11000</cbc:PostalZone>
</cac:PostalAddress>
<cac:PartyTaxScheme>
<!-- Invoice Issuer VAT ID -->
<cbc:CompanyID>EKU9003173C9</cbc:CompanyID>
<cac:TaxScheme>
<cbc:ID>VRBL:MX:601</cbc:ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
<cac:PartyLegalEntity>
<cbc:RegistrationName>ESCUELA KEMPER URGATE SA DE CV</cbc:RegistrationName>
</cac:PartyLegalEntity>
</cac:Party>
</cac:AccountingSupplierParty>
<!-- code omitted for clarity -->
</ubl:Statement>
Updated 9 days ago
