#mtalhaabbas

1 messages · Page 1 of 1 (latest)

glad sandalBOT
#

Hello! We'll be with you shortly. 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.

wild gyro
#

What's the relationship between affiliator and you, is affiliator a connected account that use the service that your platform provides?

opaque sky
#

exactly

wild gyro
#

Is the connected account a standard account or express account?

opaque sky
#

standard account

wild gyro
opaque sky
#

but we're providing monthly based subscription

wild gyro
#

You can do direct charge with subscription as well

#

You should specify a stripe_account in the request.

By specifying a stripe_account, you are telling Stripe that you want to make an API call on behalf of a connected account. You can refer to this doc to learn more about making API request for connected account (https://stripe.com/docs/connect/authentication)

Learn how to add the right information to your API calls so you can make calls for your connected accounts.

opaque sky
#

can you share the exact link or method

#

because I have not found it

#

I have already implemented authentication part

wild gyro
#

So basically you just need to specify the stripe_account header in the request to make an API call on connected account.

#

Are you collecting an application fee?

opaque sky
#

no

wild gyro
#

Also help me to understand your business model. If I'm the affiliator and I'm accepting a $10 subscription from a customer. Am I expecting to get $10 + 10% * $10 = $11 ?

opaque sky
#

We currently offer monthly subscription-based AI services. We are planning to introduce an affiliate program, where users can connect their Stripe account to our platform. They will then be able to create referrals and share them with others who can use our platform's services. When someone purchases a subscription through an affiliate's referral link, we aim to send 10% of the subscription amount to the affiliate's Stripe account in real-time, immediately after the user's purchase

wild gyro
#

Is my understanding correct? if not, can you walk me through with an example?

opaque sky
#

I'm sharing a example with you

#

I run a platform that offers subscription-based services for $100 per month. I'm planning to launch an affiliate program, where you can connect your Stripe account to our platform. Once connected, you'll receive a referral link that you can share with your friends. If any of your friends purchase a subscription through your referral link, our platform will send you a 10% commission, which amounts to $10, to your Stripe account as a reward for bringing them on board

wild gyro
#

So in another words, you just want to transfer additional funds to a connected account?

opaque sky
#

yes

wild gyro
opaque sky
#

directly, there is no way to transfer using the create subscription checkout method?

#

because we're using the stripe checkout for our subscriptions

wild gyro
#

No

#

You can listen to checkout.session.completed event and create a transfer

opaque sky
#

okay but if the user create dispute then how we will get back 10% amount from the connected account?

wild gyro
#

Standard accounts are responsible for disputes, you don't need to handle them.

glad sandalBOT
trail ether
#

Hey, taking over here. Let me know if there's any follow-up Qs I can answer!

opaque sky
#

can you provide me better soultion for

#

I run a platform that offers subscription-based services for $100 per month. I'm planning to launch an affiliate program, where you can connect your Stripe account to our platform. Once connected, you'll receive a referral link that you can share with your friends. If any of your friends purchase a subscription through your referral link, our platform will send you a 10% commission, which amounts to $10, to your Stripe account as a reward for bringing them on board

trail ether