#serdar4003_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1296185768338784300
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I found currently the following way:
If a user wants to make a subscription to the connected account, i need to create him as a customer of that connected account. After that the user can do a subscription of the connected account.
But is this how it needs to be?
Just to clarify, these customers are existing cus_ objects on your platform account? And you want to create subscriptions for them on your Connect accounts?
Also what type of connect accounts?
We have a platform where dance schools have connected accounts. The dance schools want to offer now subscriptions for users.
The customers do not exist yet aus cus_ objects on the platform account, but i tried it and then i got always the response, that the customer is not known for the connected account.
What type of connect accounts
The type is custom
Because the dance schools also can as example sell event tickets where we work with payment intents
In that case you don't want to create subscriptions on the connect accounts. You want to create them on your platform (via destination charges). See: https://docs.stripe.com/connect/destination-charges. You'd specify transfer data when creating the subscription: https://docs.stripe.com/api/subscriptions/create#create_subscription-transfer_data
Ah okay i understand, then the customers can have one customer portal where they can manage all their subscriptions, right?
yes
Okay great, thank you for your fast answer! i love your support
No problem. Happy to help