#razvi073

1 messages · Page 1 of 1 (latest)

west nebulaBOT
obsidian shard
#

Hi there!

#

Can you give more context? What Stripe integration are you using?

ivory juniper
#

I am using stripe.js in node in order to retrieve a list of prices for a product in various currencies and i need to displayed said prices for each currency in their localised currency format. (ex. for: ammount: 500, currency: 'usd' i neet to get '$5.00 USD', and for: ammount: 1250, currency: 'jpy' i neet to get '¥1250')

obsidian shard
#

Got it. Then no there's not property for this on the Price object. That's somehting that you'll have to do on your end.

ivory juniper
#

At least something that returns the currency symbol ($, ¥)?

obsidian shard
#

There's no currency symbol, only currency

ivory juniper
#

Got it, thank you