Skip to main content

Create Account

Creates a new account in your user store. Invoke this method first when onboarding a new customer for your platform. Use [Account Update] when modifying an existing account.

Related guide: Account Creation and Updates

Example Request Body

{
"userReference": "string",
"customerInternalReference": "string",
"reportingCriteria": "string",
"callbackUrl": "https://mypreferredendpoint.com/callback",
"tokenLifetime": "15m",
"web": {
"successUrl": "string",
"errorUrl": "string",
"locale": "strin"
},
"workflowDefinition": {
"key": "10163",
"credentials": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"category": "ID",
"country": {
"predefinedType": "DEFINED",
"values": [
"AUT"
]
},
"type": {
"predefinedType": "DEFINED",
"values": [
"DRIVING_LICENSE"
]
}
}
],
"capabilities": {
"watchlistScreening": {},
"documentVerification": {
"enableExtraction": true
},
"ekycCheck": {
"searchType": "string"
},
"workflowDecision": {
"riskScoreRulesetId": "string",
"decisionLabelRulesetId": "string"
},
"ruleset": {}
}
},
"userConsent": {
"userIp": "string",
"userLocation": {
"country": "string",
"state": "string"
},
"consent": {
"obtained": "yes",
"obtainedAt": "2022-07-20T17:20:35.000Z"
}
},
"overrideSettings": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}

Responses

201 - Created Account

{
"timestamp": "2024-12-31T18:48:35.944Z",
"account": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
},
"web": {
"href": "string",
"successUrl": "string",
"errorUrl": "string"
},
"sdk": {
"token": "string"
},
"workflowExecution": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"credentials": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"label": "string",
"category": "ID",
"country": {
"predefinedType": "DEFINED",
"values": [
"AUT"
]
},
"type": {
"predefinedType": "DEFINED",
"values": [
"DRIVING_LICENSE"
]
},
"allowedChannels": [
"string"
],
"api": {
"token": "string",
"parts": {
"front": "string",
"back": "string",
"face": "string",
"facemap": "string",
"prepared_data": "string",
"device_risk": "string",
"document": "string"
},
"workflowExecution": "string"
}
}
]
}
}

401 - Unauthorized

403 - Unauthorized

404 - Unauthorized