#manzano55
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
On my platform we give a 3-day bonus on the premium plan, I would like to cancel this courtesy and not require a payment method, but what I've managed to do so far is for it to expire due to non-payment, that's not exactly what I wanted, I wanted it to simply be a 3-day free period that would be canceled at the end of the 3 days, I will send some prints with my implementation and explain more details
i'm using the 'cancel_at_period_end' attribute, but still not cancelling the subscription
Sorry I'm not able to understand what you want to acheive exactly
You want to cancel the Subscription after trial period ?
ok, i will try right now
Happy to help!
Hi! I'm taking over this thread.
Hi!
The best way to check is to actually test your code. Is it working, or do you see any error?
I didn't see any error
but from what I could understand, the subscription behavior changed, and now it is written that it will be canceled at the end, I will wait and see what will happen, or do you have any other suggestions on how to test this?
Then the property was correctly set and it should work yes. You can share the Subscription ID if you want me to check (sub_xxx).
Even if it is a test subscription you can check?
here is it: sub_1O7GnSCCnDF59Up5JBh2leKC
like, what do I want to see and if at the end of the period the subscription will be completely canceled and will not start again
Yep looks correct: https://dashboard.stripe.com/test/logs/req_hGoBhzbEKnT4VM
like, what do I want to see and if at the end of the period the subscription will be completely canceled and will not start again
You could use Test Clock to test this: https://stripe.com/docs/billing/testing/test-clocks
i cant add an existing client into the clock simulation?
No you'll need to create a new Customer object.
I tested it with the clocks and apparently everything is fine, it was canceled at the end of the trial, thank you very much guys! good work to you!