#Nick
1 messages · Page 1 of 1 (latest)
Hi there one sec. Not sure if this is doable via the api off the top of my head. Will check
Ah here you go: https://stripe.com/docs/api/subscriptions/create#create_subscription-trial_settings-end_behavior-missing_payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
amazing. I have so much webhook logic around this that I can get rid of now. Thanks!