You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently it is simple enough to create a currency. However when working with a wide range of payment gateway, it is pretty common to use ISO 4217 currency codes.
Describe the solution you'd like
Could we either have a new "create" menu action to create a ISO 4217 similar to these when creating a country:
or maybe some auto complete when entering in ISO code input?
We already have a Iso4217 class with a property CurrencyCodes containing all these currency codes, so it should be simply enough to have an endpoint returning these. But maybe there are currency codes not following this standard, so it would be great still to have full control.
This discussion was converted from issue #274 on February 10, 2025 13:34.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Currently it is simple enough to create a currency. However when working with a wide range of payment gateway, it is pretty common to use ISO 4217 currency codes.
Describe the solution you'd like
Could we either have a new "create" menu action to create a ISO 4217 similar to these when creating a country:
or maybe some auto complete when entering in ISO code input?
We already have a
Iso4217
class with a propertyCurrencyCodes
containing all these currency codes, so it should be simply enough to have an endpoint returning these. But maybe there are currency codes not following this standard, so it would be great still to have full control.Beta Was this translation helpful? Give feedback.
All reactions