#iainco

1 messages · Page 1 of 1 (latest)

pine doveBOT
opaque yoke
silent surge
#

so when a subscription schedule is released the subscription->schedule property is set to null immediately?

opaque yoke
#

Yes, you can test this in test mode.

silent surge
#

great, thanks

#

one last question

#

$stripe->subscriptionSchedules->all(['customer' => 'cus_xxx']);

would this return schedules that have been previously released?

#

or all schedules regardless of status: not_started, active, completed, released, and canceled

opaque yoke
silent surge
#

Thank you

silent surge
#

another question, sorry!

Am I right in thinking that if subscription->schedule is null, a new schedule can always be added to an existing subscription?

#

I'm sure I've run into the situation where I've tried to create a new schedule but an error occurred since a subscription schedule already existed for the subscription in question

opaque yoke
silent surge
#

ok, thank you I think I have everything I need now