Transaction Receipt item and its value used with push authenticators and with offline transaction verification.
Properties
Name | Type | Description | Notes |
---|
authenticationType | AuthenticationTypeEnum | The transaction authentication type. | [optional] |
date | OffsetDateTime | The transaction date. | [optional] |
details | List<TransactionDetail> | The transaction details. | [optional] |
id | String | The transaction id. | [optional] |
securityLevel | SecurityLevelEnum | The transaction authentication security level. | [optional] |
userid | String | The transaction user. | [optional] |
AuthenticationTypeEnum
Name | Value |
---|
OTP | "OTP" |
TOKEN | "TOKEN" |
SecurityLevelEnum
Name | Value |
---|
LOW | "LOW" |
MEDIUM | "MEDIUM" |
HIGH | "HIGH" |