#aeropuertomc_unexpected
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/1468659820813881536
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- aeropuertomc_api, 1 day ago, 29 messages
- aeropuertomc_best-practices, 1 day ago, 16 messages
- aeropuertomc_best-practices, 1 day ago, 11 messages
hello! can you share the subscription ID in question?
Account ID
acct_1RkkSh4YZstHYraN
Expired Sub ID
sub_1SwpNo4YZstHYraNmeIga2JS
Subscription Created Event ID
evt_1SwpNq4YZstHYraNbd4pMffv
Subscription Updated Event ID (Change to expired)
evt_1Sx9My4YZstHYraNyBZ4GrNs
thank you! looking now...
for this subscription, it looks like the cause was this request to void the invoice
https://dashboard.stripe.com/acct_1RkkSh4YZstHYraN/logs/req_Aicwaq6RoQKAqJ
Oh, ok.
Now that I have you
Is there a way to extend the 23-hour grace period of incomplete subscriptions?
Can the pause_collection parameter in subscriptions.update help with that?
i don't think there are any settings that let you configure the precise duration, i think it's fixed. let me see if there are any other options
thanks
hmm yeah i just tested it out and pausing collection doesn't seem to help either
is this something that could be implemented at some point?
ok yeah i tried a few different variations and none of them are working. so from what i can tell it currently isn't possible to extend this through any means
can you share more details about your use case? i can pass the feedback along to our product team but we can't guarantee that it will be implemented, nor can we provide a timeline
sure. so we want our customers to explicitly approve their ACH debits before a subscription starts
๐ Hi there. I'm taking over for solanum who needs to step away
Hi
So I am trying to create incomplete subscriptions with default_incomplete, and then after the user pays we want the subscriptions to become active
however, customers only have 23-hours to pay which is a bit painful, because then someone has to go and recreate the subscriptions if they didn't check their email fast enough
i was asking if by using pause_collection this period could be extended
we want to give customers more than 23 hours to generate the mandate
Gotcha
looking
I think this is a better option: https://docs.stripe.com/billing/subscriptions/trials#create-free-trials-without-payment
Give them a 1-day free trial and then set trial_settings.end_behavior.missing_payment_method to pause the Subscription and you can leave it in that state until you get a payment method, and then you can maybe run a job every week looking for paused Subscriptions that have been in that state more than x days and cancel them if you want
(I would highly recommend testing this using approach using Test Clocks)
Oh, one question
Can I pause the subsription while on trial?
The reason is that we would like those trial subscriptions not to be confused with active subscriptions
Thanks a lot for that info, btw
Trialing is its own status
I mean the answer to your question is no, but there are different statuses on the Subscription to track these states
ok great, thanks!
When a subscription is trialing, does it generate an invoice to pay?
Yes it generates an Invoice, but it can't be paid because it is $0