# Subscription not in automatic collection mode

The action or change you are performing requires the subscription to be in automatic collection mode

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "subscription_not_automatic_collection",
    "detail": "action requires the subscription to be in automatic collection mode",
    "documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_not_automatic_collection"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `subscription_not_automatic_collection` |
| Error message | action requires the subscription to be in automatic collection mode |

## Common causes

- The action you're trying to perform requires the subscription to be in automatic collection mode.

## Common solutions


