Replies: 0
I have a magnetic card reader for my theater’s box office to take payments at the door, it parses the card data using JavaScript and can place that data in the fields of other payment processors on my website (PayPal, YITH WooCommerce Stripe) but not with this Stripe plugin as the input fields are embedded in an iframe and JavaScript does not allow me to input data into an iframe from a different domain. Can you please tell me how to remove your fields from the iframe and embed them directly on my checkout page? No other Stripe plugin does this.