Package com.adyen.service
Class Payout
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.Payout
-
public class Payout extends Service
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfirmThirdPartyResponseconfirmThirdParty(ConfirmThirdPartyRequest request)Issues a ConfirmThirdParty API callDeclineThirdPartyResponsedeclineThirdParty(DeclineThirdPartyRequest request)Issues a DeclineThirdParty API callPayoutResponsepayout(PayoutRequest request)Issues a payout API callPayoutResponsepayout(PayoutRequest request, RequestOptions requestOptions)Issues a payout API callStoreDetailResponsestoreDetail(StoreDetailRequest request)Issues a storeDetail API callStoreDetailAndSubmitResponsestoreDetailAndSubmitThirdParty(StoreDetailAndSubmitRequest request)Issues a storeDetailAndSubmitThirdParty API callSubmitResponsesubmitThirdparty(SubmitRequest request)Issues a SubmitThirdParty API call-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
Payout
public Payout(Client client)
-
-
Method Detail
-
storeDetailAndSubmitThirdParty
public StoreDetailAndSubmitResponse storeDetailAndSubmitThirdParty(StoreDetailAndSubmitRequest request) throws IOException, ApiException
Issues a storeDetailAndSubmitThirdParty API call- Parameters:
request- StoreDetailAndSubmitRequest- Returns:
- StoreDetailAndSubmitResponse
- Throws:
IOException- IOExceptionApiException- ApiException
-
confirmThirdParty
public ConfirmThirdPartyResponse confirmThirdParty(ConfirmThirdPartyRequest request) throws IOException, ApiException
Issues a ConfirmThirdParty API call- Parameters:
request- ConfirmThirdPartyRequest- Returns:
- ConfirmThirdPartyResponse
- Throws:
IOException- IOExceptionApiException- ApiException
-
declineThirdParty
public DeclineThirdPartyResponse declineThirdParty(DeclineThirdPartyRequest request) throws IOException, ApiException
Issues a DeclineThirdParty API call- Parameters:
request- DeclineThirdPartyRequest- Returns:
- DeclineThirdPartyResponse
- Throws:
IOException- IOExceptionApiException- ApiException
-
storeDetail
public StoreDetailResponse storeDetail(StoreDetailRequest request) throws IOException, ApiException
Issues a storeDetail API call- Parameters:
request- StoreDetailRequest- Returns:
- StoreDetailResponse
- Throws:
IOException- IOExceptionApiException- ApiException
-
submitThirdparty
public SubmitResponse submitThirdparty(SubmitRequest request) throws IOException, ApiException
Issues a SubmitThirdParty API call- Parameters:
request- SubmitRequest- Returns:
- submitThirdparty
- Throws:
IOException- IOExceptionApiException- ApiException
-
payout
public PayoutResponse payout(PayoutRequest request) throws IOException, ApiException
Issues a payout API call- Parameters:
request-- Returns:
- Throws:
IOExceptionApiException
-
payout
public PayoutResponse payout(PayoutRequest request, RequestOptions requestOptions) throws IOException, ApiException
Issues a payout API call- Parameters:
request-requestOptions-- Returns:
- Throws:
IOExceptionApiException
-
-