Subscription payment information changed event

Understand the subscription payment information changed event.

When the payment information has been updated through any entry point, Digital River creates a subscription.payment_info_changed event.

Webhook request
{
    "type": "subscription.payment_info_changed",
    "data": {
        "object": {
            "id": "12060199",
            "creationDate": "2022-05-18T16:50:53.000Z",
            "activationDate": "2022-05-18T05:00:00.000Z",
            "nextRenewalDate": "2023-05-18T05:00:00.000Z",
            "expirationDate": "2023-05-18T05:00:00.000Z",
            "graceDate": "2023-05-18T05:00:00.000Z",
            "currentQuantity": 1,
            "renewalQuantity": 1,
            "autoRenewal": false,
            "locale": "en_US",
            "state": "Subscribed",
            "duration": 365,
            "frequency": 365,
            "siteId": "sub2test",
            "shopper": {
                "id": "26092509660199"
            },
            "renewalPrice": {
                "unitPrice": 9.0,
                "locked": false,
                "currency": "USD"
            },
            "term": {
                "termUnit": "YEARS",
                "termLength": 1
            },
            "product": {
                "id": "5396391800",
                "displayName": "Annual manual renewal Subscription",
                "sku": "SUB_MANUAL_RENEW"
            },
            "shipToAddress": {
                "id": "406026490199",
                "firstName": "Jane",
                "lastName": "Doe",
                "companyName": "ABC",
                "line1": "Add1",
                "city": "Kansus",
                "postalCode": "123432",
                "countrySubdivision": "AA",
                "country": "VN",
                "countryName": "Vietnam",
                "phoneNumber": "5555673452",
                "emailAddress": "[email protected]"
            },
            "paymentOption": {
                "nickName": "Default",
                "id": "4022810199",
                "isDefault": "true",
                "type": "CreditCardMethod",
                "creditCard": {
                    "expirationMonth": "3",
                    "expirationYear": "2025",
                    "displayableNumber": "************1111",
                    "type": "visa",
                    "displayName": "Visa"
                },
                "address": {
                    "id": "406026480199",
                    "firstName": "Jane",
                    "lastName": "Doe",
                    "companyName": "ABC",
                    "line1": "Add1",
                    "city": "Kansus",
                    "postalCode": "123432",
                    "countrySubdivision": "AA",
                    "country": "VN",
                    "countryName": "Vietnam",
                    "phoneNumber": "5555673452",
                    "emailAddress": "[email protected]"
                }
            },
            "addOns": []
        }
    },
      "clientIds":{
      "site_id":"sub2test"
   },
   "searchableData":{
      "subscriptionId":"12060199"
   }
}

Last updated

Was this helpful?

#1249: DOC-395 CCAvenue

Change request updated