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
fingerprintstringOptional
Internal use only.
paymentProviderobjectOptional
namelist of anyOptional
Array of User Name's associated with the Bank Account.
addresslist of objectsOptional
Array of Addresses associated with the Bank Account. See Address Object.
phonelist of anyOptional
Array of Phone Numbers associated with the Bank Account.
emaillist of anyOptional
Array of Email Addresses associated with the Bank Account.
createdAtintegerOptional
Timestamp representing the time the User Object was created.
updatedAtintegerOptional
Timestamp representing the time the User Object was last updated.
segmentedNameobjectOptional
The segmented version of a given name.

Errors

400
Bad Request Error