I'm trying to determine the following, if anyone can clarify:
If an order is split between two known customers (i.e., they each pay with a credit card already associated with them), will the order record contain multiple customers when queried later with the API?
If so, can each customer be matched to the payments on the order just by their index in the relevant arrays, or is there some sort of ID-based matching that can be done?