1 messages · Page 1 of 1 (latest)
hi there! it's a syntax thing, one sec
try
Stripe\Customer::retrieve(['id'=> cus_12345', 'expand' => ['subscriptions']]);
instead
jep, that does the trick, thanks a lot!