|
Table of Contents
CancellationRequestOverviewCancellationRequest will cancel the subscription. The status of the subscription will change to “cancelled” and the payment gateway will be notified (if applicable). Learn More: CancellationRequestXML
<?xml version="1.0" encoding="utf-8"?>
<CancellationRequest>
<Username>string</Username>
<Token>string</Token>
<Guid>string</Guid>
<Reason>string</Reason>
</CancellationRequest>
Elements
CancellationResponseXML
<?xml version="1.0" encoding="utf-8"?>
<CancellationResponse>
<Ack>string</Ack>
<Timestamp>timestamp</Timestamp>
</CancellationResponse>
Elements
|