Solutionunvalidated
What you need to store is store the returned value of each call. — $subscription = $stripe->subscriptions->retrieve($SubscriptionID, []);. Tension: So you can do `$subscription->id` or `$subscription->status` after that. Outcome: This will give you a $subscription variable that has all the properties of a Subscription object.
d0c09c7b-f08e-4275-aaa7-70e880015a41
What you need to store is store the returned value of each call. — $subscription = $stripe->subscriptions->retrieve($SubscriptionID, []);. Tension: So you can do $subscription->id or $subscription->status after that. Outcome: This will give you a $subscription variable that has all the properties of a Subscription object.