# Currency code not valid for manual collection mode

You are attempting to update a subscription to manual billing mode but the currency code is not valid

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "subscription_currency_code_not_valid_for_manual",
    "detail": "Currency code must be one of the following when collection_mode=manual: USD, GBP, EUR. Attempting to set currency_code=ARS",
    "documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_currency_code_not_valid_for_manual"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `subscription_currency_code_not_valid_for_manual` |
| Error message | Currency code must be one of the following when collection_mode=manual: USD, GBP, EUR. Attempting to set currency_code=%s |

## Common causes

- Currency code is not one of these three when collection_mode=manual (USD, GBP, EUR)

## Common solutions

- Ensure the currency code provided is one of the above
