#yulterior_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1255409990894882889
đ Have more to share? Add details, code, screenshots, videos, etc. below.
To clarify, you want to save the card platform and reuse the card on the connected account?
How i can extends user subscription based on Referral?
Can you elaborate more?
I am trying to develop a system in my app where if user refers someone I want to extend that users subscription by 1 month meaning i want to extend that users subscription end date programmatically. How can i do it? Is it possible in stripe?
What do you mean by "extend the subscription"? Is it about creating an discount to enjoy one month for free?
Yes basically i want to give one month free to anyone who refers someone.
Person who refers must be already having his subscription active. so in order for me to give him one month free i must extend his subcription end date by one month.
Ok, you can create and apply a coupon to give one month free https://docs.stripe.com/billing/subscriptions/coupons?dashboard-or-api=api#coupons
Kind Thanks,
In addition I want to give a one month free of Referral user Also .
So how can i give that?
You mean applying a coupon to a customer?
Yes
It's covered in the same page that I shared earlier.
Yes
in my connected account I have many different linked acount
end user can use save card
card saved with one Lined account and I want to use with second account
Ok, you can clone the payment method to the connected account, details covered in https://docs.stripe.com/payments/payment-methods/connect#cloning-payment-methods
ok, let me try