Docs

Invalid Currency Code

The currency provided is not supported.

Example response
{
"error": {
"type": "request_error",
"code": "currency_code_invalid",
"detail": "Currency Code not found",
"documentation_url": "https://developer.paddle.com/errors/currencies/currency_code_invalid"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
404
Error code
currency_code_invalid
Error message
Currency Code not found

Common causes

  • The currency provided is not supported.

Troubleshooting

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

Was this page helpful?