Subscription canceled email template

This template is sent after the subscription of a customer has been canceled.

Canceling a subscription can be done through both the merchant or customer dashboard.

Template data

{
    "settings": {
        "signature": "<p>SNIPCART <br /><br />\nsnipcart.com <br /><br />\n<br /><br />\nBureau de Québec (administration) <br /><br />\n4885 1ere Avenue <br /><br />\nQuébec (Québec) G1H 2T5 <br /><br />\ngeeks@snipcart.com <br /><br />\n1 418 800 8440 <br /><br />\n<br /><br />\nTPS #XXXXXXXXXX <br /><br />\nTVQ #XXXXXXXXXX <br /></p>\n",
        "businessAddress": {
            "company": "snipcart.com",
            "address1": "226 rue St-Joseph Est",
            "address2": null,
            "city": "Québec",
            "country": "CA",
            "postalCode": "G1K3A9",
            "province": "QC",
            "phone": null
        },
        "includeProductImagesInInvoice": false,
        "logoUrl": "https://snipcart.com/images/snipcart_logo.svg"
    },
    "Context": 0,
    "Subscription": {
        "InitialOrderToken": null,
        "FirstInvoiceReceivedOn": null,
        "Schedule": {
            "Interval": 3,
            "IntervalCount": 1,
            "TrialPeriodInDays": null,
            "StartsOn": "2020-06-23T00:00:00Z"
        },
        "PausingAction": 0,
        "CancellationAction": 0,
        "ItemId": "00000000-0000-0000-0000-000000000000",
        "Id": "e1e683ce-c6d3-4094-87fa-71a62cfe04df",
        "Name": "Monthly subscription",
        "CreationDate": "2020-06-23T14:49:35.0431978Z",
        "ModificationDate": "2020-06-23T14:49:35.0431978Z",
        "CancelledOn": null,
        "Amount": 20.0,
        "Quantity": 0,
        "UserDefinedId": null,
        "TotalSpent": 0.0,
        "Currency": null,
        "Status": 0,
        "GatewayId": null,
        "User": {
            "Id": "d67e15b8-1ae0-4871-a9e6-0593e870cdff",
            "Email": "geeks@snipcart.com",
            "Mode": 0,
            "Statistics": {
                "OrdersCount": 0,
                "OrdersAmount": null,
                "SubscriptionsCount": 0
            },
            "CreationDate": "2020-06-23T14:49:35.0431978Z",
            "BillingAddressFirstName": "Eudora",
            "BillingAddressName": "Gleichner",
            "BillingAddressCompanyName": "Brown - Lueilwitz",
            "BillingAddressAddress1": "44437 Ernestina Harbors",
            "BillingAddressAddress2": null,
            "BillingAddressCity": "South Eloiseview",
            "BillingAddressCountry": "US",
            "BillingAddressProvince": "AK",
            "BillingAddressPostalCode": "42037",
            "BillingAddressPhone": "(821) 097-5031 x6067",
            "ShippingAddressFirstName": "Eudora",
            "ShippingAddressName": "Gleichner",
            "ShippingAddressCompanyName": "Brown - Lueilwitz",
            "ShippingAddressAddress1": "44437 Ernestina Harbors",
            "ShippingAddressAddress2": null,
            "ShippingAddressCity": "South Eloiseview",
            "ShippingAddressCountry": "US",
            "ShippingAddressProvince": "AK",
            "ShippingAddressPostalCode": "42037",
            "ShippingAddressPhone": "(821) 097-5031 x6067",
            "ShippingAddressSameAsBilling": false,
            "Status": 1,
            "SessionToken": null,
            "GravatarUrl": "https://www.gravatar.com/avatar/b2b4677d71645916cbce0a893f7f6076?s=70&d=https%3a%2f%2fcdn.snipcart.com%2fassets%2fimages%2favatar.jpg",
            "BillingAddress": {
                "FullName": "Eudora Gleichner",
                "FirstName": "Eudora",
                "Name": "Gleichner",
                "Company": "Brown - Lueilwitz",
                "Address1": "44437 Ernestina Harbors",
                "Address2": null,
                "FullAddress": "44437 Ernestina Harbors",
                "City": "South Eloiseview",
                "Country": "US",
                "PostalCode": "42037",
                "Province": "AK",
                "Phone": "(821) 097-5031 x6067",
                "VatNumber": null
            },
            "ShippingAddress": {
                "FullName": "Eudora Gleichner",
                "FirstName": "Eudora",
                "Name": "Gleichner",
                "Company": "Brown - Lueilwitz",
                "Address1": "44437 Ernestina Harbors",
                "Address2": null,
                "FullAddress": "44437 Ernestina Harbors",
                "City": "South Eloiseview",
                "Country": "US",
                "PostalCode": "42037",
                "Province": "AK",
                "Phone": "(821) 097-5031 x6067",
                "VatNumber": null
            }
        },
        "Metadata": null,
        "CartId": null,
        "RecurringShipping": true,
        "ShippingCharged": false,
        "NextBillingDate": null,
        "PausedOn": null
    },
}

Was this article helpful?