#pulley
1 messages · Page 1 of 1 (latest)
Hanzo you can close this! Figured out how to get the query to work, issue is i couldnt find any docs related to the stripe php package. Here is the original way i was trying to expand the prices and then the way i had to do it to get it to work.
Price::retrieve($subscriptionIds['monthly_price_id'], ['expand' => ['tiers']])
correct way
Price::retrieve(['id' =>$subscriptionIds['monthly_price_id'], 'expand' => ['tiers']]