Solved

Is there a way to show a QR based on the actual code?


Userlevel 5
Badge +16
  • Thinkwise Local Partner Brasil
  • 389 replies

I am fiddling around with payment API's and for a better user experience I am searching for a good way to show a QR code with payment link to use within banking Apps based on the actual QR code 

"qrCode": "HLT505HNFLRX7M6TGIINAP9HUZ9J1V2WR7HMZXYDC0195QEG10ZW4A2T926W",

 

icon

Best answer by Mark Jongeling 3 May 2022, 12:39

View original

This topic has been closed for comments

3 replies

Userlevel 7
Badge +23

Hi Freddy, 

We currently don't have a native way to generate/read QR-code, that would be a nice addition to the Thinkwise platform I think. Feel free to create an Idea for that.

As for what you can do now, is use an API that generates/reads QR-codes for you. Quick example after searching is https://goqr.me . Here you can easily do a GET call to their API and receive the QR-code or its details.

https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=Example&format=svg

Example, SVG format

Userlevel 5
Badge +16

Hi Freddy, 

We currently don't have a native way to generate/read QR-code, that would be a nice addition to the Thinkwise platform I think. Feel free to create an Idea for that.

As for what you can do now, is use an API that generates/reads QR-codes for you. Quick example after searching is https://goqr.me . Here you can easily do a GET call to their API and receive the QR-code or its details.

https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=Example&format=svg

Example, SVG format

I know there are external API's, but it's not really wanted. Can you change this topic to an idea? 

Userlevel 7
Badge +23

I see there's already an Idea that covers QR-codes 👍🏼: