/ubl:Invoice/cac:PaymentMeans/cbc:InstructionNote
Payment Means Instruction Note
| Context ID | INV0782 |
| Cardinality | 0..n |
| Usage | O |
Description
Free-form text conveying information that is not contained explicitly in other structures.
An element containing instructions regarding a payment.
In Polish KSeF FA(3) this element represents a link to a non-cash payment of the amount on the invoice.
Details
vrbl-invoice-pl-b2b-3p0
The payment link generated by the settlement agent contains the KSeF payment identifier (IPKSeF), which is unique for a given transaction.
Ensure that the link starts with https:// or http:// otherwise it will be interpreted as free-text Instruction Note which is not mapped to the KSeF FA(3) final format.
Example:
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:PaymentMeans>
<cbc:PaymentMeansCode>30</cbc:PaymentMeansCode>
<cbc:InstructionNote>https://nazwaagenta.xyz/bramka?IPKSeF=001ABC123DEF4</cbc:InstructionNote>
<cbc:PaymentID>001ABC123DEF4</cbc:PaymentID>
<!-- Code omitted for clarity -->
</cac:PaymentMeans>
<!-- Code omitted for clarity -->
</ubl:Invoice>