#Benoît
1 messages · Page 1 of 1 (latest)
👋 happy to help
you can easily remove as much as you want with a Subscription update call
Thank you !
I don't understand how. I already update subscription to add Items, but i don't see what to do to remove some of them
Could you link me a doc URL where it would be explained please ?
you just remove them from the items list
and re-add the ones that you want to keep and pass in the id of the existing subscription item
When i add an item in a subscription, i only pass the ID of the new item, it doesn't remove the other items that are not in the list i set
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you need to pass in deleted true
for the ones you want to delete
let me know if you need any more help
Ok, that's good for now, but i will have some more questions during the day ^^