> For the complete documentation index, see [llms.txt](https://developer.paddle.com/llms.txt).

# Checkouts aren't enabled for this account

You're trying to open a checkout or create a transaction, but checkouts aren't enabled for this account. You might get the message 'Something went wrong' when trying to open a checkout.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "transaction_checkout_not_enabled",
    "detail": "Checkouts aren't enabled for this account. This typically means that you haven't fully completed the Paddle onboarding process.",
    "documentation_url": "https://developer.paddle.com/errors/transactions/transaction_checkout_not_enabled"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 400 |
| Error code | `transaction_checkout_not_enabled` |
| Error message | Checkouts aren't enabled for this account. This typically means that you haven't fully completed the Paddle onboarding process. |

## Common causes

- Checkouts aren't enabled for this account. This typically means that you haven't fully completed the Paddle onboarding process.

## Common solutions

- Go to https://vendors.paddle.com/ to check your onboarding status.
- If you're using Lovable, go to the Payments tab in your Lovable project to check your onboarding status.
- Contact sellers@paddle.com if you're having trouble with the onboarding process.
