#jeremy_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1315796890331123783
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, the currency options https://docs.stripe.com/api/prices/object#price_object-currency_options is an Expandable field so you would need to use the Expand function, https://docs.stripe.com/api/expanding_objects to surface all of the other currencies. Are you able to give this a try?
I'm not sure if this will solve my problem, I don't want to retrieve all the currencies, but retrieve precisely the only one that will be shown on the user embed form (that is based on location I guess)
Yeah, you would need to detect their location on your end, and then surface the specific currency by using the above expand function.
Ok and how do you do it, using the ip location? So I can implement it the exact same way