Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.3 KB

Identity.md

File metadata and controls

24 lines (22 loc) · 1.3 KB

Identity

Properties

Name Type Description Notes
id String Unique ID of the identity [optional]
status StatusEnum Current state of the identity in Passbase's systems [optional]
owner IdentityOwner [optional]
score Double Float between 0 and 1 representing our confidence that this identity is valid. 0 meaning we couldn't verify any of the information provided with accuracy, and 1 absolute confidence. [optional]
created Long Unix-timestamp of when the identity was created [optional]
updated Long Unix-timestamp of when the identity was updated [optional]
resources java.util.List<IdentityResource> resources attached to a verification [optional]
metadata Object Customer defined arbitrary payload initially passed through the client-sdk [optional]
watchlist WatchlistResponse [optional]

Enum: StatusEnum

Name Value
CREATED "created"
PROCESSING "processing"
PENDING "pending"
APPROVED "approved"
DECLINED "declined"