You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@gpizzetta
I suppose you can use QrPaymentReferenceGenerator within this class to create your reference numbers, if I understand your question correctly.
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
The text was updated successfully, but these errors were encountered: