Get account users

View as Markdown
This endpoint retrieves users' information from an Authorized Bank transaction. **Warning**</br>Please wait to receive the [DataReady](/api-reference/api/event-notifications/data-ready) event before calling this endpoint. Requests to this endpoint made prior to receiving the DataReady event can result in partial data being returned.

Authentication

AuthorizationBasic

Path parameters

transactionIdstringRequired
Transaction ID retrieved from a Trustly Authorization transaction.

Query parameters

expandlist of enumsOptional

A field in the API response to be expanded in order for more details to be provided (e.g. customer.segmentedName).

Allowed values:

Response

OK
fingerprintstring
Internal use only.
paymentProviderobject
namelist of any
Array of User Name's associated with the Bank Account.
addresslist of objects
Array of Addresses associated with the Bank Account. See Address Object.
phonelist of any
Array of Phone Numbers associated with the Bank Account.
emaillist of any
Array of Email Addresses associated with the Bank Account.
createdAtinteger
Timestamp representing the time the User Object was created.
updatedAtinteger
Timestamp representing the time the User Object was last updated.
segmentedNameobject
The segmented version of a given name.

Errors

400
Bad Request Error