#Vinny GG
1 messages ยท Page 1 of 1 (latest)
I would like to remove the test period from all subscriptions, to perform this action I should use this api ?
https://stripe.com/docs/api/subscriptions/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
What is "the test period"? Do you mean a free trial?
Then yes you would update the subscription and remove the trial period.
OK, thank you
I can perform a filter looking only for subscription that have status trialing ?
Yes. With this endpoint you can specify the status of the subscriptions you want to retrieve: https://stripe.com/docs/api/subscriptions/list
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!