Managing account families

With Pismo Corporate Banking, the relationship between accounts is always between one parent and one or more child accounts. An account can have multiple children but only one parent. A group of one parent and all its child accounts is called an account family.

Platform routines, such as balance validations before account family closure and managing account statuses, will only consider the first degree of relationship between accounts. That is, grandchild accounts won't be considered.

The parent_account_id attribute uniquely identifies the parent of an account. For accounts with no parent, the parent_account_id value is NULL.

{
    "application": {        
        "applicant": {
            ...
            "account": {
                "parent_account_id": {{parent.accountId}},
                ...
            }
            ...    
}