I am developing my own plugin that handles PDF generating (invoices, pro-formas etc.). I would like to include QR code that if user scans in the Bank app it will set the payment data for them (name, iban, variable symbol, amount for pay etc.).
I am using TCPDF to generate QR code, but content of the QR code needs to be set to specific string (probably hashed data with payment information).
So that brings me to my question, is there a way how I can generate this code that will be output in form of QR code so customers can open their bank APP and scan it to automatically set the payment data? Using PHP in WordPress site.
I am new to this topic so I am trying to find out if this stuff is even possible.
I tried to include the data according to some ducomentation online (SEPA, EMVCo) but I did not managed to make it work. It shows invalid QR code data in my bank app.
Michal Talafa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.