# Address entity not valid for current collection mode

You are attempting to create a transaction but the address entity is not valid for the current collection mode

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "transaction_address_not_suitable_for_collection_mode",
    "detail": "Address entity must be suitable for the transactions current collection mode",
    "documentation_url": "https://developer.paddle.com/errors/transactions/transaction_address_not_suitable_for_collection_mode"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `transaction_address_not_suitable_for_collection_mode` |
| Error message | Address entity must be suitable for the transactions current collection mode |

## Common causes

- Address entity you have attached is missing required information for a collection_mode=manual transaction

## Common solutions

- Ensure the address has the following: country, postal_code, region, city, first_line and pass the address_id again
