invalid_currency
The currency is not supported.
| HTTP status | 400 |
| Error type | invalid_request_error |
| Retry | No. Fix the request. |
What to do
Use one of the supported currencies.
Response shape
{
"error": {
"type": "invalid_request_error",
"code": "invalid_currency",
"message": "…",
"doc_url": "https://docs.borga.is/errors/invalid_currency",
"request_id": "req_…"
}
}See all error codes and how to handle them.