I use the native bubble method to sign up my sellers on stripe.
I know that bubble stores the sellers ID, and I’ve used in on pages that the sellers deal with.
However, I can’t seem to access it in this scenario:
I’m creating a customer on behalf of a seller (customer is logged in)
The seller is a member of that customer user
So, i go to customer(user)->This customers trainer(seller user)->stripe ID
But, it looks like i just get a blank, no info
I considered just storing the seller ID in my database as text, but it does not seem like bubble will let me do that either, again, just a blank.