Displaying the payment form in the iframe
Modify your payment form by using the target attribute of your <form> tag.
Populate it with the name of your iframe.
<form method="POST" action="https://secure.lyra.com/vads-payment/" target="nameFrame" > ... </form>