# Cannot have different price billing cycle intervals and/or frequencies

You are attempting to create a transaction with prices that have differing billing cycle intervals and/or frequencies

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "transaction_price_different_billing_cycle",
    "detail": "You are attempting to create a transaction with prices that have differing billing cycle intervals and/or frequencies",
    "documentation_url": "https://developer.paddle.com/errors/transactions/transaction_price_different_billing_cycle",
    "errors": [
      {
        "field": "items.price.billing_cycle",
        "message": "cannot have different billing cycle intervals and/or frequencies"
      }
    ]
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `transaction_price_different_billing_cycle` |
| Error message | You are attempting to create a transaction with prices that have differing billing cycle intervals and/or frequencies |

## Common causes

- You have added two or more prices that have differing billing cycle intervals and/or frequencies

## Common solutions

- Ensure the prices you are sending have the same billing cycle intervals and/or frequencies
