Adding payment processing in flows
We’d like the ability to add payment components in Titan Flows.
We have over 50 payment components (because we have 50+ Stripe accounts). Since there isn’t an easy way to dynamically select a payment component to run, and we have to instead rely on large conditionals, we figure the next best thing is to setup a Payment Processing Controller, which essentially acts like a reusable payment router/controller + processor for all forms that require payment in our organization.