Package com.adyen.service
Class Retrieve3DS2
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.Retrieve3DS2
-
public class Retrieve3DS2 extends Service
-
-
Constructor Summary
Constructors Constructor Description Retrieve3DS2(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreeDS2ResultResponseauthorise(ThreeDS2ResultRequest threeDS2ResultRequest)POST /threeDS2Resul" API call-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
Retrieve3DS2
public Retrieve3DS2(Client client)
-
-
Method Detail
-
authorise
public ThreeDS2ResultResponse authorise(ThreeDS2ResultRequest threeDS2ResultRequest) throws ApiException, IOException
POST /threeDS2Resul" API call- Parameters:
threeDS2ResultRequest- threeDS2ResultRequest- Returns:
- ThreeDS2ResultResponse
- Throws:
ApiException- ApiExceptionIOException- IOException
-
-