#andrea-skuola-subscriptions
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
you can list customer subscriptions https://stripe.com/docs/api/subscriptions/list#list_subscriptions-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and then do a loop and cancel them one by one https://stripe.com/docs/api/subscriptions/cancel
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can I set all subscription to canceled without delete them?
cancel = delete
I mean for example if I can change the status to "expired" to maintain the history, instead of hard delete them
oh ok
and is there a way to anticipate the payment of an installment for subscriptions?
what do you mean?
at the moment i have a subscription that the next installment is scheduled for the 17th of this month and I want to anticipate it by a few days