#gisho_02527
1 messages · Page 1 of 1 (latest)
Hello gisho_02527, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• gisho_02527, 4 days ago, 22 messages
• gisho_02527, 5 days ago, 26 messages
• gisho_02527, 5 days ago, 12 messages
you can listen for the customer.subscription.created event using webhooks : https://stripe.com/docs/api/events/types#event_types-customer.subscription.created
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay thanks
once a subscribtion is created from the schedule
is the subscribtion schedule deleted
A subscription schedule isn't "deleted", it'll end
and that depends on what changes to the Subscription you've defined in the Subscription Schedule. Once the Subscription Schedule has gone through all the phases, it'll end
okay thanks