Hacker News new | ask | show | jobs
by matthewarkin 4063 days ago
The new Stripe.js does not render an iframe, the credit card information is still entered on your site so $("#credit-card-number").val() would return the card number. The transmission of the card data happens through the iframe. So the card number gets copied to the iframe, and the iframe makes the post to Stripe.
1 comments

You are right, editing my comment.