Sign inGet started

Create KYC form entry

POST
/organizations/{organizationId}/kyc-forms/{kycFormId}/entries
Create KYC Form Entry
Payload permintaan
locale
string
wajib
answers
array of object
wajib
Tampilkan parameter turunan
answers.isDefault
boolean
answers.key
string
wajib
answers.valueString
string
wajib
status
string
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
displayName
string
Payload respons
answers
array of object
wajib
Tampilkan atribut turunan
answers.isDefault
boolean
answers.key
string
wajib
answers.valueString
string
wajib
businessProfileId
string
The ID of an existing Business Profile.
businessProfileVersion
integer
The version of the Business Profile.
createdAt
string
wajib
displayName
string
formId
string
wajib
id
string
wajib
locale
string
wajib
organizationId
string
wajib
reviewComment
string
status
string
wajib
The status of the form entry.
Possible values: draft, submitted, approved, rejected, expired
tags
array of object
Tampilkan atribut turunan
tags.key
string
wajib
tags.value
string
wajib
updatedAt
string
wajib
Contoh kode
curl -X POST 'https://api.bird.com/organizations/{organizationId}/kyc-forms/{kycFormId}/entries' \
  -H 'Authorization: AccessKey YOUR_ACCESS_KEY'