In this use case, we will create a child account that is responsible for paying for its own orders but whose parent account pays for its plans. You may choose to assign either a $0 or a paid plan to the child account, with self pay responsibility.
Example: You can create child accounts for departments (child accounts) who will have their bills paid out of the company (parent account) budget instead of their departmental budgets. However, if the departments want to order items, they will need to pay for them out of their own departmental budgets.
The use case shown below involves 3 steps:
If the parent account doesn't already exist, call the create_acct_complete_m API as described in the basic registration use case to create a parent account.
To create the child account, call the create_acct_complete_m API again as described in the basic registration use case and pass values into the additional fields identified below.
In this example, we will create the child account with the self pay responsibility level (1), so that Aria will bill that account for its invoices using the payment method assigned to that child account. We will also include an order with the plan purchase. If the child account will not have a paid plan subscription, you may choose to assign a $0 master plan to that account. That way, the child account will be billed for only the order.
You can use the <acct_no> returned by the API to search for the child account in the Aria application and confirm that the account was created correctly as described in the use case above.
In the Aria application, you will be able to see the parent-child account structure in the Account Hierarchy Glance section at the bottom of the Account Overview screen.
To add the parent pay plan, complete these steps:
Note: In this example, we did not align the parent and child accounts' billing dates. This means that if we assigned the parent pay plan in the middle of the parent account's billing cycle, then Aria will bill the parent account for the child account's plan on the child account's billing date. As a result, the parent account will be billed on multiple dates.
Please see this use case for an example in which we aligned the billing dates: Create a Child Account with a Parent Pay Plan and Aligned Billing Dates.
Aria will transfer the balance for the parent pay plan to the parent account. In the Aria application, you will see the balance transfer in the Recent Transactions section on the Account Overview screen.