| Field | Type | Description | Constraints |
|---|---|---|---|
isEnabled | boolean | Whether the payout currency is enabled | Required |
curl --location --request PUT '/api/v1/onboarding/currencies/3fa85f64-5717-4562-b3fc-2c963f66afa6' \
--header 'authinformation;' \
--header 'Content-Type: application/json' \
--data '{
"isEnabled": true
}'{
"success": true
}