---
title: "Wallet Contact"
source_url: https://docs.rapyd.net/en/wallet-contact.html
lang: en
---

# Wallet Contact

The owner of a user wallet. | `Enterprise`

A wallet contact is the person who is associated with a user wallet and can access the wallet’s available funds. Every user wallet can either be created as a company wallet or a personal wallet. A wallet is a container that is designed to accept payments, fund payouts and issue cards to users.

> **Note:**
>
> "Client wallets" are automatically created when starting an account in the Rapyd Client Portal. Client Wallets are described in [Funding Your Client Wallet](https://docs.rapyd.net/en/funding-your-client-wallet.md "Funding Your Client Wallet").

A business user of the company wallet will need to complete the [KYB](https://docs.rapyd.net/en/glossary.md#UUID-945d98cf-adae-e1cf-2606-c7fae8b4a7e1_kyb "Know Your Business") process and the personal user of the wallet will need to complete the [KYC](https://docs.rapyd.net/en/glossary.md#UUID-945d98cf-adae-e1cf-2606-c7fae8b4a7e1_kyc "Know Your Customer") process for verification as defined in `verification_status`.

### How Wallet Contacts Work

When a wallet is created, a wallet contact is added to the wallet in the data array. Personal wallets have only one personal contact, where company wallets can have multiple contacts using the Add Contact to Wallet method.

### Create a Wallet

1. [Create Wallet](https://docs.rapyd.net/en/create-wallet.md "Create Wallet")

   **Note**: The body parameter, `type` defines if the wallet is a company or personal wallet.
2. [Update Wallet Contact](https://docs.rapyd.net/en/update-wallet-contact.md "Update Wallet Contact") to update any existing contact of a wallet.
3. [Add Contact to Wallet](https://docs.rapyd.net/en/add-contact-to-wallet.md "Add Contact to Wallet") to an existing wallet to add any further contacts.

### Retrieve Wallet Contact

Use [Retrieve Wallet Contact](https://docs.rapyd.net/en/retrieve-wallet-contact.md "Retrieve Wallet Contact") for a specific contact of a wallet

| Path Parameter | Description |
| --- | --- |
| wallet | ID of the Rapyd Wallet that this contact is associated with. Starting with **ewallet_**. |
| contact | ID of the contact. String starting with the prefix **cont_**. |

### List Wallet Contacts

Use [Retrieve Wallet Contact](https://docs.rapyd.net/en/retrieve-wallet-contact.md "Retrieve Wallet Contact") for a specific contact of a wallet or see all contacts with [List Contacts for a Rapyd Wallet](https://docs.rapyd.net/en/list-contacts-for-a-rapyd-wallet.md "List Contacts for a Rapyd Wallet").

| Path Parameter | Description |
| --- | --- |
| wallet | ID of the Rapyd Wallet that this contact is associated with. String starting with **ewallet_**. |
