#hiroshi nishio
1 messages · Page 1 of 1 (latest)
You can use the trial_settings[end_behavior] parameter to pause/cancel the sub: https://stripe.com/docs/api/subscriptions/create#create_subscription-trial_settings-end_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Not sure what I'm looking at here?
As you see, I did not set trial_settings here...
This is the cause!!
So... what is the difference between cancel and pause??
Detailed here: https://stripe.com/docs/billing/subscriptions/trials#create-free-trials-without-payment
Can I change the settings of an existing subscription from the dashboard?
I'm not sure, you'd need to check
Let me check...