# Subscription cannot be updated when trialing

Occurs when you try to update a trialing subscription.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "subscription_update_when_trialing",
    "detail": "cannot update subscription, as subscription is trialing",
    "documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_update_when_trialing"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `subscription_update_when_trialing` |
| Error message | cannot update subscription, as subscription is trialing |

## Common causes

- You're trying to make a change to a subscription that is trialing.

## Common solutions

- Move the subscription out of trialing.
