Subscription trial renewal reminder event

Understand the trial renewal reminder event.

A specified number of days before a free trial is converted to a paid subscription, Digital River creates the trial_renewal_reminder event.

Webhook request
{   
    "type": "subscription.trial_renewal_reminder",
    "data": {
        "object": {
            "id": "15548710289",
            "creationDate": "2022-03-29T07:01:38.000Z",
            "activationDate": "2022-03-29T05:00:00.000Z",
            "nextRenewalDate": "2022-05-13T05:00:00.000Z",
            "expirationDate": "2022-05-13T05:00:00.000Z",
            "graceDate": "2022-05-13T05:00:00.000Z",
            "currentQuantity": 1,
            "renewalQuantity": 1,
            "autoRenewal": true,
            "locale": "en_US",
            "state": "FreeTrial",
            "duration": 365,
            "frequency": 365,
            "siteId": "sub2test",
            "shopper": {
                "id": "504455410289",
                "externalReferenceId": "XXHMRYHHI10G4"
            },
            "renewalPrice": {
                "unitPrice": 20.0,
                "locked": true,
                "currency": "USD"
            },
            "term": {
                "termUnit": "YEARS",
                "termLength": 1
            },
            "product": {
                "id": "5582478400",
                "displayName": "New Trial Auto Product",
                "sku": "TRIRENREM"
            },
            "shipToAddress": {
                "id": "330009780289",
                "firstName": "Jane",
                "lastName": "Doe",
                "companyName": "Digital River",
                "line1": "10380 Bren Rd W",
                "line2": "Conjunto 304",
                "line3": "Conjunto 304",
                "city": "Minnetonka",
                "postalCode": "55343",
                "countrySubdivision": "MN",
                "country": "US",
                "countryName": "United States",
                "phoneNumber": "555-253-1234",
                "emailAddress": "[email protected]",
                "countyName": "Minnetonka"
            },
            "paymentOption": {
                "nickName": "VisaPXYJ9P",
                "id": "16070220289",
                "isDefault": "true",
                "type": "CreditCardMethod",
                "creditCard": {
                    "expirationMonth": "3",
                    "expirationYear": "2024",
                    "displayableNumber": "************1111",
                    "type": "visa",
                    "displayName": "Visa"
                },
                "address": {
                    "id": "330108640289",
                    "firstName": "Jane",
                    "lastName": "Doe",
                    "companyName": "Digital River",
                    "line1": "10380 Bren Rd W",
                    "line2": "Conjunto 304",
                    "line3": "Conjunto 304",
                    "city": "Minnetonka",
                    "postalCode": "55343",
                    "countrySubdivision": "MN",
                    "country": "US",
                    "countryName": "United States",
                    "phoneNumber": "555-253-1234",
                    "emailAddress": "[email protected]",
                    "countyName": "Minnetonka"
                }
            },
            "addOns": []
        }
    },
  "clientIds":{
      "site_id":"sub2test"
   },
   "searchableData":{
      "subscriptionId":"15548710289"
   }
}

Last updated

Was this helpful?

#1249: DOC-395 CCAvenue

Change request updated