Create KYC form entry
POST
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries
Create KYC Form Entry
Cuerpo de la solicitud
locale
string
obligatorio
answers
array of object
obligatorio
Mostrar parámetros secundarios
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueString
string
obligatorio
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueStringArray
array of string
obligatorio
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueBoolean
boolean
obligatorio
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueBooleanArray
array of boolean
obligatorio
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueInteger
number
obligatorio
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueIntegerArray
array of number
obligatorio
answers.floatValue
number
answers.isDefault
boolean
answers.key
string
obligatorio
answers.floatValueArray
array of number
answers.isDefault
boolean
answers.key
string
obligatorio
status
string
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
displayName
string
locale
string
obligatorio
businessProfileId
string
obligatorio
The ID of an existing Business Profile.
status
string
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
displayName
string
Cuerpo de la respuesta
answers
array of object
obligatorio
Mostrar atributos secundarios
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueString
string
obligatorio
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueStringArray
array of string
obligatorio
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueBoolean
boolean
obligatorio
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueBooleanArray
array of boolean
obligatorio
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueInteger
number
obligatorio
answers.isDefault
boolean
answers.key
string
obligatorio
answers.valueIntegerArray
array of number
obligatorio
answers.floatValue
number
answers.isDefault
boolean
answers.key
string
obligatorio
answers.floatValueArray
array of number
answers.isDefault
boolean
answers.key
string
obligatorio
businessProfileId
string
The ID of an existing Business Profile.
businessProfileVersion
integer
The version of the Business Profile.
createdAt
string
obligatorio
displayName
string
formId
string
obligatorio
id
string
obligatorio
locale
string
obligatorio
organizationId
string
obligatorio
reviewComment
string
status
string
obligatorio
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
tags
array of object
Mostrar atributos secundarios
tags.key
string
obligatorio
tags.value
string
obligatorio
updatedAt
string
obligatorio
Ejemplo de código
curl -X POST 'https://api.bird.com/organizations/{organizationId}/kyc-forms/{kycFormId}/entries' \
-H 'Authorization: AccessKey YOUR_ACCESS_KEY'