@@ -150,6 +150,18 @@ ZZZ - Mutually defined <br>
150
150
151
151
## Jurisdiction specific requirements
152
152
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
+
153
165
### DE - Germany
154
166
155
167
#### Payment Means - Mandatory
@@ -158,23 +170,14 @@ The payment means contains information on how the seller wishes to be paid. Use
158
170
159
171
``` php
160
172
<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-->
163
174
<cac:PayeeFinancialAccount >
164
- <cbc:ID >DE89370400440532013000</cbc:ID >
175
+ <cbc:ID >DE89370400440532013000</cbc:ID > <!-- IBAN CODE -->
165
176
<cac:FinancialInstitutionBranch >
166
- <cbc:ID >DEUTDEMMXXX</cbc:ID >
177
+ <cbc:ID >DEUTDEMMXXX</cbc:ID > <!-- BIC CODE -->
167
178
</cac:FinancialInstitutionBranch >
168
179
</cac:PayeeFinancialAccount >
169
180
</cac:PaymentMeans >
170
181
```
171
182
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
-
180
183
<x-next url=/en/invoices>Invoices</x-next >
0 commit comments