#marketen_api

1 messages ¡ Page 1 of 1 (latest)

solemn coralBOT
#

👋 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.

jade iris
#

Are you creating Stripe Subscription with PaymentLinks ?

strong kite
#

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

jade iris
#

I'm afraid you can't disable invoice generation in that case

strong kite
jade iris
#

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

strong kite
#

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?

jade iris
#

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)

strong kite
#

Is there not way of having a stripe subscription with free trial without invoices during free trial?

jade iris
#

No there isn't sorry.

strong kite
#

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?

jade iris
#

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

strong kite
#

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

jade iris
#

Let me do some tests..

strong kite
jade iris
#

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.

dire sable
#

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

solemn coralBOT
#

@dire sable looks like you're in the wrong place, this thread is for someone else's question.

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.

strong kite
jade iris
#

The thread will be close due to inactivity. Feel free to open a new one (it will have reference to this one)