#marketen_api
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/1416011977255555102
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Are you creating Stripe Subscription with PaymentLinks ?
hey! yes
TLDR: I want to avoid having 0$ invoices when selling a product with free trial. Im using stripe payment links
I need to keep the payment method in the product. I know that if I dont include a payment method in my payment link an invoice wont be generated, but I cant afford that
I'm afraid you can't disable invoice generation in that case
Could I generate once a custom payment link that keeps payment methods but doesnt invoice until the free trial ends? https://docs.stripe.com/payment-links/api
So all new subscriptions come with "billing_cycle_anchor": "trial_end"
You can by managing the trial phase by your integration
You use Checkout Session to collect the PaymentMethod without creating the Subscription
Once the trial period end, your integration creates a Subscription with that saved PaymentMethod
Sorry could you walk me through that a bit? So the user wont have a subscription until the trial ends?
What do most users do when they want to avoid 0$ invoices?
The idea is to avoid creating the Subscription with the trial period. So when the customer subscribe your integration collects their PaymentMethod without immediatly creating the Subscription in Stripe (Start the Subscription in future date without Trial)
Is there not way of having a stripe subscription with free trial without invoices during free trial?
No there isn't sorry.
what about something like this?
creating a checkout session with billing syncle anchor to trial end
wont a customer that goes through that checkout have a subscription with free trial and without invoices until trial_end comes?
When trial ends, the billing cycle anchor will be reset in all cases, so I don't think that has any impact on the first invoice generation
Damn, so not even with a low-code custom checkout I have any way of delaying first invoice when using free trial?
sry, just doublechecking
Let me do some tests..
thanks a lot
One other workaround, would be by setting proration_behavior to none and set billing_cycle_anchor to a future date (when the trial should end), without adding a trial period to the Subscription
This will create the Subscription, and won't invoice/charge the customer untill the billing_cycle_anchor is reached. No invoice will be generated before.
Hi, I have a problem with Payouts, I've gotten paid to stripr and now I can't transfer it to my bank. I've tried every single option on the "contact support" page on the website
@dire sable looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
interesting! will check that out. thanks! Can we leave this thread open for a while if I come up with any more doubts?
The thread will be close due to inactivity. Feel free to open a new one (it will have reference to this one)