#nicolas_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ 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/1283325094344659017
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
The page you linked there is not really a Gift feature. You can actually implement any credit / gift system on your own, with the purchasing part relying on Stripe API
It's entirely up to you
But how can a subscription purchased by one client be transferred to another client?
Not started when purchased, but only then the gift is activated by the real final client?
Is-it still up to us?
Do you mean to transfer between Customer objects?
No it's not natively supported like that. You could think of canceling the current Sub and recreating the exact same setup to the new Customer. The new Customer would need to pay for the future billing cycle though
or transfer the product from one client to another