Plan initialInvoiceBillingDatetime
I am developing an application that users recurring subscription plans and came across
initialInvoiceBillingDatetime and nextInvoiceBillingDatetime
would these two fields indicate when the subscriptions will be processed next? I was curious because when I pull it on the development plan it keeps incrementing up the time. Would this stop on a regular plan or is this not the right way to pull the next billingDate for people on a plan.
Thank you for your help
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 20 Nov, 2012 01:00 PM
Hi Mike -- Those are provided as a convenience for determining what the initial and next invoice dates would be if a new customer signed up for that plan right now. You'll notice that these values are within the
plan
node which makes them related to the plan, not necessarily the subscription.The next invoice date for the subscription is the
billingDatetime
of the pending invoice (the first invoice in the list -- also the only one with abillingDatetime
in the future.Dean closed this discussion on 23 Jan, 2013 05:29 PM.