For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Docs

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 response
{
"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

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.

Troubleshooting

  • 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.

Was this page helpful?