Create a late-payment interest note (Poland)
create_interest_noteCalculates Polish late-payment interest for overdue invoices (statutory rate under art. 481 of the Civil Code by default; commercial-transactions rate or a custom rate on request), creates an interest note (nota odsetkowa) on kras-trans.eu and returns a short link to review and download the PDF together with the calculation, exact to the grosz. Statutory rates come from the current National Bank of Poland reference rate. Unpaid invoices: interest is counted up to today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place | No | Place of issue (city) | |
| debtor | Yes | Debtor — who paid late | |
| creditor | Yes | Creditor — who issues the note and receives the interest | |
| currency | No | ISO 4217 code of the amounts, default PLN | |
| invoices | Yes | Invoices or other amounts paid late / still unpaid | |
| rate_type | No | statutory = Polish statutory late-payment interest (art. 481 Civil Code, default); commercial = rate for transactions between businesses; custom = contractual rate given in annual_rate_percent | |
| issue_date | No | YYYY-MM-DD, default today | |
| note_number | No | Number of the note, e.g. NO/1/09/2026 | |
| bank_account | No | IBAN for the payment of the note | |
| payment_days | No | Days to pay the note, default 14 | |
| annual_rate_percent | No | Annual rate in percent when rate_type is custom, e.g. 12.5 |