public class Client extends Object
| Modifier and Type | Method and Description |
|---|---|
CaptureHandler |
captures()
Handles capture actions
|
ChargebackHandler |
chargebacks()
Handles charge back actions
|
ConnectHandler |
connect()
Handles connect actions
|
CustomerHandler |
customers()
Handles customer actions
|
void |
disableTestMode()
Disable test mode if you are using an access token
|
void |
enableTestMode()
Enable test mode if you are using an access token
|
String |
getEndpoint() |
InvoiceHandler |
invoices()
Handles invoices actions
|
MandateHandler |
mandates()
Handles mandate actions
|
MethodHandler |
methods()
Handles method actions
|
MiscellaneousHandler |
miscellaneous()
Handles miscellaneous actions
|
OnboardingHandler |
onboarding()
Handles on boarding actions
|
OrderHandler |
orders()
Handles order actions
|
OrganizationHandler |
organizations()
Handles organization actions
|
PaymentHandler |
payments()
Handles payment actions
|
PermissionHandler |
permissions()
Handles permission actions
|
ProfileHandler |
profiles()
Handles profile actions
|
RefundHandler |
refunds()
Handles refund actions
|
void |
revokeAccessToken()
Removes the access token, the requests will start using the api key again
|
void |
setAccessToken(String accessToken)
Set the access token, the requests will use the access token instead of the api key
|
SettlementHandler |
settlements()
Handles settlements actions
|
ShipmentHandler |
shipments()
Handles shipment actions
|
SubscriptionHandler |
subscriptions()
Handles subscription actions
|
public Client(String apiKey)
public void setAccessToken(String accessToken)
accessToken - The access token (Generated or Organization token)public void revokeAccessToken()
public void enableTestMode()
public void disableTestMode()
public ConnectHandler connect()
public PaymentHandler payments()
public MethodHandler methods()
public RefundHandler refunds()
public ChargebackHandler chargebacks()
public CaptureHandler captures()
public OrderHandler orders()
public ShipmentHandler shipments()
public CustomerHandler customers()
public MandateHandler mandates()
public SubscriptionHandler subscriptions()
public PermissionHandler permissions()
public OrganizationHandler organizations()
public ProfileHandler profiles()
public OnboardingHandler onboarding()
public SettlementHandler settlements()
public InvoiceHandler invoices()
public MiscellaneousHandler miscellaneous()
public String getEndpoint()
Copyright © 2020. All rights reserved.