v1
latestOpenAPI 3.1.02026-07-241460559.8 KBSubmit transaction for non-existing applicant
post/resources/applicants/-/kyt/txns/-/data
Query parameters
levelNamestring
Name of the verification level. Case-sensitive and has to be created in the same environment. If contains reserved characters (e.g., @, +, white spaces as %20), it should be URL-encoded, otherwise you may get signature mismatch.
accessTokenstring
Access token previously generated for the Device Intelligence flow.
Request body
Response
200
Example response
{
"id": "66335c8c243caf315d8c357c",
"applicantId": "662edfdb7a26397a65d3bdc6",
"scope": "events",
"externalUserId": "PlatformEvent0001",
"clientId": "korban.inc",
"data": {
"txnId": "twoFaReset0001",
"txnDate": "2024-04-29 02:30:12+0000",
"type": "userPlatformEvent",
"applicant": {
"externalUserId": "PlatformEvent0001",
"fullName": "Users Fullname",
"placeOfBirth": "settlementName",
"dob": "1995-09-30",
"address": {
"buildingName": "usersAddBuildName",
"flatNumber": "101",
"subStreet": "usersAddSbSt",
"subStreetEn": "usersAddSbStEn",
"street": "usersAddSt",
"streetEn": "usersAddStEn",
"state": "usersAddState",
"stateEn": "usersAddStateEn",
"buildingNumber": "202",
"town": "usersAddressTown",
"townEn": "usersAddressTownEn",
"postCode": "123456",
"country": "CAN",
"formattedAddress": "postCode, town, state, street, buildingNumber"
},
"type": "individual",
"device": {
"ipInfo": {
"ip": "178.123.68.138"
},
"userAgent": "usersDeviceUA",
"sessionId": "usersDeviceSesId",
"sessionAgeMs": 18,
"acceptLang": "en",
"coords": {
"lat": -1.7976931348623157,
"lon": 1.7976931348623157,
"accuracy": 10
},
"fingerprint": "usersDeviceFing"
},
"paymentMethodExtractedInfo": {
"type": "smartContract"
}
},
"userPlatformEventInfo": {
"type": "twoFaReset"
},
"props": {
"customProperty": "Custom value",
"dailyOutLimit": "10000"
}
},
"review": {
"reviewId": "azlir",
"attemptId": "RPgcu",
"attemptCnt": 1,
"elapsedSincePendingMs": 238,
"elapsedSinceQueuedMs": 238,
"createDate": "2024-05-02 09:27:40+0000",
"reviewResult": {
"reviewAnswer": "GREEN"
},
"reviewStatus": "completed"
},
"createdAt": "2024-05-02 09:27:40+0000",
"scoringResult": {
"matchedRules": [
{
"id": "6602a0f43d40c8131dc4e17a",
"name": "AFP1-agg-beh-eve-for-user-pla-eve-BBKP",
"revision": 1,
"title": "Aggregate behavioral events for user platform events",
"action": "score",
"stage": "pre",
"preScoringRunnerType": "behavioralEvents"
}
],
"action": "score",
"ruleCnt": 2
}
}