Payment Methods API
class PaymentMethodsAPI
Content copied to clipboard
Extensions
confirm Payment Method
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.confirmPaymentMethod(token: String, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
delete Payment Method
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.deletePaymentMethod(paymentMethodId: String, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
get Payment Method
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.getPaymentMethod(paymentMethodId: String, readTimeout: Long? = null): Call<PaymentMethod>
Content copied to clipboard
get Payment Methods
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.getPaymentMethods(readTimeout: Long? = null): Call<PaymentMethods>
Content copied to clipboard
get Payment Methods Including Credit Check
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.getPaymentMethodsIncludingCreditCheck(filterstatus: GetPaymentMethodsIncludingCreditCheckAPI.Filterstatus, filterpurpose: PRN? = null, readTimeout: Long? = null): Call<PaymentMethods>
Content copied to clipboard
get Payment Methods Including Credit Check Multi Status
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.getPaymentMethodsIncludingCreditCheckMultiStatus(filterstatus: GetPaymentMethodsIncludingCreditCheckMultiStatusAPI.Filterstatus, filterpurpose: PRN? = null, readTimeout: Long? = null): Call<PaymentMethods>
Content copied to clipboard
get Payment Methods Including Payment Token
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.getPaymentMethodsIncludingPaymentToken(include: GetPaymentMethodsIncludingPaymentTokenAPI.Include, filterpurpose: PRN? = null, readTimeout: Long? = null): Call<PaymentMethods>
Content copied to clipboard
notification For Payment Method
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.notificationForPaymentMethod(type: String? = null, readTimeout: Long? = null): Call<Void>
Content copied to clipboard
patch Payment Method
Link copied to clipboard
fun PayAPI.PaymentMethodsAPI.patchPaymentMethod(paymentMethodId: String, body: PatchPaymentMethodAPI.Body, readTimeout: Long? = null): Call<PaymentMethod>
Content copied to clipboard