schoero / swissqrbill

Swiss QR Bill generation in Node.js and browsers
MIT License
155 stars 29 forks source link

Twint payment slip ? #392

Closed popod closed 1 year ago

popod commented 1 year ago

Is it possible to generate Twint payment slip with this module ?

If yes, how to do that ?

If not, I think that this would be something interesting to provide :)

Thank you

schoero commented 1 year ago

Yes it is possible. But you need a payment provider that handles the transaction with twint. One such payment provider that I know of is raisenow.

You can register your invoices with the payment provider, which then gives you an alternative payment method that you can include in the av1 and av2 fields. You can see in this issue how that could look like.

popod commented 1 year ago

Hi, thank you for your detailed reply !