#issambd-price
1 messages · Page 1 of 1 (latest)
Hello! are you asking if there's a way to get Stripe to convert a price to a different currency? Or are you asking about the multi-currency price feature (https://stripe.com/docs/payments/checkout/present-local-currencies)?
I am asking about the multi-currency price feature. I already assigned the amount for each currency on the dashboard but can't retrieve them using the API
When you retrieve the price, are you expanding (https://stripe.com/docs/expand) currency_options?
This is actually the fix I was looking for thank you, I was only expanding the product object
I have one more question if possible. When using the price id for creating a new subscription, how can I specify which currency is to be used?
I believe you can specify currency when you create the Subscription (https://stripe.com/docs/api/subscriptions/create#create_subscription-currency) to do this
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.