#masudrhossain
1 messages · Page 1 of 1 (latest)
Hello masudrhossain, 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.
• masudrhossain, 1 day ago, 17 messages
• masudrhossain, 5 days ago, 6 messages
Hey there
You use application_fee_percent with Subscriptions: https://stripe.com/docs/api/subscriptions/create#create_subscription-application_fee_percent
Oh so we cannto specificy a specific amount?
No you would need to calculate it based on percent if you want that.
@outer locust will this be on every monthly amount or just once?
Every recurring Invoice
So i'm building a referral feature. where referrer gets a cut, which i can use application_fee_percent to grab that and send it to the right person.
But i also want to give the referred person a discount.
With paymentintents, i just minused it out from the amount.
But with subscription, do i have to create a coupon and attach that?
Or is it possible to add a percent discount to it
Yes a coupon is the correct thing to use here