There were no error messages in the logs regarding these users. I will wait to see what happens when the subscription is set to expire tonight (June 30) to see if Stripe does process the payment.
So, does that mean the payment should get processed tonight still? I suppose that since the user sign-up was literally one day before (June 29th) it got through without incident.It worked because we previously didn't error or your plan setup didn't result in an overage. Stripe would accept it, but would stop it at 365 days if it didn't outright error. So whatever overage days there were just didn't exist.
Also, another issue I've discovered since March 2023 is Stripe had no problem adding the user's name in the Customer section to align with the users on the website. Now they are coming through as "Guest", which will make it more difficult to monitor.
A Stripe customer account isn't required for single payments. Recurring payments will always create a customer account. You can enable it to create customer accounts for single payments and checkout payments within your Stripe gateway settings. Specifically the below parameters.
Customer Accounts (Single Payments)
Customer Accounts (Checkout)
Please Log in or Create an account to join the conversation.
Correct.If I want to allow users who sign up within one month of the renewal date of June 30 (eg. if someone signs up on June 1 expiration would be 1 month + 1 year later) then the recurring payment option is NOT possible. Is that correct?
Correct, you cannot have bonus time that would put the recurring duration over 1 year.a. Remove the "Bonus time when reactivating expired subscriptions" so if someone signs up before the membership renewal date (July 1 - June 30) which means if someone joined say m June 1, 2023, the membership would expire June 30, 2023 instead of June 30, 2024. (not ideal)
That's basically automated for you with the protection in place. Effectively if the recurring duration is within Stripe's limit it will allow them to subscribe.b. Only allow Single payments and forget about the subscription option (except when its outside the Bonus time)
That setting would prevent a free gap. So it wouldn't alter the recurring duration. So for example a 1 year duration plan with no free gap would work perfectly fine with Stripe and they would always renew for a year. This is irrelevant to their existing subscription as they'd just have time added to their existing subscription. We're strictly having to limit when Stripe handles billing the recurring payment, which is a maximum of 1 year. This is the default setting for all new plans.So if I changed it to "Renewal starts at expiration date or at payment date - whichever happens first (allow overlap but no free gap)" then even if people renew early the new membership term would still start on July 1 and the current membership would lapse on June 30?
I'm not sure what you mean. Single payments have no duration limits as they're not managed by Stripe at all.If I remove the subscription as a payment option does this setting affect the single payment option?
The subscription will process whenever Stripe says it will within your subscription area of your Stripe account.So, does that mean the payment should get processed tonight still? I suppose that since the user sign-up was literally one day before (June 29th) it got through without incident.
Perhaps Stripe allows some within a day or so of 365 to go through?
I personally just don't recommend having bonus time at all. If you need bonus time flip it. Give it to them at the end with a grace period, which won't impact subscription recurring dates.This has me thinking that perhaps I can disable the recurring payment option during the "Bonus" time I set (1 month) and then turn it back on the rest of the time. Does this make sense?
I wouldn't know. We of course always send the customer id with recurring payments as we have to since the API doesn't work without it. Only single payments can be guest payments, which our Stripe gateway by default does not create customers for, but those parameters will let them do so.The thing is all the previous single payments from the website show up as customers in Stripe. It's only the most recent that shows up as a Guest. I gather this is some kind of update on Stripe's end within the last couple of months.
Yes, you don't have to use Stripe Checkout at all. The gateway was improved awhile back to allow all payment methods on a single gateway. Previously you had to create 2 gateways (1 for on-site and 1 for checkout), which was cumbersome and caused webhook issues.Is it okay to turn off "Accept Stripe Checkout Payments" and still be able to have Stripe create a customer for single payments? Otherwise, I am seeing confusing duplication in the options.
Please Log in or Create an account to join the conversation.
That setting would prevent a free gap. So it wouldn't alter the recurring duration. So for example a 1 year duration plan with no free gap would work perfectly fine with Stripe and they would always renew for a year. This is irrelevant to their existing subscription as they'd just have time added to their existing subscription. We're strictly having to limit when Stripe handles billing the recurring payment, which is a maximum of 1 year. This is the default setting for all new plans.If I remove the subscription as a payment option does this setting affect the single payment option?
I'm not sure what you mean. Single payments have no duration limits as they're not managed by Stripe at all.
This has me thinking that perhaps I can disable the recurring payment option during the "Bonus" time I set (1 month) and then turn it back on the rest of the time. Does this make sense?
I'm not sure I follow. If I set up a grace period, would that mean the membership would not really expire on June 30? if that's the case I am not sure it would work with my scenario as all members have to expire on that date since I have set up Regular Validity duration to be this calendar year (July 1 - June 30).I personally just don't recommend having bonus time at all. If you need bonus time flip it. Give it to them at the end with a grace period, which won't impact subscription recurring dates.
Please Log in or Create an account to join the conversation.
Then use a By Calendar Year duration and don't allow recurring durations or don't allow free gaps. There's no other way to do this. Your requirements don't fit within Stripes limitations as you could end up with a duration more than 365 days.The reason I ask is that no matter when people sign up the membership has to be from July 1 - June 30 annually. I just need to make sure the expiration date is always June 30.
Sorry I meant to advise you to use "Renewal starts at expiration date or at payment date - whichever happens last (allows free gap)", which if you're actively subscribed and renew then it will extend from their expiration date. If they're expired and renew then it will extend from when they pay. This is a bit different when dealing with By Calendar Year durations though as those have start start/end dates.So setting it to: "Renewal starts at expiration date or at payment date - whichever happens first (allow overlap but no free gap)" should work for people renewing manually OR if they decide to renew by opting to go with recurring payments?
If the renewal starts at a payment date which is before July 1 what would happen with access? Since they are already active members they would continue to have access and nothing really changes in that regard. I am guessing that is what is meant by "overlap"
Grace Period is an artificial extension to a users expiration date. So if you set a grace period of 1 month their plan won't deactivate until 1 month after they expire. This isn't calculated in recurring payment dates though so it won't effect Stripe renewal dates.I'm not sure I follow. If I set up a grace period, would that mean the membership would not really expire on June 30? if that's the case I am not sure it would work with my scenario as all members have to expire on that date since I have set up Regular Validity duration to be this calendar year (July 1 - June 30).
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You don't need to manually turn it off/on. It will automatically hide itself from being a payment option if the subscription is outside the limits of Stripe. Eventually this won't really matter though as we plan to change over to a token based billing implementation and entirely handle recurring billing with an internal scheduler so then any duration will become available, but it will be awhile before we redo all of that. For now we're limited by payment providers recurring limitations and it's a bit odd Stripe limits this to only 1 year to be honest.This would be manually making sure to turn on and off the recurring payment option. That said if there was a way to somehow have the recurring payment be programmed to turn off during the bonus period I would not have to add the task to my calendar every May 31. (Wish list - feature request).
Please Log in or Create an account to join the conversation.