# Customer cannot be created or updated with this email address

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

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "customer_email_domain_not_allowed",
    "detail": "Cannot create or update customer with an unsupported email domain.",
    "documentation_url": "https://developer.paddle.com/errors/customers/customer_email_domain_not_allowed"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `customer_email_domain_not_allowed` |
| Error message | Cannot create or update customer with an unsupported email domain. |

## Common causes

- Email address indicates a country that Paddle does not support.

## Common solutions

- Use a different email address for a country that Paddle does support.
