Hey! First off, I hope whoever is reading this is having a great day.
I’m trying to let multiple users manage the same Stripe client (ie if a company has 5 employees, and 3 of them have clearance to manage money-based things, I want them to all be able to manage payment methods and pay the same outstanding balance). I’ve been using Bubble’s Stripe plugin and it seems to have automatically stored payment methods to a user. I’ve tried setting up a separate table for clients and assigned users to one client, but I can’t decouple the payment methods from the user to instead assign to the client.
I’d hugely appreciate any help on this! Can’t seem to find a solution anywhere and I can’t imagine I’m the only one struggling with this.