Uses of Class
com.adyen.model.balanceplatform.RegisterSCAResponse
-
Packages that use RegisterSCAResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of RegisterSCAResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return RegisterSCAResponse Modifier and Type Method Description static RegisterSCAResponseRegisterSCAResponse. fromJson(String jsonString)Create an instance of RegisterSCAResponse given an JSON stringRegisterSCAResponseRegisterSCAResponse. id(String id)The unique identifier of the SCA device you are registering.RegisterSCAResponseRegisterSCAResponse. paymentInstrumentId(String paymentInstrumentId)The unique identifier of the payment instrument for which you are registering the SCA device.RegisterSCAResponseRegisterSCAResponse. sdkInput(String sdkInput)A string that you must pass to the authentication SDK to continue with the registration process.RegisterSCAResponseRegisterSCAResponse. success(Boolean success)Specifies if the registration was initiated successfully. -
Uses of RegisterSCAResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return RegisterSCAResponse Modifier and Type Method Description RegisterSCAResponseManageScaDevicesApi. initiateRegistrationOfScaDevice(RegisterSCARequest registerSCARequest)Initiate the registration of an SCA deviceRegisterSCAResponseManageScaDevicesApi. initiateRegistrationOfScaDevice(RegisterSCARequest registerSCARequest, RequestOptions requestOptions)Initiate the registration of an SCA device
-