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

com.iyzipay.model.BasicThreedsPayment Maven / Gradle / Ivy

There is a newer version: 2.0.133
Show newest version
package com.iyzipay.model;

import com.iyzipay.HttpClient;
import com.iyzipay.Options;
import com.iyzipay.request.CreateThreedsPaymentRequest;

public class BasicThreedsPayment extends BasicPaymentResource {

    public static BasicThreedsPayment create(CreateThreedsPaymentRequest request, Options options) {
        return HttpClient.create().post(options.getBaseUrl() + "/payment/3dsecure/auth/basic",
                getHttpProxy(options),
                getHttpHeaders(request, options),
                request,
                BasicThreedsPayment.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy