Friday, March 1, 2024

Show HN: Payme, a library and CLI to generate QR codes for SEPA payments https://ift.tt/A627GWO

Show HN: Payme, a library and CLI to generate QR codes for SEPA payments I built this library and tool several years ago. Some event where I was a co-organizer needed pre-payment for the orders, and to make this easy without going the path of an online payment service, I sent automatic mails with payment QR codes included. The CLI also (by default) generates QR codes in the terminal, which I use often when an invoice needs to be paid: copy all necessary fields as CLI flags, generate the QR in the terminal, scan with the phone, double check everything and go! Maybe paying should not be this easy... https://ift.tt/kXyULzb March 1, 2024 at 11:01PM

No comments:

Post a Comment

Show HN: I got tired of Base64, so I made a numeric-only alternative https://ift.tt/GUAtM8l

Show HN: I got tired of Base64, so I made a numeric-only alternative I created numbase is an alternative to Base64 that encodes data into a ...