Changes between Version 2 and Version 3 of Ticket #78, comment 2


Ignore:
Timestamp:
2024-10-03T06:54:40Z (7 weeks ago)
Author:
Mike Dewhirst

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #78, comment 2

    v2 v3  
    13136.  We need to establish a Stripe Webhook to receive event information such as:
    1414 * customers upgrading their subscription to the next level -> re-provision access to that level
    15  * customers cancelling their subscription -> de-provision access as appropriate (tbd)
     15 * customers downgrading their subscription to a lower level -> re-provision access to that level provided token.used is fewer than the new token.package_size. Otherwise we need to get in touch.
     16 * customers cancelling their subscription -> de-provision access and get in touch to determine what to do with their data.
    1617
    1718Work required to finish this ticket:
    1819
    19  * Welcome page - contains instructions on 4 above
     20 * Welcome page - contains instructions on 4 above - '''Done'''
    2021 * Adjust the Token page to contain the Stripe link in 4 above - visible only to the Manager role - '''Done'''
    2122 * Provision the service - 3 above - find the initial Leeway token and adjust the number - '''Done'''