#kamil1999_api

1 messages ¡ Page 1 of 1 (latest)

languid crystalBOT
#

👋 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.

wet flame
#

Hi there

uneven lance
#

hi!

wet flame
#

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?

uneven lance
#

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

wet flame
#

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

uneven lance
#

Ok, so after crete subscription just create payment intent for 2$ ?

wet flame
#

No, not exactly.

#

When you create a Subscription, PaymentIntents are created automatically; no need to create PaymentIntents directly.

uneven lance
#

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:

  1. buy subscription and not complete onboarding -> pays only for sub
  2. buy subscription and complete onboarding -> pays for sub + 2$ fee for onboarding
#

what do you think ?

wet flame
#

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?

uneven lance
#

i figured out this, will create new product and add it to subscription after onboarding