I’m guessing part of the issue is that glide columns are most likely calculated on each individual device and not on the server. That’s probably where the security issue comes into play. The stripe interaction probably needs to happen on the server, and if the data is technically not being calculated on the server, then it’s not accessible when passing api credentials and data from the glide servers to the stripe servers. Opening up to allow each device to make direct connections to stripe probably opens up a whole lot of of security issues that would no longer be controlled under Glide’s servers and security. Just my guess.