#Bob the builder
1 messages ยท Page 1 of 1 (latest)
Hi ๐ we aren't too familiar with the Stripe dashboard in this forum, we primarily focus on helping develoeprs leverage the Stripe API in this forum.
If your concern is focused on the difference in dashboard behavior, I would recommend reaching out to our Support team regarding that:
https://support.stripe.com/?contact=true
If you want full explicit control over the parameters used when making changes to objects in your account, I would recommend building code to make reqeusts to accomplish that.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
And, is it possible to always have a subscription end at the end of its schedule without starting a new one?
You can create a Subscription Schedule with an end behavior where it cancels the associated Subscription instead of releasing it from the associated schedule.
https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-end_behavior
cancelsounds more like what you're looking for.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Oky thanks for the information
Any time!