sprain/php-swiss-qr-bill

SUVA XML invoices & esrQR

gpizzetta opened this issue · 1 comments

Hi

We use your class to generate QR invoices. It work's very well thank you for your work !

This question is not totally linked with your project but you might be able to help me.

We are working on a project to send XML invoices to SUVA (insurance in Swiss)

In the XML they expect an esrQR reference number that look's very much like the one you generate for the QR invoice

<invoice:esrQR iban="CH0930769016110591261" type="esrQR" reference_number="210000000003139471430009017" customer_note="This is an individuell customer note">

Is the reference number generated by you class an esrQR ? If yes we could use your class to generate this reference also, this would be great!

Thank you, Gilles

@gpizzetta
I suppose you can use QrPaymentReferenceGenerator within this class to create your reference numbers, if I understand your question correctly.