identity

Get user

Retrieve the User object associated with the Trustly ID authorization transaction.

get/transactions/{transactionId}/user

Path parameters

transactionIdstring required

Transaction ID retrieved from a Trustly Authorization transaction.

Query parameters

expandTransactionsTransactionIdUserGetParametersExpandSchemaItems[]

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.

Headers

Authorizationstring required

Response

OK

namestring

The full name of the user

phonestring[]

Array of phone numbers associated with the user.

emailstring[]

Array of e-mail addresses associated with the user.

dateOfBirthstring

The date of birth of the user in the format YYYY-MM-DD

taxIdstring

The user's government issued tax ID e.g. SSN (US) or SIN (CA)

deceasedboolean

If true, then the user is deceased.

eligibleboolean

Indicates if the user has got a successful result in all verifications and is eligible.

createdAtinteger

Timestamp representing the time the User Object was created.

updatedAtinteger

Timestamp representing the time the User Object was last updated.

Changes