{ "error": { "type": "request_error", "code": "transaction_billing_period_starts_at_greater_than_now", "detail": "`billing_period.starts_at` cannot be a date and time in the future", "documentation_url": "https://developer.paddle.com/errors/transactions/transaction_billing_period_starts_at_greater_than_now" }, "meta": { "request_id": "00000000-0000-0000-0000-000000000000" }}Details
- Status code
- 400
- Error code
-
transaction_billing_period_starts_at_greater_than_now - Error message
- `billing_period.starts_at` cannot be a date and time in the future
Common causes
- The value supplied for
billing_period.starts_atis a date and time in future.
Troubleshooting
- Provide the date and time now, or a date and time in the past.