Stripe - Setup the peyee to be database with a speciffic email instead user

My app lets you add multiple businesses and manage all bookings/service purchases from the same dashboard. The businesses are under database businesses. When the business owner user sets up a stripe, the stripe gets linked to this current user’s database. So therefore when a client pays the business owner bubble will always send the money to the same business owner’s stripe account regardless of which business was the transaction for. My goal is to separate the transactions. The idea is when a business owner adds a new business he should be able to create a new stripe account and connect to that specific business so that when the client purchases a service through that specific business, the funds will apply to the stripe linked to that specific business rather to the user owning the business. In a sense when processing a transaction instead of setting up the payee to be a user database I want to set up a business database to be the payee. Thank you.