Japan: Supplier's Tax Scheme
Depending on the type of invoice, you are required to include or exclude the Supplier's tax identifier.
Use the PartyTaxScheme
sub-element of the AccountingSupplierParty element.
Element
Element | Description |
---|---|
Invoice/AccountingSupplierParty/Party/PartyTaxScheme |
Restrictions
- For a standard Japanese Document, you must specify the Supplier's tax identifier.
- This tax identifier can only be included once in the Document.
- Non-tax Japanese Documents must not include the Supplier's tax identifier.
- If the time period specified in the
Invoice/InvoicePeriod
orInvoice/InvoiceLine/InvoicePeriod
elements is on or after October 1st 2023, the Supplier must be identified by the Registration Number for Qualified Invoice Purpose number. This consists of 14 digits and it must start with aT
.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:InvoicePeriod>
<cbc:StartDate>2024-11-26</cbc:StartDate>
<cbc:EndDate>2024-11-30</cbc:EndDate>
<cbc:Description>Monthly</cbc:Description>
</cac:InvoicePeriod>
<!-- Code omitted for clarity -->
<cac:AccountingSupplierParty>
<cac:Party>
<!-- Code omitted for clarity -->
<cac:PartyTaxScheme>
<!-- Registration Number for Qualified Invoice -->
<cbc:CompanyID>T1234567890123</cbc:CompanyID>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:PartyTaxScheme>
<!-- Code omitted for clarity -->
</cac:Party>
</cac:AccountingSupplierParty>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated about 2 months ago