-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to retrieve Price.currency_options #420
Comments
hey @augustoccesar ! I just tried the same call and it seems to work fine as long as your Price has
You can see that Would you be able to confirm you see the same? |
@remi-stripe Oh, I'm sorry I wasn't clearer, I mean using the stripe-mock server. |
Ah gotcha, I see what I missed. stripe-mock is here to mock our API roughly and return valid looking objects. Unfortunately, it isn't able to simulate everything our API does and so it's not aware of what I'll tag this as |
I see! That makes sense. Good to keep in mind! |
It seems that it is not possible to access the Price
currency_options
.Both of the following return an empty
currency_options
map:GET /v1/prices/price_1234?expand[]=currency_options
POST /v1/prices?expand[]=currency_options
With
x-www-form-urlencoded
body:The text was updated successfully, but these errors were encountered: