Update card contacts

Update the list of card contacts (contact_ids) for a company card.

You can only update cards with existing contacts. If a card does not have any contacts assigned, this operation is not allowed.

caution

This operation overrides the existing contacts. This means that it removes the current list completely, and replaces it with the new one provided in this request.

If you want to add new contacts for the card instead of replacing the existing ones, make sure that you fetch the existing contacts first, and include them in your request.

On success, the updated list of contacts is returned.

note

This feature is available in the UK, US, the EEA, and SG.

This feature is not available in Sandbox.

To use the Cards API, please contact Revolut API Support.

For more information, see the guides: Manage cards.

Request

New contacts for the card.

caution

This will override the existing list of contacts.

Path Parameters
Path Parameters

The ID of the card whose contacts should be updated.

Request body
Body array of strings(uuid)

The list of contacts for a company card.

Response

Updated list of contacts

Response body
Body array of strings(uuid)

The list of contacts for a company card.

Was this page helpful?