PaymentResponse |
PaymentHandler.cancelPayment(String paymentId) |
|
void |
RefundHandler.cancelRefund(String paymentId,
String refundId) |
|
void |
RefundHandler.cancelRefund(String paymentId,
String refundId,
QueryParams params) |
|
SubscriptionResponse |
SubscriptionHandler.cancelSubscription(String customerId,
String subscriptionId) |
|
SubscriptionResponse |
SubscriptionHandler.cancelSubscription(String customerId,
String subscriptionId,
QueryParams params) |
|
CustomerResponse |
CustomerHandler.createCustomer(CustomerRequest body) |
|
CustomerResponse |
CustomerHandler.createCustomer(CustomerRequest body,
QueryParams params) |
|
PaymentResponse |
CustomerHandler.createCustomerPayment(String customerId,
PaymentRequest body) |
|
PaymentResponse |
CustomerHandler.createCustomerPayment(String customerId,
PaymentRequest body,
QueryParams params) |
|
MandateResponse |
MandateHandler.createMandate(String customerId,
MandateRequest body) |
|
MandateResponse |
MandateHandler.createMandate(String customerId,
MandateRequest body,
QueryParams params) |
|
PaymentResponse |
PaymentHandler.createPayment(PaymentRequest body) |
|
PaymentResponse |
PaymentHandler.createPayment(PaymentRequest body,
QueryParams params) |
|
RefundResponse |
RefundHandler.createRefund(String paymentId,
RefundRequest body) |
|
RefundResponse |
RefundHandler.createRefund(String paymentId,
RefundRequest body,
QueryParams params) |
|
SubscriptionResponse |
SubscriptionHandler.createSubscription(String customerId,
SubscriptionRequest body) |
|
SubscriptionResponse |
SubscriptionHandler.createSubscription(String customerId,
SubscriptionRequest body,
QueryParams params) |
|
void |
CustomerHandler.deleteCustomer(String customerId) |
|
void |
CustomerHandler.deleteCustomer(String customerId,
QueryParams params) |
|
CaptureResponse |
CaptureHandler.getCapture(String paymentId,
String captureId) |
|
CaptureResponse |
CaptureHandler.getCapture(String paymentId,
String captureId,
QueryParams params) |
|
ChargebackResponse |
ChargebackHandler.getChargeback(String paymentId,
String chargebackId,
QueryParams params) |
|
CustomerResponse |
CustomerHandler.getCustomer(String customerId) |
|
CustomerResponse |
CustomerHandler.getCustomer(String customerId,
QueryParams params) |
|
Pagination<CustomerListResponse> |
CustomerHandler.getCustomers() |
|
Pagination<CustomerListResponse> |
CustomerHandler.getCustomers(QueryParams params) |
|
MandateResponse |
MandateHandler.getMandate(String customerId,
String mandateId) |
|
MandateResponse |
MandateHandler.getMandate(String customerId,
String mandateId,
QueryParams params) |
|
MethodResponse |
MethodHandler.getMethod(String methodId) |
|
MethodResponse |
MethodHandler.getMethod(String methodId,
QueryParams params) |
|
PaymentResponse |
PaymentHandler.getPayment(String paymentId) |
|
PaymentResponse |
PaymentHandler.getPayment(String paymentId,
QueryParams queryParams) |
|
RefundResponse |
RefundHandler.getRefund(String paymentId,
String refundId) |
|
SubscriptionResponse |
SubscriptionHandler.getSubscription(String customerId,
String subscriptionId) |
|
SubscriptionResponse |
SubscriptionHandler.getSubscription(String customerId,
String subscriptionId,
QueryParams params) |
|
Pagination<CaptureListResponse> |
CaptureHandler.listCaptures(String paymentId) |
|
Pagination<CaptureListResponse> |
CaptureHandler.listCaptures(String paymentId,
QueryParams params) |
|
Pagination<ChargebackListResponse> |
ChargebackHandler.listChargebacks() |
|
Pagination<ChargebackListResponse> |
ChargebackHandler.listChargebacks(String paymentId) |
|
Pagination<PaymentListResponse> |
CustomerHandler.listCustomerPayments(String customerId) |
|
Pagination<PaymentListResponse> |
CustomerHandler.listCustomerPayments(String customerId,
QueryParams queryParams) |
|
Pagination<MandateListResponse> |
MandateHandler.listMandates(String customerId) |
|
Pagination<MandateListResponse> |
MandateHandler.listMandates(String customerId,
QueryParams params) |
|
Pagination<MethodListResponse> |
MethodHandler.listMethods() |
|
Pagination<MethodListResponse> |
MethodHandler.listMethods(QueryParams params) |
|
Pagination<PaymentListResponse> |
PaymentHandler.listPayments() |
|
Pagination<PaymentListResponse> |
PaymentHandler.listPayments(QueryParams queryParams) |
|
Pagination<RefundListResponse> |
RefundHandler.listRefunds() |
|
Pagination<RefundListResponse> |
RefundHandler.listRefunds(QueryParams params) |
|
Pagination<RefundListResponse> |
RefundHandler.listRefunds(String paymentId) |
|
Pagination<RefundListResponse> |
RefundHandler.listRefunds(String paymentId,
QueryParams params) |
|
Pagination<PaymentListResponse> |
SubscriptionHandler.listSubscriptionPayments(String customerId,
String subscriptionId) |
|
Pagination<PaymentListResponse> |
SubscriptionHandler.listSubscriptionPayments(String customerId,
String subscriptionId,
QueryParams params) |
|
Pagination<SubscriptionListResponse> |
SubscriptionHandler.listSubscriptions(String customerId) |
|
Pagination<SubscriptionListResponse> |
SubscriptionHandler.listSubscriptions(String customerId,
QueryParams params) |
|
void |
MandateHandler.revokeMandate(String customerId,
String mandateId) |
|
void |
MandateHandler.revokeMandate(String customerId,
String mandateId,
QueryParams params) |
|
CustomerResponse |
CustomerHandler.updateCustomer(String customerId,
CustomerRequest body) |
|
CustomerResponse |
CustomerHandler.updateCustomer(String customerId,
CustomerRequest body,
QueryParams params) |
|
SubscriptionResponse |
SubscriptionHandler.updateSubscription(String customerId,
String subscriptionId,
UpdateSubscriptionRequest body) |
|
SubscriptionResponse |
SubscriptionHandler.updateSubscription(String customerId,
String subscriptionId,
UpdateSubscriptionRequest body,
QueryParams params) |
|
protected void |
AbstractHandler.validateResponse(com.mashape.unirest.http.HttpResponse<String> response) |
|