Occurrences

Last Updated: 2023-10-29 02:00:20
The subscriptions plugin adds transaction support to your website.  adds subscriptions to your website so you can collect recurring payments from customers in exchange for access to a service and/or product.  The following occurrences are supported.

subscriptions.enrollments.adjustments.added & subscriptions.enrollments.adjustments.removed
The subscriptions.enrollments.adjustments.added notification is triggered when a package is added to a subscription.  The package may or may not adjust the subscription cost.

The subscriptions.enrollments.adjustments.removed notification is triggered when a package is removed from a subscription.  The package may or may not initiate a refund.

The following data is available for email templates and API callbacks.

[ 'AccountSubscriptionId', 'SubscriptionId', 'Type', 'Status', 'Title', 'Created', 'Updated', 'StartDate', 'EndDate', 'Term', 'Duration', 'AccountPackageId', 'AccountServiceId', 'AddonId', 'Title', 'Price' ]
 
subscriptions.enrollments.ended
This notification is triggered when a user subscription comes to an end.  This also includes when during subscription renewal transitioning.

The following data is available for email templates and API callbacks.

[ 'AccountSubscriptionId', 'SubscriptionId', 'Type', 'Status', 'Title', 'Created', 'Updated', 'StartDate', 'EndDate', 'Term', 'Duration' ]
Was this page helpful?