onAdditionalDetails

abstract fun onAdditionalDetails(actionComponentData: ActionComponentData)

In this method you should make a network call to the /payments/details endpoint of the Checkout API through your server.

We provide inside ActionComponentData the whole request data expected by the /payments/details endpoint. Use ActionComponentData.SERIALIZER to serialize this data to a JSONObject.

You can dismiss the component after this API call is successful, there is no need to perform any extra actions.

See https://docs.adyen.com/api-explorer/ for more information on the API documentation.

Parameters

actionComponentData

The data from the action component.