| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
CustomerAccountAuthentication |
CustomerAccount.getAuthentication()
Object containing data on the authentication used by the customer to access their account
|
CustomerAccountAuthentication |
CustomerAccountAuthentication.withMethod(String value)
Authentication used by the customer on your website
Possible values are
* guest = no login occurred, customer is logged in as guest
* merchant-credentials = the customer logged in using credentials that are specific to you
* federated-id = the customer logged in using a federated ID
* issuer-credentials = the customer logged in using credentials from the card issuer (of the card used in this transaction)
* third-party-authentication = the customer logged in using third-party authentication
* fido-authentication = the customer logged in using a FIDO authenticator
|
CustomerAccountAuthentication |
CustomerAccountAuthentication.withUtcTimestamp(String value)
Timestamp (YYYYMMDDHHmm) of the authentication of the customer to their account with you
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerAccount.setAuthentication(CustomerAccountAuthentication value)
Object containing data on the authentication used by the customer to access their account
|
CustomerAccount |
CustomerAccount.withAuthentication(CustomerAccountAuthentication value)
Object containing data on the authentication used by the customer to access their account
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.