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

Invalid Currency Codes

At least one currency code provided is not supported.

Example response
{
"error": {
"type": "request_error",
"code": "currency_codes_invalid",
"detail": "At least one currency code is invalid",
"documentation_url": "https://developer.paddle.com/errors/currencies/currency_codes_invalid"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
currency_codes_invalid
Error message
At least one currency code is invalid

Common causes

  • At least one provided currency is not supported.

Troubleshooting

  • Only use currencies that are supported in /currency-settings.

Was this page helpful?