public class Client extends Object
| Constructor and Description |
|---|
Client(String apiKey) |
Client(String apiKey,
ClientProxy proxy) |
| 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
|
Config |
getConfig() |
String |
getEndpoint() |
InvoiceHandler |
invoices()
Handles invoices actions
|
MandateHandler |
mandates()
Handles mandate actions
|
MethodHandler |
methods()
Handles method actions
|
MiscellaneousHandler |
miscellaneous()
Deprecated.
replaced by
wallet() |
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
|
void |
setUserAgentString(String userAgentString)
Set the user agent string
|
ShipmentHandler |
shipments()
Handles shipment actions
|
SubscriptionHandler |
subscriptions()
Handles subscription actions
|
WalletHandler |
wallet()
Handles wallet actions
|
public Client(String apiKey)
public Client(String apiKey, ClientProxy proxy)
public void setAccessToken(String accessToken)
accessToken - The access token (Generated or Organization token)public void revokeAccessToken()
public void enableTestMode()
public void disableTestMode()
public void setUserAgentString(String userAgentString)
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()
@Deprecated public MiscellaneousHandler miscellaneous()
wallet()public WalletHandler wallet()
public String getEndpoint()
public Config getConfig()
Copyright © 2022. All rights reserved.