Skip to content

Commit cad9fc8

Browse files
committed
Update for e-invoicing
1 parent 0191d04 commit cad9fc8

File tree

1 file changed

+113
-1
lines changed

1 file changed

+113
-1
lines changed

source/en/einvoicing.md

Lines changed: 113 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ locale: en
66

77
# e-invoices
88

9-
## Intro
9+
## Introduction
1010
e-invoicing is rapidly being adopted in many jurisdictions. Invoice Ninja has supported UBL format invoices for some time and now we also support a range of e-invoice formats including direct delivery of e-invoices over the PEPPOL network.
1111

1212
## e-invoice standards
@@ -63,4 +63,116 @@ Yes, in an upcoming version we will also support the delivery of e-invoicing via
6363
- Enable e-invoicing (Settings > E Invoice - select e invoice type => PEPPOL)
6464
- Generate and send e-invoices!
6565

66+
## Code lists / values
67+
68+
<a id="payment-means-codelist"></a>
69+
<details>
70+
<summary>Payment Means Codelist</summary>
71+
72+
1 - Instrument not defined<br>
73+
2 - Automated clearing house credit<br>
74+
3 - Automated clearing house debit <br>
75+
4 - ACH demand debit reversal <br>
76+
5 - ACH demand credit reversal <br>
77+
6 - ACH demand credit <br>
78+
7 - ACH demand debit <br>
79+
8 - Hold <br>
80+
9 - National or regional clearing <br>
81+
10 - In cash <br>
82+
11 - ACH savings credit reversal <br>
83+
12 - ACH savings debit reversal <br>
84+
13 - ACH savings credit <br>
85+
14 - ACH savings debit <br>
86+
15 - Bookentry credit <br>
87+
16 - Bookentry debit <br>
88+
17 - ACH demand cash concentration/disbursement (CCD) credit <br>
89+
18 - ACH demand cash concentration/disbursement (CCD) debit <br>
90+
19 - ACH demand corporate trade payment (CTP) credit <br>
91+
20 - Cheque <br>
92+
21 - Banker\'s draft <br>
93+
22 - Certified banker\'s draft <br>
94+
23 - Bank cheque (issued by a banking or similar establishment) <br>
95+
24 - Bill of exchange awaiting acceptance <br>
96+
25 - Certified cheque <br>
97+
26 - Local cheque <br>
98+
27 - ACH demand corporate trade payment (CTP) debit <br>
99+
28 - ACH demand corporate trade exchange (CTX) credit <br>
100+
29 - ACH demand corporate trade exchange (CTX) debit <br>
101+
30 - Credit transfer <br>
102+
31 - Debit transfer <br>
103+
32 - ACH demand cash concentration/disbursement plus (CCD+) credit <br>
104+
33 - ACH demand cash concentration/disbursement plus (CCD+) debit <br>
105+
34 - ACH prearranged payment and deposit (PPD) <br>
106+
35 - ACH savings cash concentration/disbursement (CCD) credit <br>
107+
36 - ACH savings cash concentration/disbursement (CCD) debit <br>
108+
37 - ACH savings corporate trade payment (CTP) credit <br>
109+
38 - ACH savings corporate trade payment (CTP) debit <br>
110+
39 - ACH savings corporate trade exchange (CTX) credit <br>
111+
40 - ACH savings corporate trade exchange (CTX) debit <br>
112+
41 - ACH savings cash concentration/disbursement plus (CCD+) credit <br>
113+
42 - Payment to bank account <br>
114+
43 - ACH savings cash concentration/disbursement plus (CCD+) debit <br>
115+
44 - Accepted bill of exchange <br>
116+
45 - Referenced home-banking credit transfer <br>
117+
46 - Interbank debit transfer <br>
118+
47 - Home-banking debit transfer <br>
119+
48 - Bank card <br>
120+
49 - Direct debit <br>
121+
50 - Payment by postgiro <br>
122+
51 - FR, norme 6 97-Telereglement CFONB (French Organisation for Banking Standards) - Option A <br>
123+
52 - Urgent commercial payment <br>
124+
53 - Urgent Treasury Payment <br>
125+
60 - Promissory note <br>
126+
61 - Promissory note signed by the debtor <br>
127+
62 - Promissory note signed by the debtor and endorsed by a bank <br>
128+
63 - Promissory note signed by the debtor and endorsed by a third party <br>
129+
64 - Promissory note signed by a bank <br>
130+
65 - Promissory note signed by a bank and endorsed by another bank <br>
131+
66 - Promissory note signed by a third party <br>
132+
67 - Promissory note signed by a third party and endorsed by a bank <br>
133+
70 - Bill drawn by the creditor on the debtor <br>
134+
74 - Bill drawn by the creditor on a bank <br>
135+
75 - Bill drawn by the creditor, endorsed by another bank <br>
136+
76 - Bill drawn by the creditor on a bank and endorsed by a third party <br>
137+
77 - Bill drawn by the creditor on a third party <br>
138+
78 - Bill drawn by creditor on third party, accepted and endorsed by bank <br>
139+
91 - Not transferable banker\'s draft <br>
140+
92 - Not transferable local cheque <br>
141+
93 - Reference giro <br>
142+
94 - Urgent giro <br>
143+
95 - Free format giro <br>
144+
96 - Requested method for payment was not used <br>
145+
97 - Clearing between partners <br>
146+
ZZZ - Mutually defined <br>
147+
148+
</details>
149+
150+
151+
## Jurisdiction specific requirements
152+
153+
### DE - Germany
154+
155+
#### Payment Means - Mandatory
156+
157+
The payment means contains information on how the seller wishes to be paid. Use the [Payment Means](#payment-means-codelist) list to deterine the correct code required. For example, to display your bank account details the following would be required
158+
159+
```php
160+
<cac:PaymentMeans>
161+
<cbc:PaymentMeansCode>30</cbc:PaymentMeansCode>
162+
<cbc:PaymentID>DE-23649</cbc:PaymentID>
163+
<cac:PayeeFinancialAccount>
164+
<cbc:ID>DE89370400440532013000</cbc:ID>
165+
<cac:FinancialInstitutionBranch>
166+
<cbc:ID>DEUTDEMMXXX</cbc:ID>
167+
</cac:FinancialInstitutionBranch>
168+
</cac:PayeeFinancialAccount>
169+
</cac:PaymentMeans>
170+
```
171+
172+
PaymentMeansCode = 30 => Credit Transfer
173+
PaymentID = The billing reference ie Invoice-2024-01
174+
PayeeFinancialAccount
175+
ID = IBAN
176+
FinancialInstitutionBranch
177+
ID = BIC number
66178
<x-next url=/en/invoices>Invoices</x-next>

0 commit comments

Comments
 (0)