#HugoRS
1 messages · Page 1 of 1 (latest)
Hey there what exactly do you need help with?
Hello! We have subscription with 2 diffrent prices, Monthly and yearly with users subscribed to them. We need to add more currencies but cannot add more. Someone said that we need to create more prices but the easiest way would just be to add another currecy, right?
How are you creating/managing subscriptions?
Because yes, you can set up prices for other currencies
If you're using Checkout / Payment Links, you can add supported currency_options on your Prices:
https://stripe.com/docs/api/prices/create#create_price-currency_options
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but for manual subscription integrations you'll need to create separate prices
Alright so there isn't any way to add them manually?
Manually in what sense?
In here like we added the currencies when we created the prices
OK, and what are you trying to do with that?