public interface IGPConnector
| Modifier and Type | Method and Description |
|---|---|
PaymentResult |
capturePayment(Long id) |
Payment |
createPayment(BasePayment payment) |
Payment |
createRecurrentPayment(Long id,
NextPayment nextPayment) |
AccessToken |
getAccessToken() |
String |
getApiUrl() |
IGPConnector |
getAppToken(String clientId,
String clientCredentials) |
IGPConnector |
getAppToken(String clientId,
String clientCredentials,
String scope) |
Payment |
paymentStatus(Long id) |
PaymentResult |
refundPayment(Long id,
Long amount) |
PaymentResult |
voidAuthorization(Long id) |
PaymentResult |
voidRecurrency(Long id) |
IGPConnector getAppToken(String clientId, String clientCredentials) throws GPClientException
GPClientExceptionIGPConnector getAppToken(String clientId, String clientCredentials, String scope) throws GPClientException
GPClientExceptionPayment createPayment(BasePayment payment) throws GPClientException
GPClientExceptionPaymentResult refundPayment(Long id, Long amount) throws GPClientException
GPClientExceptionPayment createRecurrentPayment(Long id, NextPayment nextPayment) throws GPClientException
GPClientExceptionPaymentResult voidRecurrency(Long id) throws GPClientException
GPClientExceptionPaymentResult capturePayment(Long id) throws GPClientException
GPClientExceptionPaymentResult voidAuthorization(Long id) throws GPClientException
GPClientExceptionPayment paymentStatus(Long id) throws GPClientException
GPClientExceptionString getApiUrl()
AccessToken getAccessToken()
Copyright © 2016. All rights reserved.