12-20-2022 01:33 PM - edited 12-20-2022 01:51 PM
Is it possible for 1 user to have many businesses as parent? Is it supposed to be one to one relationship?
also, is it mandatory for a user to be a child of a business?
12-21-2022 07:32 AM
Hi @hafiz , thanks for posting your question here in the Marqeta dev community. Glad to have you join us. This is a great question. I was looking through some of our resources on the docs site and we have a whole guide on parent-child relationships. Check out the doc here - https://www.marqeta.com/docs/developer-guides/about-account-holders#_parent_child_relationships
Hope this helps. Let me know if you have any follow up questions.
12-21-2022 08:21 AM
Thanks for the reply @ColeCallahan , I have actually went through the whole documentation. I was able to understand it is almost not possible for a child to have multiple parent, unless we create a parent user and inherit 2 different users from that, But it cannot still solve my use case.
My use case has customer A and businesses 1, business 2. customer A can allocate fund to business 1 and 2 in the form of prepayment, after going through docs i was able to understand that by using uses_parent_account as true money can be deducted from the customer's parent account while making the transaction. and I was able conclude that If I set business 1 as parent of customer A, when making transaction money will be deducted from business 1, This is perfect for my use case, so far,
But What will be happen if customer A make transaction at business 2 ? money will be still deducting from business 1's balance,right?
How can I achieve this? I want money to be deducted from business 1 when customer is making payment to business 1 and as well as when making payment to business 2, the deducting account should be of business 2
12-21-2022 08:48 AM
Hi Hafiz,
So the cards cannot be issue to a business but can only be issued to a user.
Typically,
Customer A will have a Business A and then User 11, User 21.. so on. All transaction done by these users would use funds allocated to Business A and thus Customer A.
Customer B will have a Business B and then User 21, User 22....so on, similarly all transactions done by these users would use funds allocated to Business B and this Customer B..
Now you can chose to have 2 or business to each Customer. In that case user will always spend from account allocated to each business (But the funds would still belong in that single Customer).
Hope that makes sense.
12-21-2022 09:04 AM - edited 12-21-2022 09:04 AM
Yes that makes little bit more sense, so you are suggesting a hierarchy something like this?
Business 1 > Customer A > user 1, user 2
Business 2 > Customer B > user 1, user 2
How can this be possible, because it looks opposite to what mentioned in documentation