Subscription API - is there anyway to cancel/end a subscription on a given future date?

Hi, I’m looking for a way to end a square subscription in the future and I hoping to use something similar to stripe’s cancel_at_period_end. It looks theres a canceled_date field but thats read only after a subscription has already been cancelled. Any thoughts? Thanks in advance.

1 Like

There isn’t a way to schedule a cancel date after the subscription has been created. You can call CancelSubscription Which schedules a CANCEL action to cancel an active subscription by setting the canceled_date field to the end of the active billing period and changing the subscription status from ACTIVE to CANCELED after this date. :slightly_smiling_face: