#kamil1999_api
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/1295489287722238013
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- kamil1999_api, 14 minutes ago, 60 messages
- kamil1999_api, 3 days ago, 17 messages
- kamil_connect-subscription, 3 days ago, 20 messages
Hi there
hi!
Let's make sure we use the same terms to refer to things
Just to make sure I understand correctly, you as a platform have clients who have connected accounts within your platform. These connected accounts charge their own customers using PaymentLinks
Do you as the platform want to charge the connected accounts $2 / month?
yes, as platform i have clients that charge their own clients through link. Also platform clients must have active subscription to be able to charge their own clients
Yes, I want to charge connected account 2$/month but dont want charge from their connected account balance but from card
Got it
In that case, you'll need to collect card payment details from these connected accounts. You'll need to save these PaymentMethods to Customers on your Platform account, and create Subscriptions on your platform
Ok, so after crete subscription just create payment intent for 2$ ?
No, not exactly.
When you create a Subscription, PaymentIntents are created automatically; no need to create PaymentIntents directly.
yes, but case is that user can buy subscription but he can not turn on onboarding
and then if onboarding not created -> he shouldnt have taken monthly fee
So we have 2 scenario:
- buy subscription and not complete onboarding -> pays only for sub
- buy subscription and complete onboarding -> pays for sub + 2$ fee for onboarding
what do you think ?
Hold on, not sure I follow your two scenarios
As a platform, you will use hosted onboarding (or custom onboarding) to onboard your connected accounts.
case is that user can buy subscription but he can not turn on onboarding
What does this mean exactly?
i figured out this, will create new product and add it to subscription after onboarding