When a customer belongs to an account hierarchy, the hierarchy resource represents the customer's position within that hierarchy. The hierarchy provides details about the customer's parent, children, invoice owner, and payment owner.
Note
- A customer can have a maximum of 250 direct children.
- The hierarchy allows a maximum of 5 levels from the root node to the lowest child node.
Sample HierarchyJSON
API Index URL
Hierarchies attributes
The id
of the customer associated with this hierarchy
resource.
The id
of the immediate parent for the customer identified by customer_id.
If the customer is the root of the hierarchy, this attribute isn't returned.
The id
of the customer responsible for paying the invoices for the customer identified by customer_id.
This ID must match either customer_id
or invoice_owner_id
.
The id
of the customer who receives the invoice for charges incurred by the customer identified by customer_id.
This ID must match either customer_id
or one of its ancestors.