#kuro091
1 messages · Page 1 of 1 (latest)
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 can use trial_end or trial_period_days
sorry for the late reply but I was asking something like hasUsedTrialBefore
oh wait I get what you're saying, so...
- list all subscriptions
- if any subscription has a trial_end, user has used a trial
is that the best way to do this?
Ah yes that would do the trick