public class ReplayWebhooksApi extends Object
| Constructor and Description |
|---|
ReplayWebhooksApi() |
ReplayWebhooksApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
replayPreviousWebhooks(String webhookId,
ReplayWebhooksRequest replayWebhooksRequest)
Replay Previous Webhooks
Initiate a webhook replay request to replay transactions that happened in the past.
|
okhttp3.Call |
replayPreviousWebhooksAsync(String webhookId,
ReplayWebhooksRequest replayWebhooksRequest,
ApiCallback<Void> callback)
Replay Previous Webhooks (asynchronously)
Initiate a webhook replay request to replay transactions that happened in the past.
|
okhttp3.Call |
replayPreviousWebhooksCall(String webhookId,
ReplayWebhooksRequest replayWebhooksRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for replayPreviousWebhooks
|
ApiResponse<Void> |
replayPreviousWebhooksWithHttpInfo(String webhookId,
ReplayWebhooksRequest replayWebhooksRequest)
Replay Previous Webhooks
Initiate a webhook replay request to replay transactions that happened in the past.
|
void |
setApiClient(ApiClient apiClient) |
public ReplayWebhooksApi()
public ReplayWebhooksApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call replayPreviousWebhooksCall(String webhookId, ReplayWebhooksRequest replayWebhooksRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
webhookId - The webhook uuid identifier. (required)replayWebhooksRequest - The request query (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void replayPreviousWebhooks(String webhookId, ReplayWebhooksRequest replayWebhooksRequest) throws ApiException
DISCLAIMER : Cybersource may allow Customer to access, use, and/or test a Cybersource product or service that may still be in development or has not been market-tested ("Beta Product") solely for the purpose of evaluating the functionality or marketability of the Beta Product (a "Beta Evaluation"). Notwithstanding any language to the contrary, the following terms shall apply with respect to Customer's participation in any Beta Evaluation (and the Beta Product(s)) accessed thereunder): The Parties will enter into a separate form agreement detailing the scope of the Beta Evaluation, requirements, pricing, the length of the beta evaluation period ("Beta Product Form"). Beta Products are not, and may not become, Transaction Services and have not yet been publicly released and are offered for the sole purpose of internal testing and non-commercial evaluation. Customer's use of the Beta Product shall be solely for the purpose of conducting the Beta Evaluation. Customer accepts all risks arising out of the access and use of the Beta Products. Cybersource may, in its sole discretion, at any time, terminate or discontinue the Beta Evaluation. Customer acknowledges and agrees that any Beta Product may still be in development and that Beta Product is provided "AS IS" and may not perform at the level of a commercially available service, may not operate as expected and may be modified prior to release. CYBERSOURCE SHALL NOT BE RESPONSIBLE OR LIABLE UNDER ANY CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE RELATING TO A BETA PRODUCT OR THE BETA EVALUATION (A) FOR LOSS OR INACCURACY OF DATA OR COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR TECHNOLOGY, (B) ANY CLAIM, LOSSES, DAMAGES, OR CAUSE OF ACTION ARISING IN CONNECTION WITH THE BETA PRODUCT; OR (C) FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES INCLUDING, BUT NOT LIMITED TO, LOSS OF REVENUES AND LOSS OF PROFITS.
webhookId - The webhook uuid identifier. (required)replayWebhooksRequest - The request query (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> replayPreviousWebhooksWithHttpInfo(String webhookId, ReplayWebhooksRequest replayWebhooksRequest) throws ApiException
webhookId - The webhook uuid identifier. (required)replayWebhooksRequest - The request query (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call replayPreviousWebhooksAsync(String webhookId, ReplayWebhooksRequest replayWebhooksRequest, ApiCallback<Void> callback) throws ApiException
webhookId - The webhook uuid identifier. (required)replayWebhooksRequest - The request query (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 © 2024. All rights reserved.