#Creix
1 messages · Page 1 of 1 (latest)
You would likely want to store the Customer ID alongside the Connect Account ID whenever a Customer is created.
You create the Customer on behalf of the Connect account using the stripe_account parameter and get that Customer object returned from Stripe: https://stripe.com/docs/connect/authentication
Ok, so basically I need another table where I store for every user his customer.id relative to every connected account he buys with, right?
That would likely be the easiest/tidiest way to do it, yeah