@sinnoaria
This is what Sam said regarding the CC information not being stored by JNC:
@sam-pinansky said in Paypal:
@keul you need to understand more how webpages work. Just because the form is shown on our web address doesn't mean that when you hit the "submit" button that the information you enter is sent to the address shown on the browser. What actually happens, see, is that it triggers a JavaScript https request to stripe's server when you hit submit. This sends the cc card in to stripes server and they check that the card is valid. They then send back to the browser a token, which is like a signature for your account and cc info (it's not the card info itself), and THAT is the information we store on our servers.
Feel free to check the actual http connections in the browser developer console if you aren't convinced.