manuelbl / SwissQRBill

Java library for Swiss QR bill payment slips (aka QR-Rechnung)
https://www.codecrete.net/qrbill
MIT License
156 stars 37 forks source link

Can we add account no fields in additional information #65

Closed Surya-0173 closed 2 years ago

Surya-0173 commented 2 years ago

Can we add account no field in additional info or swiscobillInformation class

manuelbl commented 2 years ago

What account number would you like to add? A different one than the one that's always on a QR bill?

The additional information consists of the unstructured message (setUnstructuredMessage()) and the billing information (setBillInformation()). In the unstructured message, you can add any information you like. In the billing information, you are bound to the Swico standard and it does not include an account number field. But possibly the customer reference field works as well.

Surya-0173 commented 2 years ago

I need to add customer account no

manuelbl commented 2 years ago

There is no standard for adding the customer's account number. If you have a requirement to so, it's likely part of a bilateral agreement between supplier and customer. So you have to discuss it with the customer where to put the account number.

Surya-0173 commented 2 years ago

Ok thanks

Surya-0173 commented 2 years ago

Ok thanks.