Creating User Onboarding
Last updated
Was this helpful?
Was this helpful?
PUT /v1/user/{user_api_key_id}/user-onboarding/{user_onboarding_id}{
"user_status_desired": "ACTIVE",
"user_verification_status_desired": "VERIFIED"
}{
"Error": [
{
"error_description": "You need to provide additional information in order to perform this action.",
"error_description_translated": "You need to provide additional information in order to perform this action.",
"error_additional_parameter": [
{
"AdditionalFulfillmentParameter": {
"all_fulfillment": [
{
"type": "ADDRESS_MAIN",
"reason": "",
"reason_translated": "",
"user_id": 877,
"status": null,
"time_mandatory": null,
"all_status_allowed": [
"FULFILLED"
],
"id": null,
"created_timestamp": null,
"updated_timestamp": null
},
{
"type": "DATE_OF_BIRTH",
"reason": "Let's make this account truly yours.",
"reason_translated": "Let's make this account truly yours.",
"user_id": 877,
"status": null,
"time_mandatory": null,
"all_status_allowed": [
"FULFILLED"
],
"id": null,
"created_timestamp": null,
"updated_timestamp": null
},
{
"type": "EMAIL",
"reason": "Get notified instantly on important matters.",
"reason_translated": "Get notified instantly on important matters.",
"user_id": 877,
"status": null,
"time_mandatory": null,
"all_status_allowed": [
"FULFILLED",
"IN_PROGRESS"
],
"id": null,
"created_timestamp": null,
"updated_timestamp": null
},
{
"type": "ADDRESS_MAIN",
"reason": "",
"reason_translated": "",
"user_id": 877,
"status": null,
"time_mandatory": null,
"all_status_allowed": [
"FULFILLED"
],
"id": null,
"created_timestamp": null,
"updated_timestamp": null
},
{
"type": "ADDRESS_POSTAL",
"reason": "So we know where to send your card.",
"reason_translated": "So we know where to send your card.",
"user_id": 877,
"status": null,
"time_mandatory": null,
"all_status_allowed": [
"FULFILLED"
],
"id": null,
"created_timestamp": null,
"updated_timestamp": null
},
{
"type": "IDENTIFICATION_VERIFICATION",
"reason": "It takes just a few seconds to take a picture and complete your account.",
"reason_translated": "It takes just a few seconds to take a picture and complete your account.",
"user_id": 877,
"status": null,
"time_mandatory": null,
"all_status_allowed": [
"FULFILLED",
"IN_PROGRESS"
],
"id": null,
"created_timestamp": null,
"updated_timestamp": null
}
],
"all_fulfillment_fulfilled": [
{
"type": "PHONE_NUMBER",
"reason": "Secure your account with a phone number. You’ll use this to login.",
"reason_translated": "Secure your account with a phone number. You’ll use this to login.",
"user_id": 877,
"status": "FULFILLED",
"time_mandatory": null,
"all_status_allowed": [
"FULFILLED"
],
"id": 3573,
"created_timestamp": null,
"updated_timestamp": null
}
]
}
}
]
}
]
}