#Jasuno-sub-schedules
1 messages · Page 1 of 1 (latest)
Hi again 👋 can you share the ID of the request that is encountering an error, so we can take a closer look at what you're doing?
Creating a Subscription requires a Customer object be provided. Creating a Subscription Schedules does not, but a Subscription Schedule is different from a Subscription. Subscription Schedules are used to schedule changes that you want to make to a Subscription at points in the future.
So I should be able to create a subscription schedule without the a client
Possibly, but it won't be able to create an underlying Subscription object without a Customer to reference. What is it that you're trying to build a flow to accomplish?
Ooooh ok so I cant create a subscription schedule without creating a subscription and the subscription needs a customer, if i understand correctly
Correct. Subscription Schedules are either created from existing Subscription objects, or they are created with the intention of creating a Subscription automatically in the future and in this case will need to know what Customer to associate that Subscription with.
Interesting, ok i think i know how im going to move forward thank you