I am building an app that has to be globally present however in the pricing tab I want users to use their currency for payment. How can I achieve this? My payment provider is razorpay
It depends on if you are displaying it with a razorpay provided page or if you are displaying it directly in your Bubble app. If in your Bubble app, then you can use the format as operator after numbers which give an option for using currency and then choosing currency symbols.
All of this will need to be dynamic so need conditionals.
Love the idea of going big right out of the gate. Tackle the world and nevermind all sage advice out there to start with a small target market and then scale out.
Because of this need, you should create an option set that has all country code values, and then attributes for a text based currency symbol for all countries in the world. Then you need a plugin to capture the users country code from the browser and the conditionals on the text element displaying the price to use the option set values based on the users country.
Then need an api for real time currency conversions so you can display your pricing accurately based on current currency fluctuations against your companies currency, or in the option set have another attribute for all of the prices in the different countries/currencies.