Skip to main content
Aria Knowledge Central

Add a Master Plan with a Retroactive Start Date and an Alternate Bill Day

Overview

You can add a Plan (product) with a retroactive start date if you have a customer who signed up offline and you are now adding that Plan in your system or for other business reasons. As shown in the example below, you may also want to prorate the charges to bill the customer for only the days on which the assigned Plan was active.

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 assign_acct_plan_m API as follows:
  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

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

  6. Identify the quantity of the new product that the customer purchased as shown below:clipboard_ef0177e5bef260e81de76ff8ecba74caf.png

  7. Specify the status that the new Plan should be in as shown below:
    clipboard_e7db3bfd02ec92c29f9c1949de7f7b628.png

  8. If you want the customer to be billed on a day of the month other than the retroactive start date, specify that chosen day as shown below.

Notes:

  • If you specify an <alt_bill_day>, then the customer will be billed on multiple days of the month if any existing subscriptions to other Plan(s) are invoiced on a day different from the <alt_bill_day>.
  • If you do not specify an <alt_bill_day>, then Aria will use the <retroactive_start_date> to set the bill day.

    Example, if the <retroactive_start_date> is 2 February 2019, then Aria will set the 2nd as the bill day. Then for a monthly Plan, the customer would be billed from 2 February 2019 to 1 March 2019. After that the customer would be billed on the 2nd of every month.

clipboard_e94275a8d7d1db4ae467906fd48f5859c.png

  1. Specify  which proration rule should be applied as shown below:
    clipboard_e81c69109118ff29e8d2be8bf4874cddf.png

Note:

  • If you set the <invoicing_option> to 1 (Perform full invoicing) or leave that field blank, Aria will ignore the <alt_bill_day>, and use the <retroactive_start_date> to set the bill day.

    Example, if the <retroactive_start_date> is 2 February 2019, and you set the <alt_bill_day> to 7, then Aria will set the 2nd as the bill day, not the 7th. Then for a monthly Plan, the customer would be billed from 2 February 2019 to 1 March 2019. After that the customer would be billed on the 2nd of every month.

  1. Specify when the effective date of Plan assignment as shown below:clipboard_e9a6ce1c24537e42dc24470549cfcb8a3.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_e02667181e7cba1118b9b2666aaf9d5ba.png

Notes:

  • Starting on the Plan's next anniversary date (22 February 2019 in this example), Aria will bill the customer for a full invoice (covering 22 February 2019 to 21 March 2019-bill through date).
  • After that, on the 22nd of every month, Aria will continue to bill the customer for a full month.
  • Was this article helpful?