#wendel_docs
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/1300664053974433883
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
On Stripe, I have created 4 products (Bronze Subscription, Silver Subscription, Gold Subscription and Licencing Fee), only the licencing fee is an one time payment made after the 14 free trial days. I also created payments links, but I had problems with that because even though I could offer the 14 free trial for the subscription the customer needs to pay the licencing fee prior to using
hello! Do you want the customer to pay for the licensing fee upfront before starting the trial, or after the trial ends?
hi alex! after the trial ends if possible
have you tried creating the subscription with the trial, then creating an invoice item with the customer, subscription and price ids defined? The price for the invoice item in this case will be the one time licensing fee
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
the invoice that is generated after the trial ends should have the licensing fee included
in case you haven't seen this yet, you can use test clocks to mimic the passing of time : https://stripe.com/docs/billing/testing/test-clocks