#nsad_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nsad_best-practices, 4 days ago, 13 messages
đ 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/1244989415252693034
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I am not sure I understand the question. Could you please elaborate?
I wanna create like a marketplace, but instead be product use subscription, in for each subscription the platform get a percentual
I am sorry, I don't understand what you mean.
What's the exact problem you're facing?
Do you want to use Stripe Connect with Subscriptions?
I wanted to know how this process is done, would each seller need to create a product and a price on the stripe?
This depends on how you decide to build your integration. You can also just use the same Price/Product on your Platform account, and do destination charges (but with Subscription): https://docs.stripe.com/connect/destination-charges
What type of connected accounts are you using?
If you use express it's best to keep all the objects on the Platform account.
You can either create a new Price before creating a Subscription, or use price_data.unit_amount to set the amount dynamically: https://docs.stripe.com/api/subscriptions/create#create_subscription-items-price_data-unit_amount
Ok my friend!
i was using transfer_data to transfer values, Is it better to keep using this?
Yes, that's good.
Okay, thanks so much!
Happy to help.