XML Cancel Subscription
Cancel Subscriptions Remotely via XML
We have added support for automated subscription cancellation via XML.
To cancel subscriptions via XML, post an XML request as follows:
URL to post:
https://vendors.bmtmicro.com/xmlrequest
method=”post”
XML request format:
<?xml version="1.0" encoding="utf-8"?> <request> <subscriptions> <apitoken>Replace this with your APIToken</apitoken> <cancel> <subscriptionid>Replace this with the Subscription ID</subscriptionid> </cancel> </subscriptions> </request>
Example of response if notification received OK:
<?xml version="1.0" encoding="utf-8"?> <response> <success> <message>success</message> </success> </response>
Example of response if notification cannot be processed at this time:
<?xml version="1.0" encoding="utf-8"?> <response> <error> <errormessage>error message (can't find, already cancelled, etc)</errormessage> </error> </response>
You can view any error messages while testing with this System Error report.
For further information or help regarding this option, please contact us.