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

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

package com.iyzipay.model;

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

public class PaymentPostAuth extends PaymentResource {

    public static PaymentPostAuth create(CreatePaymentPostAuthRequest request, Options options) {
        return HttpClient.create().post(options.getBaseUrl() + "/payment/postauth",
                getHttpHeaders(request, options),
                request,
                PaymentPostAuth.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy