Authentication Parameters
data class AuthenticationParameters(val sessionId: String, val sessionSecret: String, val scheme: String)
The class used to provide input parameters required for an authentication request.
Parameters
session Id
The unique ID of the authentication session. You will have received this in the response to the create session call to our Sessions API.
session Secret
The session secret. You will have received this in the response to the create session call to our Sessions API.
scheme
The name of the customer's card scheme: "Visa", "Mastercard", "Jcb", "Amex", or "Diners". Used to display the scheme's logo on the progress user interface.