public class ConfirmationOfFundsServicePiisApi extends Object
| Constructor and Description |
|---|
ConfirmationOfFundsServicePiisApi() |
ConfirmationOfFundsServicePiisApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200 |
checkAvailabilityOfFunds(ConfirmationOfFunds body,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate)
Confirmation of Funds Request
Creates a confirmation of funds request at the ASPSP.
|
com.squareup.okhttp.Call |
checkAvailabilityOfFundsAsync(ConfirmationOfFunds body,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
ApiCallback<InlineResponse200> callback)
Confirmation of Funds Request (asynchronously)
Creates a confirmation of funds request at the ASPSP.
|
com.squareup.okhttp.Call |
checkAvailabilityOfFundsCall(ConfirmationOfFunds body,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for checkAvailabilityOfFunds
|
ApiResponse<InlineResponse200> |
checkAvailabilityOfFundsWithHttpInfo(ConfirmationOfFunds body,
UUID xRequestID,
String digest,
String signature,
byte[] tpPSignatureCertificate)
Confirmation of Funds Request
Creates a confirmation of funds request at the ASPSP.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ConfirmationOfFundsServicePiisApi()
public ConfirmationOfFundsServicePiisApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call checkAvailabilityOfFundsCall(ConfirmationOfFunds body, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - Request body for a confirmation of funds request. (required)xRequestID - ID of the request, unique to the call, as determined by the initiating party. (required)digest - Is contained if and only if the \"Signature\" element is contained in the header of the request. (optional)signature - A signature of the request by the TPP on application level. This might be mandated by ASPSP. (optional)tpPSignatureCertificate - The certificate used for signing the request, in base64 encoding. Must be contained if a signature is contained. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse200 checkAvailabilityOfFunds(ConfirmationOfFunds body, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate) throws ApiException
body - Request body for a confirmation of funds request. (required)xRequestID - ID of the request, unique to the call, as determined by the initiating party. (required)digest - Is contained if and only if the \"Signature\" element is contained in the header of the request. (optional)signature - A signature of the request by the TPP on application level. This might be mandated by ASPSP. (optional)tpPSignatureCertificate - The certificate used for signing the request, in base64 encoding. Must be contained if a signature is contained. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse200> checkAvailabilityOfFundsWithHttpInfo(ConfirmationOfFunds body, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate) throws ApiException
body - Request body for a confirmation of funds request. (required)xRequestID - ID of the request, unique to the call, as determined by the initiating party. (required)digest - Is contained if and only if the \"Signature\" element is contained in the header of the request. (optional)signature - A signature of the request by the TPP on application level. This might be mandated by ASPSP. (optional)tpPSignatureCertificate - The certificate used for signing the request, in base64 encoding. Must be contained if a signature is contained. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call checkAvailabilityOfFundsAsync(ConfirmationOfFunds body, UUID xRequestID, String digest, String signature, byte[] tpPSignatureCertificate, ApiCallback<InlineResponse200> callback) throws ApiException
body - Request body for a confirmation of funds request. (required)xRequestID - ID of the request, unique to the call, as determined by the initiating party. (required)digest - Is contained if and only if the \"Signature\" element is contained in the header of the request. (optional)signature - A signature of the request by the TPP on application level. This might be mandated by ASPSP. (optional)tpPSignatureCertificate - The certificate used for signing the request, in base64 encoding. Must be contained if a signature is contained. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2019. All rights reserved.