#kitem-subscription schedules

1 messages ยท Page 1 of 1 (latest)

rapid hazel
#

๐Ÿ‘‹ happy to help

#

could you please explain what are you trying to achieve?

cursive radish
#

I'm trying to remove a subscription schedule from a subscription

#

basically, something like this request req_PeoYGU5fPU2apl

#

that was managed by the dashboard of Stripe, but with the APIs

#

I've retrieve the subscriptionSchedule

$subscriptionSchedule = \Stripe\SubscriptionSchedule::retrieve([ 'id' => $idSubSchedule, ]);

And canceled it with
$subscriptionSchedule->cancel();

#

I got subscription canceled too

rapid hazel
cursive radish
#

but releasing will not update the subscription, correct?

rapid hazel
#

it will do the same thing that the request you shared did

cursive radish
#

Awesome, thanks ๐Ÿ™‚