# Limit Wallet For User

**URL:** https://community.rapyd.net/t/limit-wallet-for-user/1329
**Category:** ⚙️ API
**Tags:** get-started
**Created:** [December 15, 2021, 10:35am UTC](https://community.rapyd.net/t/limit-wallet-for-user/1329 "2021-12-15T10:35:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Minh\_Nguy\_n\_Van](https://sea2.discourse-cdn.com/flex016/user_avatar/community.rapyd.net/minh_nguy_n_van/32/1424_2.png) [@Minh\_Nguy\_n\_Van](https://community.rapyd.net/u/Minh_Nguy_n_Van)
#### Post date: [December 15, 2021, 10:35am UTC](https://community.rapyd.net/t/limit-wallet-for-user/1329/1 "2021-12-15T10:35:09Z")

</div>

Hello everybody!  
I have a question: How many wallets for 1 customer or merchant can be have? (limit wallet for user?)

---

<div class="post-metadata">

### Author: ![Community\_Team](https://avatars.discourse-cdn.com/v4/letter/c/46a35a/32.png) [@Community\_Team](https://community.rapyd.net/u/Community_Team)
#### Post date: [December 15, 2021, 9:48pm UTC](https://community.rapyd.net/t/limit-wallet-for-user/1329/2 "2021-12-15T21:48:00Z")

</div>

Hello @Minh_Nguy_n_Van thanks for posting! To clarify, if you refer to a [customer](https://docs.rapyd.net/build-with-rapyd/reference/customer-object) object or [contact object](https://docs.rapyd.net/build-with-rapyd/reference/wallet-contact-object) according to the Rapyd API it would only be one.

Ewallet tied associated with customer  
 ![Screen Shot 2021-12-15 at 1.22.41 PM](https://us1.discourse-cdn.com/flex016/uploads/rapyd/original/2X/a/a46db6a34a2e5c089fe09cfb8c6a4ebf883ed8f7.png)

Contact ewallet  
 ![Screen Shot 2021-12-15 at 1.23.30 PM](https://us1.discourse-cdn.com/flex016/uploads/rapyd/original/2X/c/caac3d9fc3006dd9917626c626562304490ad6c7.png)

If you are asking how many wallets can one person that is identified by the client with (phone, email, address, etc.), it would be up to the client and their use case. However they would have different unique IDs for the Contact ID.

For example if is a business wallet, you could add multiple contacts to the wallet so you could have possibly multiple of the same personal information (email, phone, address) on different company wallets, but they would each have a unique ID. See how a contact is added at [Add Contact to Wallet](https://docs.rapyd.net/build-with-rapyd/reference/wallet-contact-object#add-contact-to-wallet).

Things to note:

- You cannot replicate an `ewallet_reference_id` which is created in the request.
- Each contact would need to go through an [Identify Verification](https://docs.rapyd.net/build-with-rapyd/docs/verifying-identity) process.
- There is one company/business contact to a business wallet but there can be multiple personal contacts.
- Again there is one contact to a personal wallet.

---

<div class="post-metadata">

### Author: ![Minh\_Nguy\_n\_Van](https://sea2.discourse-cdn.com/flex016/user_avatar/community.rapyd.net/minh_nguy_n_van/32/1424_2.png) [@Minh\_Nguy\_n\_Van](https://community.rapyd.net/u/Minh_Nguy_n_Van)
#### Post date: [December 16, 2021, 1:47am UTC](https://community.rapyd.net/t/limit-wallet-for-user/1329/3 "2021-12-16T01:47:45Z")

</div>

@Community_Team Thank you. I got it. The answer is very detail
