0

I have a website that uses paypal to allow students to purchase a textbook. I am interested in making a QR code that when scanned brings students directly to the paypal app (or the web based address). Is there a tool that would allow me to do that fairly simply

I imagine since the paypal button takes me to a link, I can somehow generate a QR code that takes people to the same link? Or is that the wrong way to do it?

Thank you for your help!

user1357015
  • 11,168
  • 22
  • 66
  • 111

1 Answers1

1

If the paypal link includes all of the necessary information, then you could take that link and use this generator.

Community
  • 1
  • 1
Kylelem62
  • 569
  • 4
  • 17
  • Is there a way to go to the paypal mobile site? – user1357015 Jan 23 '14 at 22:06
  • @user1357015 https://developer.paypal.com/docs/classic/mobile/gs_MEC/ That might have what you're looking for. I've never included paypal in anything I've done, but it seems like you meed to use this, or if you could figure out what part of the link contains your merchant information then you could see if it would work with paypal's moble site (I don't know what it is, but presumably something like mobile.paypal.com/?yourmerchantinfo) and that might work. – Kylelem62 Jan 23 '14 at 23:05