Get user
Retrieve the User object associated with the Trustly ID authorization transaction.
Authentication
AuthorizationBasic
Path parameters
transactionId
Transaction ID retrieved from a Trustly Authorization transaction.
Query parameters
expand
A field in the API response to be expanded in order for more details to be provided.
Supported values:
* `segmentedName`: returns a segmented version of the name field returned in the response.
Allowed values:
Response
OK
name
The full name of the user
address
Array of addresses associated with the user.
phone
Array of phone numbers associated with the user.
email
Array of e-mail addresses associated with the user.
dateOfBirth
The date of birth of the user in the format YYYY-MM-DD
taxId
The user’s government issued tax ID e.g. SSN (US) or SIN (CA)
deceased
If true, then the user is deceased.
driverLicense
A driver's license.
eligible
Indicates if the user has got a successful result in all verifications and is eligible.
createdAt
Timestamp representing the time the User Object was created.
updatedAt
Timestamp representing the time the User Object was last updated.
segmentedName
The segmented version of a given name.
Errors
400
Bad Request Error