Hi,
I’m using a third party api for payments that require IP whitelisting and from what I can see from the docs and the forum fly.io does not support this currently.
How can I solve this problem? I still want to use fly.io and I only have a few solutions - but this payment integration is a must.
Some alternatives that I’ve found from the forum:
-
Use services like https://www.quotaguard.com/
-
Host the payment integration on another cloud provider that supports static outbound ip addresses (ip v4) and call that “service” from my fly io application - it would just be a proxy. Could use something like smokescreen - GitHub - fly-apps/smokescreen: An example of deploying Smokescreen on Fly.io
Kind regards,
Emil