#Jimmy-Subscription
1 messages · Page 1 of 1 (latest)
Sure, you can use Stripe billing to achieve it.
can send document, how to do thsi
When you create the subscription, you can set interval to month , and interval_count to 3, see https://stripe.com/docs/api/subscriptions/create#create_subscription-items-price_data-recurring-interval
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
14 day trial, how to set?
You can set trial_peroid_days to 14, see https://stripe.com/docs/api/subscriptions/create#create_subscription-trial_period_days
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.