Skip to main content
Update a Customer by ID
Usa este endpoint para actualizar los campos mutables en un cliente individual existente. Puedes actualizar la dirección, información personal y metadatos del cliente en cualquier momento antes del envío de KYC. Una vez que una revisión de KYC ha sido enviada, los campos de identidad como nombre, fecha de nacimiento y número de identificación fiscal quedan bloqueados y no pueden cambiarse — solo los datos de contacto y metadatos siguen siendo editables. Usa este endpoint para completar campos EEA+ (accountPurpose, countryOfBirth, nationality) en clientes individuales existentes. La validación se ejecuta sobre el estado combinado del cliente — envía solo los campos que estás agregando o cambiando. Consulta Residentes EEA+.
Este endpoint actualmente soporta actualizaciones solo para clientes individuales. Los campos de cliente empresarial deben gestionarse a través del flujo de link KYC.

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

id
string
requerido

Customer ID

Ejemplo:

"customer_f31121c389624d3697cbf3ea8830b7a4"

Cuerpo

application/json
address
object

The address of the customer. Required if personalInformation is provided.

Ejemplo:
meta
object

The customer metadata

Ejemplo:
personalInformation
object

Personal information including tax identification details for individual customers. When any tax identification field is provided, all tax identification fields (number, type, country) and address are required. Please refer to the Individual Verification Criteria for the full list of reference.

Respuesta

Response containing information about an individual customer.

createdAt
string
requerido

ISO 8601 formatted customer creation timestamp

Ejemplo:

"2026-03-09T20:46:31.305Z"

id
string
requerido

Customer ID

Ejemplo:

"customer_f31121c389624d3697cbf3ea8830b7a4"

tosStatus
enum<string>
requerido

Customer Terms of Service acceptance status (incomplete | pending | approved).

Opciones disponibles:
incomplete,
pending,
approved
Ejemplo:

"incomplete"

type
enum<string>
requerido

Customer type

Opciones disponibles:
individual
Ejemplo:

"individual"

updatedAt
string
requerido

ISO 8601 formatted customer update timestamp

Ejemplo:

"2026-03-09T20:46:31.305Z"

verificationProfiles
object[]
requerido

Array of verification profiles. For individual customers, this will include kyc_profile_a. For business customers, this will include kyb_profile_a. See KYC Flow for individuals or KYB Flow for businesses. See Verification Profile for individual status definitions and criteria breakdown or Verification Profile for business status definitions and criteria breakdown.

Ejemplo:
dateOfBirth
string

The customer's date of birth in YYYY-MM-DD format (individual customers only).

Ejemplo:

"1990-01-15"

email
string

Customer email address

Ejemplo:

"jane.smith@example.com"

firstName
string

Customer first name (individual customers only)

Ejemplo:

"Jane"

lastName
string

Customer last name (individual customers only)

Ejemplo:

"Smith"

meta
object
personalInformation
object

Personal information for an individual customer, echoed back from the most recent submission. The tax identification number is omitted from responses for privacy.

phone
string

Customer phone number

Ejemplo:

"+14155550123"

Última modificación el 27 de agosto de 2026