Open
Description
Is your feature request related to a problem? Please describe.
Working with multiple currencies is difficult since there are zero decimal currencies.
We have to create and calculate the conversions and mappings, and it seems like a repetitive task that every Stripe customer has to manage.
Describe the solution you'd like
Add zero decimal converter function (for example, https://www.npmjs.com/package/zero-decimal-currencies).
I don't want to use external unsupported libraries, I prefer using Stripe's implementation.
Describe alternatives you've considered
No response
Additional context
No response