#le
1 messages · Page 1 of 1 (latest)
Then you need to implement your own logic to determin when the trial would end, and specify it in https://stripe.com/docs/api/subscriptions/create#create_subscription-trial_end
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks. Is this possible with the ui or only with the api?
It's entirely up to you
I mean can i set this up through the admin for a payment link?
No, I don't think you can do it through payment link, you need to use Subscriptions API, check the link that I shared earlier.
So I could have the user sign up through the payment link and then modify the subscription trial_end via the api?
Sure, you can do that as well