#mtalhaabbas
1 messages · Page 1 of 1 (latest)
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.
- mtalhaabbas, 5 days ago, 6 messages
What's the relationship between affiliator and you, is affiliator a connected account that use the service that your platform provides?
exactly
Is the connected account a standard account or express account?
standard account
Ok, I assume you are using direct charge? https://stripe.com/docs/connect/direct-charges
but we're providing monthly based subscription
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)
can you share the exact link or method
because I have not found it
I have already implemented authentication part
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?
no
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 ?
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
Is my understanding correct? if not, can you walk me through with an example?
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
So in another words, you just want to transfer additional funds to a connected account?
yes
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
directly, there is no way to transfer using the create subscription checkout method?
because we're using the stripe checkout for our subscriptions
okay but if the user create dispute then how we will get back 10% amount from the connected account?
Standard accounts are responsible for disputes, you don't need to handle them.
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
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
There's no direct affiliate solution in the API really. Couple ways you can do it:
- Utilise a customer credit balance: https://stripe.com/docs/invoicing/customer/balance
- Utilise coupons/discounts