I am working on building a custom wordpress woocommerce payment gateway. I am following this tutorial "https://www.sitepoint.com/building-a-woocommerce-payment-extension/", the issue is that i am not using the direct payment method, and instead i need to use iframe based or external page.
I need to know how to redirect to the external page/iframe, make the payment and get the result back.
anyone can change the tutorial code or help? Thanks.