Hey everyone!
I wanted to share a solution I figured out for integrating any payment gateway in Webflow, aside from Stripe and PayPal.
The process involves creating a subdomain in the DNS settings where your domain is registered. You can point the subdomain’s IP to the server where your app is hosted (on platforms like DigitalOcean, AWS, etc.). Once the subdomain is set up, you can use Webflow to easily code your buttons to make API calls to that external server.
This allows you to use any payment gateway of your choice, even if it’s not natively supported by Webflow.
Hope this helps anyone looking to integrate custom payment solutions!