Skip to main content
Aria Knowledge Central

Add a Master Plan with a Retroactive Start Date and a Queued Rate Change

Overview

  • You can add a Plan with a retroactive start date if you have a customer who signed up offline and you are now adding that account in your system or for other business reasons. In addition, you may choose to temporarily provide the customer with an introductory rate for a particular time period for promotional purposes.

    Example: you may want to charge the customer a $40 introductory rate for the first month of a subscription, then $50 a month after that.

  • In the example below, we will use the assign_acct_plan_m API to add a Plan. If you need to complete multiple Plan changes in the same call, you can use the update_acct_plan_multi_m API. Please see this walkthrough for important information about the update_acct_plan_multi_m API.
  • To add a Plan with a retroactive start date and a queued rate change, follow the steps described below.

Please see User Self-service Best Practices for important notes about queuing rate schedule changes, additional use cases, and other information about updating accounts.

Instructions

Sample Call

  1. Authenticate the customer logging into your user self-service (USS) application by calling the set_session_auth_m API.
  2. Call the get_acct_details_all_m API to obtain the customer's billing group information.
  3. Call the get_client_plans_basic_m API to obtain the Plan(s) that the customer can add.
  4. Call the get_rate_schedules_for_plan_m API to obtain the available rate schedules for the chosen Plan.
  5. Call the assign_acct_plan_m API as follows:

    In this example, on 10 April 2020, we will:

  • Add a Plan with a retroactive start date of 12 March 2020; and
  • Assign a rate schedule that will change from $40 to $50 on 12 April 2020.

Note:

  • When you add a Plan with a retroactive start date, ensure that the desired rate schedule is active on the account creation date. The customer will be charged the rate that is active on the account creation date.
  1. Pass in your client number and authorization key:
    <lit:client_no>12345_sample_client_no</lit:client_no>
    <lit:auth_key>AbCdEfG_sample_auth_key</lit:auth_key>
    
  2. Identify the customer who is adding a Plan as shown below:
    clipboard_e6c9d57d990b85cdb1e8ab7bb4243c443.png
  3. Identify the new Plan to be assigned as shown below:
    clipboard_e021a2d83811201ec68e2d915b55b6ddc.png
  4. Identify the billing group to be associated with new Plan as shown below.

    This will ensure that payments for the new Plan are made using the payment method associated with that billing group.

    Obtain the billing group identifier from the <billing_group_no> or <client_billing_group_id> field returned by the get_acct_details_all_m API.
    clipboard_efe5d978d296c9ab4c7c33bb7378fdc89.png

  1. Specify the dunning group to be associated with the new Plan as shown below.

    This will ensure that if the customer is behind on payments for this new Plan, Aria will take actions on the account as you specified in the dunning process associated with that dunning group.

    Obtain the dunning group identifier from the <dunning_group_no> or <client_dunning_group_id> field returned by the get_acct_details_all_m API.
    clipboard_e175d7afeca474bd3663218f757032784.png

  2. Identify the quantity of the new product that the customer purchased as shown below:clipboard_ef0177e5bef260e81de76ff8ecba74caf.png
  3. Specify the status that the new Plan should be in as shown below:
    clipboard_e7db3bfd02ec92c29f9c1949de7f7b628.png
  4. Specify which proration rule should be applied as shown below:

    Note: The proration rule that you specify will match or override your Invoicing Options On New Master Plan Assignment parameter (in the Aria application under Configuration > Billing > Invoice Settings).

    InvoicingOption1.png
  5. Specify when the effective date of Plan assignment as shown below.
    clipboard_e709da507a23d20018edab3e3defd29ab.png
  6. If you are offering the customer a rate on the new Plan assignment that is different from the default rate, specify which rate to apply as shown below:

    Obtain the identifier of the available rate schedules for the assigned Plan from the <schedule_no> field returned by the get_client_plans_basic_m API.clipboard_e01aba03c4baaed93b366cde9f062803e.png

Sample Response

You can check the customer's account in the Aria application to confirm that the Plan addition was completed correctly as described in the use case above.

clipboard_e8ec463db87994177300b0ac69612b66a.png

clipboard_e3586b85aa36a8c708a2ba626cb7d66f9.png

Note: In this example:

  • On 10 April 2020, we added a Plan with a retroactive start date of 12 March 2020.
  • On 10 April 2020 (account creation date), Aria will bill the customer $40 for the first month of the subscription (covering 12 March 2020 to 11 April 2020); and
  • On 12 May 2020, and the 12th of every month after that, Aria will bill the customer $50 for the subscription. That is because, in this example, we assigned a rate schedule that changed to $50 on 12 April 2020.
  • Was this article helpful?