# Transaction creation not permitted

Transaction not created because of legal or compliance restrictions on your account.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "transaction_creation_blocked",
    "detail": "Transaction not created because of legal or compliance restrictions on your account.",
    "documentation_url": "https://developer.paddle.com/errors/transactions/transaction_creation_blocked"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `transaction_creation_blocked` |
| Error message | Transaction not created because of legal or compliance restrictions on your account. |

## Common causes

- Legal or compliance restrictions on your account mean that you're not permitted to create this kind of transaction.

## Common solutions

- [Contact Paddle support](mailto:sellers@paddle.com) for more information.
