curl --request POST \
--url https://api.dataspike.io/api/v3/profiles/{profile_id} \
--header 'Content-Type: application/json' \
--header 'ds-api-token: <api-key>' \
--data '
{
"name": "new name for profile",
"description": "description of profile.",
"settings": {
"poi_allowed_documents": [
"passport"
],
"face_comparison_allowed_documents": [
"selfie"
],
"poa_required": false,
"disable_cross_check_by_bio": false,
"disable_cross_check_by_photo": false,
"disable_verify_poa_country_match_with_poi": false,
"countries": [
"FR"
],
"allow_poi_manual_uploads": false,
"allow_desktop": false,
"ui_settings": {},
"manual_field_settings": {
"enabled": true,
"description": "<string>",
"full_name": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"email": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"phone": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"country": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"dob": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"gender": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"citizenship": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"address": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"certificate_of_incorporation": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"ownership_document": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"custom_fields": [
{
"label": "<string>",
"caption": "<string>",
"order": 123,
"options": {
"choices": [
"<string>"
],
"type": "<string>"
}
}
]
}
}
}
'{
"message": "Bad request"
}Update verification profile
curl --request POST \
--url https://api.dataspike.io/api/v3/profiles/{profile_id} \
--header 'Content-Type: application/json' \
--header 'ds-api-token: <api-key>' \
--data '
{
"name": "new name for profile",
"description": "description of profile.",
"settings": {
"poi_allowed_documents": [
"passport"
],
"face_comparison_allowed_documents": [
"selfie"
],
"poa_required": false,
"disable_cross_check_by_bio": false,
"disable_cross_check_by_photo": false,
"disable_verify_poa_country_match_with_poi": false,
"countries": [
"FR"
],
"allow_poi_manual_uploads": false,
"allow_desktop": false,
"ui_settings": {},
"manual_field_settings": {
"enabled": true,
"description": "<string>",
"full_name": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"email": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"phone": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"country": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"dob": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"gender": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"citizenship": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"address": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"certificate_of_incorporation": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"ownership_document": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"custom_fields": [
{
"label": "<string>",
"caption": "<string>",
"order": 123,
"options": {
"choices": [
"<string>"
],
"type": "<string>"
}
}
]
}
}
}
'{
"message": "Bad request"
}Existing profile id
"01827ed5-c228-7a3c-9a31-7ab7cc169d13"
Change Verification Profile Request
"new name for profile"
"description of profile."
Change verification profile settings
Show child attributes
Allowed documents for POI check
passport, driver_license, id_card, residence_permit Allowed documents for face comparison check
selfie, liveness_photo POA (proof of address) check is required
Don't do cross check by name and birth date in POI document across organization.
Don't do cross check by photo of applicant across organization.
Disable requirement that country in POA document should be match within country in POI document
List of allowed countries
Two-letter ISO 3166-1 ALPHA-2 code, reference https://www.iban.com/country-codes
Allow manual upload POI documents from files (now live photo)
Allow uploads throught desktop. False means only mobile allowed
ui settigns to customize SDK
Manual field settings
Show child attributes
Manual field setting
Show child attributes
Caption of field
Position order in UI
This field is optional for submitter when true
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Caption of field
Position order in UI
This field is optional for submitter when true
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Caption of field
Position order in UI
This field is optional for submitter when true
Manual field setting
Show child attributes
Caption of field
Position order in UI
This field is optional for submitter when true
Show child attributes
Profile updated