#malamhari_
1 messages · Page 1 of 1 (latest)
Hi there!
Ultimately you want to send money to the content creators? If so are you using Stripe Connect and do they have a Stripe account?
Yes, we want to do something like that
Right now we only try implement the feature using stripe API only not the stripe connect, also no: they haven't any Stripe account
Note that they will need to have a Stripe account if you want to send the money.
Is the subscriptions object only exist for one user - to - one content creator (say if I want to subscribe to three content creators, do I need to create three subscriptions object?
It's up to you. Do you want to charge the customer once per month with one invoice, or charge them multiple time per months with multiple invoices?
If the content creator changes the product price, do I need to update manually all users that have subscriptions to the content creator?
Yes you'll need to update the price of the Subscription you want to change
Thank you, I'll take a note that content creator must have a Stripe account