All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adyen.service.resource.payment.Authorise3DS2 Maven / Gradle / Ivy

There is a newer version: 28.4.0
Show newest version
package com.adyen.service.resource.payment;

import com.adyen.Client;
import com.adyen.Service;
import com.adyen.service.Resource;

public class Authorise3DS2 extends Resource {

    public Authorise3DS2(Service service) {
        super(service,
                service.getClient().getConfig().getEndpoint() + "/pal/servlet/Payment/" + Client.API_VERSION + "/authorise3ds2", null);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy