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.
A business user of the company wallet will need to complete the KYB process and the personal user of the wallet will need to complete the KYC process for verification as defined in verification_status
.
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.
Note: The body parameter,
type
defines if the wallet is a company or personal wallet.Update Wallet Contact to update any existing contact of a wallet.
Add Contact to Wallet to an existing wallet to add any further contacts.
Use 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_. |
Use Retrieve Wallet Contact for a specific contact of a wallet or see all contacts with 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_. |