New `billing_period.starts_at` timestamp is greater than now
The value for billing_period.starts_at
cannot be in future
Error Message | `billing_period.starts_at` cannot be a date and time in the future |
Error Code | transaction_billing_period_starts_at_greater_than_now |
Status Code | 400 |
Common causes
The value supplied for
billing_period.starts_at
is a date and time in future.
Solutions
Provide the date and time now, or a date and time in the past.