How can we set the first bill date via the API?
Hi,
We give users a free trial.
But our users are incentive to WAIT until the last day of their free trial to subscribe.
We want to set their first bill date to the end of their trial period so that they are not "losing" any of their free trial.
Any suggestions?
Discussions are closed to public comments.
If you need help with Cheddar please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Marc Guyer on 03 Mar, 2015 03:49 PM
Hi Clay. The
customers/new
API call includes asubscription[initialBillDate]
option. You may override the default (pricing plan configuration) by specifying this option. Similarly, when editing a existing customer's subscription, you may change the date on the pending invoice using thecustomers/edit-subscription
API call and specifying thesubscription[changeBillDate]
option.2 Posted by Clay Nichols on 04 Mar, 2015 10:35 PM
Thanks Marc!
Marc Guyer closed this discussion on 04 Mar, 2015 11:15 PM.