#rockeyezon-products
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
Actually you can create multiple prices for the same product
each price could be in a different currency
you can either create the prices via the API https://stripe.com/docs/api/prices/create or via the dashboard
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
let me know if you need any more help
Thanks, tarzan! Will it be possible to build country-specific pricing in stripe dashboard with customised plan by our sales-team? I.e. with no/low code experience?
you can create the prices in the dashboard yes
and you can get payment links per price
great. and all the accounting stuff will be calculated accordingly?
To give you some context:
but you need to develop your own logic/page to map customers to their country-based prices
I am currently thinking whether I should have my tech team build an instrument to internally set up pricing for products for different countries, or if I can use Stripe's functionality to do that instead
You should do both
Could you elaborate on why?
So ideally, what happens is that your Sales team could generate specific country-based prices for the same product on your Stripe Dashboard
this would give you the advantage of having a visual interface for that team to manage prices
on the other hand, the logic behind "this customer for this country should pay this price in this currency" must be something developed by your developers' team
Right, so once this logic is set up, then all further changes for pricing can be done by the sales team without the need for tech team to be involved, correct?
yes it's low-maintenance, but depending on how your team will implement it they might need to do some changes in the future
if you add countries or things like that