Skip to content

Commit 0a95b4a

Browse files
committed
e-invoice documentatoin
1 parent b4a556a commit 0a95b4a

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

source/en/einvoicing.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,18 @@ ZZZ - Mutually defined <br>
150150

151151
## Jurisdiction specific requirements
152152

153+
### AT - Austria
154+
155+
156+
#### CustomerAssignedAccountID - Mandatory for GOV clients
157+
158+
If you are sending an e-invoice to a government body, then you must include in the object
159+
160+
AccountingSupplierParty > CustomerAssignedAccountID
161+
162+
This is the ID of the department within the government that the e-invoice will be routed to
163+
164+
153165
### DE - Germany
154166

155167
#### Payment Means - Mandatory
@@ -158,23 +170,14 @@ The payment means contains information on how the seller wishes to be paid. Use
158170

159171
```php
160172
<cac:PaymentMeans>
161-
<cbc:PaymentMeansCode>30</cbc:PaymentMeansCode>
162-
<cbc:PaymentID>DE-23649</cbc:PaymentID>
173+
<cbc:PaymentMeansCode>30</cbc:PaymentMeansCode> <!-- code from payment means code list Credit Transfer-->
163174
<cac:PayeeFinancialAccount>
164-
<cbc:ID>DE89370400440532013000</cbc:ID>
175+
<cbc:ID>DE89370400440532013000</cbc:ID> <!-- IBAN CODE -->
165176
<cac:FinancialInstitutionBranch>
166-
<cbc:ID>DEUTDEMMXXX</cbc:ID>
177+
<cbc:ID>DEUTDEMMXXX</cbc:ID> <!-- BIC CODE -->
167178
</cac:FinancialInstitutionBranch>
168179
</cac:PayeeFinancialAccount>
169180
</cac:PaymentMeans>
170181
```
171182

172-
PaymentMeansCode = 30 => Credit Transfer
173-
PaymentID = The billing reference ie Invoice-2024-01
174-
PayeeFinancialAccount
175-
ID = IBAN / Bank Account Number
176-
FinancialInstitutionBranch
177-
ID = BIC number
178-
179-
180183
<x-next url=/en/invoices>Invoices</x-next>

0 commit comments

Comments
 (0)