Html without using iframe?

Hello,

I have very little experience with website building, so please excuse any incorrect use of the terms! I have a piece of code from another source that I have been using through the Wix functionality of housing it/adding it to my page with an iframe. However, the outside source no longer supports using iframes. Does anyone know how I can still use this code on my website without an iframe? The code is to allow my website to accept credit card payments, and the source is my credit card processing company (authorize.net). Thank you!

ya would be nice to be able to use html outside of an iFrame, as far as i’m aware iFrame’s are not a good thing when it comes to SEO ranking

If that is really true (no longer working in an iFrame, but I´ll take your word for it), then the snswer is NO: Wix does not allow you access to the DOM, or, in plain French, allow to to put plain HTML inside a page.
Had a quick look at Authorize docs. They offer an API, but it is XML-based (with a JSON shell around it). THey are working on a REST-implementation. So you could try to use it, but I have witnessed the first Stripe-development here on this forum and it was not easy.
Another way is to change to Wix-PAY (with API) and change underlying payment provider (like Stripe). But you will have to rewrite your code.

I know this is not the answer you were looking for, but alas, it is so.

Good luck

Thank you very much for your feedback!

This might be of interest:

Stripe Payment Processing

Integrate the Stripe Payment processing system into a site. Three levels of user access are demonstrated: visitor, freemium (registered), and premium (paid).

And of course, there’s Wix-Pay .