Skip to main content
POST
Crear un nuevo contacto

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required
lastName
string
required
externalReference
string
existingContactId
number

Id de un contacto ya existente. Si viene seteado, no se crea un contacto nuevo: solo se asocia el pagador (payerContact) al contacto existente.

documentType
enum<string>
Available options:
DNI,
CUIT,
CUIL,
CDI,
LE,
LC,
CI Extranjera,
Pasaporte,
CI Policía Federal,
Certificado de Migración,
RUT,
Otro
documentNumber
string
email
string<email>
phoneNumber
string
address
string
country
string
metadata
object

Informacion adicional que luego se puede consumir y llegara en los webhooks

payerContact
object
tagGroup
object
tags
object[]
sendPortalInvite
boolean
default:true

Response

Contacto creado con éxito

id
number
required