Subscription trial converted event
Understand the trial converted event.
The subscription.trial_converted
event is triggered when a subscriber transitions from a trial period to a paid subscription on Digital River. This event signifies the critical point where a free or trial service is converted into a paid subscription, showcasing the user's decision to continue the service beyond the trial period.
Key information included in the event:
Subscription ID and state (e.g.,
Subscribed
)Conversion Dates: Such as
creationDate
,activationDate
,nextRenewalDate
, andexpirationDate
Pricing Details: Including the
renewalPrice
Shopper Information: Detailing the subscriber's identity and preferences
Payment Options: Detailing the preferred methods of payment and associated details like card type and expiration date
Product Information: Including the product ID, name, and SKU
Shipping Information: Detailing the shipping address for physical products
The subscription.trial_converted
event is a vital part of the subscription lifecycle, enabling developers to integrate and handle these events within their systems efficiently.
Last updated