#GusMan
1 messages · Page 1 of 1 (latest)
Hello, happy to help. Can you tell me about how much of our docs you have read and how much of this that you know how to do?
This doc is on how to create trials for your subscriptions. You can set the trial_end to be the timestamp of the first of next month and that will get you through the first part of your question https://stripe.com/docs/billing/subscriptions/trials
Thanks
After that i need to pay the monthly subscriptions manually using cronjob so that i can add fees or discount
I am not sure I understand what you want to do here. Can you tell me more about what this would look like?
i need to handle the price of monthly billing,
So i can make a discount for second month billing price for some users
so i can control the payments from my side for these subscription
In that case you may want to check in to our Subscription Schedules API https://stripe.com/docs/billing/subscriptions/subscription-schedules
It will let you set out a schedule of when and how to modify subscriptions and can be used to change their prices at a specific time in the future
oh wow that's awesome, thanks
what about the invoices ?
can i make invoices for subscriptions payments ? so that i can add extra fees or discounts for the monthly invoice
Subscriptions will always create Invoices for their payments
With the schedule you can set what discount applies for a given period https://stripe.com/docs/api/subscription_schedules/object#subscription_schedule_object-phases-coupon
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.