You can only enable a currency that you can already hold. See About account currencies for more information. If you’re still unsure, contact your account manager.
Update a currency
PATCH
/v2/currencies/{currencyCode}Request
Use this request to update the status of a currency on your account.Path parameters
The currency code of the currency to work with, in ISO 4217 format.Allowable values: 3 characters
Query parameters
The ID of the account to work with.Allowable values: An existing
accountId (≤ 36 characters)Request body schema
Whether or not the currency should be enabled. Set this to
true to enable a currency.Allowable values: true, falseResponse
If your request is successful, you’ll receive a200 response containing details about the currency, including its enabled status.