# New next_billed_at timestamp is less than 30m from now

The new value set for next_billed_at needs to be at least 30m from now

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "subscription_next_billed_at_too_soon",
    "detail": "new next_billed_at needs to be 30m0s from now",
    "documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_next_billed_at_too_soon"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 409 |
| Error code | `subscription_next_billed_at_too_soon` |
| Error message | new next_billed_at needs to be 30m0s from now |

## Common causes

- The timestamp set for `next_billed_at` is less than 30 minutes from now.

## Common solutions

- Provide a new value that is greater than 30 minutes from now
