Hello All,
My first Bubble project is a book publishing collaboration platform and so far the community and tool has been super helpful! Thanks to all who contribute and support.
I’m running into an issue that I haven’t found documentation to solve. One key workflow in my app allows for any user to submit a book idea, which then creates a new book in the DB and dynamically generates a book collaboration page. Each book collaboration page contains a “fund” button to crowdsource the cost of book production. I’ve been able to set up Stripe to successfully identify a test book and confirm that the transaction is working, however I had to manually set up the book through the Stripe Dashboard. As I’d like users to submit a book idea and immediately be able to share with friends for funding (rather than wait for an admin to manually set up a new product through Stripe Dashboard), ideally I could included a “set up Stripe product” step in the “submit a book idea” workflow.
I see this type of action referred to in Stripe’s documentation but cannot find explicit direction on how to make this happen. It appears it may only be possible through the Managed Account settings, which will certainly be a challenge for a novice such as myself.
Any help or insight would be greatly appreciated! Thank you in advance.