# Address cannot be created or updated with this country

You are trying to create or update an address with a location not supported by Paddle.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "address_location_not_allowed",
    "detail": "Cannot create address with an unsupported location",
    "documentation_url": "https://developer.paddle.com/errors/addresses/address_location_not_allowed"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `address_location_not_allowed` |
| Error message | Cannot create address with an unsupported location |

## Common causes

- Address indicates a country that Paddle does not support.

## Common solutions

- Use an address for a country that Paddle does support.
