#Klavik

1 messages · Page 1 of 1 (latest)

graceful marlinBOT
tulip summit
#

Should be, yep!

#

I think your syntax might be wrong. Try:

Stripe::Price.retrieve({
  id: stripe_price_id,
  expand: ['currency_options']
})
stray cipher
#

yeeap works like this, thanks a bunch, again

#

also - an additional question while i have you: is it possible to retrieve just specific prices by providing a list of price ids or something similar? or is it only possible to list all or retrieve single ones?

tulip summit
#

You'd just make multiple retrieve calls