#jtstormz - price
1 messages · Page 1 of 1 (latest)
Hi there!
So you are using the API to retrieve a price, and you think some information is missing in the API response?
Can you share the price ID? And tell me exactly what information is missing from the response?
sure! but price id is sensitive info? Should I send in a DM?
I guess this is a test price, it should be fine
The price ID is price_1Ld8SYLizfnlyGGf6IFSEyTf
i would expect something like this
but as you see i am missing all the currency options.
i know for sure the currencies are present.
here is a screen shot from the dashboard
Taking over for my colleague. Let me catch up.
I see that you opened another new thread, I'm going to close the other one, and let's keep talking in this one
the other message was just to show a curl request output
Juste give me a couple of minutes while I analyze your request
You need to pass expand: ['currency_options] while retrieving the price, so that you'll get all other currencies
https://stripe.com/docs/api/prices/object#price_object-currency_options:~:text=expand the currency_options field.
Here is an example
https://stripe.com/docs/api/expanding_objects?lang=go