Skip to main content
Aria Knowledge Central

Add a Master Plan Immediately with a Queued Rate Change

Overview

  • You can assign a Plan when a customer wants to add to existing subscriptions.

    Example: you have a customer who is subscribed to an internet Plan who now wants to add a streaming Plan.

  • In addition, you can provide the customer with a discounted rate (as an incentive) on the added subscription. Example: you may want to charge the customer a $40 introductory rate for the first month of a subscription, then $45 a month after that.
  • To assign a Plan with immediate activation and a queued rate change, complete 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 and their available rate schedules.
  4. Call the assign_acct_plan_m API as follows:

    In this example, on 18 July 2020, we will:

  • Add a new Plan; and

  • Assign a rate schedule that will change from $40 to $45 on 1 August 2020.

Note:

  • Ensure that the desired rate schedule (RS) is active on the account creation date. The customer will be charged the rate that is active on the account creation date.
  • Please see User Self-service Best Practices for more important notes about queuing rate schedule changes.
  • 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>
    
  • Identify the customer who is adding a Plan as shown below:
    clipboard_e6c9d57d990b85cdb1e8ab7bb4243c443.png
  • Identify the new Plan to be assigned as shown below.

    Obtain the identifier of the new Plan from the <plan_no> field returned by the get_client_plans_basic_m API.clipboard_e021a2d83811201ec68e2d915b55b6ddc.png

  • Identify the billing group to be associated with the 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.

Note: You may choose to associate the Plan with:

  • an existing billing group if the customer wants to pay for the new Plan with the same payment method; or
  • a different billing group, if the customer wants to pay for the new Plan with another payment method.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

  1. Specify whether to prorate the first invoice 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).
    clipboard_e24413cce539f2f4903107198f2dcdb00.png

  1. 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

  1. Identify the quantity of the new Plan that the customer wants to purchase as shown below:clipboard_ef0177e5bef260e81de76ff8ecba74caf.png
  2. Specify the status that the new Plan should be in as shown below:
    clipboard_e7db3bfd02ec92c29f9c1949de7f7b628.png
  3. Specify when the new Plan assignment should take place as shown below.

Note:

  • If you are assigning a Supplemental Plan and you do not pass in an <assignment_directive>, then by default, the new Plan will go into effect on the associated Master Plan's anniversary date.
  • If you are assigning a Master Plan and you do not pass in an <assignment_directive>, then by default, the Plan will go into effect on the Plan assignment date (current date or your specified future date or retroactive date).
    clipboard_e3db70b2355fac0d62e0f75c48a029985.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_e17dee3ba2592ac67aef657c5a5dfdd9d.png

clipboard_e219b122d7d33228c20d2c913c163119a.png

Note: In this example:

  • On 18 July 2020 (plan addition date), Aria will bill the customer $40 for the first month of the subscription (covering 18 July 2020 to 17 August 2020 ); and
  • On 18 August 2020, and the 18th of the every month after that, Aria will bill the customer $45 for the subscription. That is because, in this example, we assigned a rate schedule that changed to $45 on 1 August 2020.
  • Was this article helpful?