#Sangeeta

1 messages · Page 1 of 1 (latest)

sterile onyxBOT
late shuttle
#

Just list all Subscriptions by that Customer Id

#

Then call cancel on each of them

radiant sundial
#

Can you please give me api

#

where we get the subscription list

late shuttle
#

Couldn’t you find the API Reference site?

#

Search for “List Subscription” on it

radiant sundial
#

okay

#

Yes i have got list but how we manage the which subscription cancelled

#

because here is recurring month day week

#

subscription

late shuttle
#

I am not following the last statement. Do you want to only receive cancelled Subscription?

#

You can pass in the filter parameter status = cancelled

radiant sundial
#

ok

#

but my query is how we cancel the subcription who is running , then i donot want to continue so ... how we cancel the subscription

late shuttle
#

You take all the running Subscription IDs, then on each ID run the Cancel Subscription API