Q: Subscriptions Question
Does Orchestra keep track of the subscription and send a payment request when the payment term comes up, or does it just manage the Stripe subscription? This is important as I'm trying to eliminate paying stripe the subscription fees on top of their normal payment processing fees.
Also, is there a way to have more than one brand under this? We have 15 stripe accounts for different brands.
Thanks!

RieraAnthony
Jun 20, 2025A: Hi 👋
Orchestra is a layer on top of Stripe, so unfortunately there is no way to waive those fees directly.
One of the solution is to use bank transfers instead of card payments on Stripe, the fees are then only around 0.5% of the transaction!
About the brands and accounts, you can have multiple agency accounts with the same user (and easily switch from one to another!)
But each agency must have their own tier. (Also, each agency can have a different Stripe account too!)
I'm not referring to the payment processing fees, I'm referring to the billing/subscription fees that are on top of the processing fees. Other SaaS platforms do this by sending each monthly payment as an API call from their platform, vs setting up the subscription on Stripe's end and letting stripe send the request for the monthly charge.