public class CreateNewWebhooksApi extends Object
| Constructor and Description |
|---|
CreateNewWebhooksApi() |
CreateNewWebhooksApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
List<InlineResponse2003> |
findProductsToSubscribe(String organizationId)
Find Products You Can Subscribe To
Retrieve a list of products and event types that your account is eligible for.
|
okhttp3.Call |
findProductsToSubscribeAsync(String organizationId,
ApiCallback<List<InlineResponse2003>> callback)
Find Products You Can Subscribe To (asynchronously)
Retrieve a list of products and event types that your account is eligible for.
|
okhttp3.Call |
findProductsToSubscribeCall(String organizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for findProductsToSubscribe
|
ApiResponse<List<InlineResponse2003>> |
findProductsToSubscribeWithHttpInfo(String organizationId)
Find Products You Can Subscribe To
Retrieve a list of products and event types that your account is eligible for.
|
ApiClient |
getApiClient() |
InlineResponse2014 |
notificationSubscriptionsV2WebhooksPost(CreateWebhook createWebhook)
Create a New Webhook Subscription
Create a new webhook subscription.
|
okhttp3.Call |
notificationSubscriptionsV2WebhooksPostAsync(CreateWebhook createWebhook,
ApiCallback<InlineResponse2014> callback)
Create a New Webhook Subscription (asynchronously)
Create a new webhook subscription.
|
okhttp3.Call |
notificationSubscriptionsV2WebhooksPostCall(CreateWebhook createWebhook,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for notificationSubscriptionsV2WebhooksPost
|
ApiResponse<InlineResponse2014> |
notificationSubscriptionsV2WebhooksPostWithHttpInfo(CreateWebhook createWebhook)
Create a New Webhook Subscription
Create a new webhook subscription.
|
InlineResponse2013 |
saveSymEgressKey(String vCSenderOrganizationId,
String vCPermissions,
String vCCorrelationId,
SaveSymEgressKey saveSymEgressKey)
Create Webhook Security Keys
Create security keys that CyberSource will use internally to connect to your servers and validate messages using a digital signature.
|
okhttp3.Call |
saveSymEgressKeyAsync(String vCSenderOrganizationId,
String vCPermissions,
String vCCorrelationId,
SaveSymEgressKey saveSymEgressKey,
ApiCallback<InlineResponse2013> callback)
Create Webhook Security Keys (asynchronously)
Create security keys that CyberSource will use internally to connect to your servers and validate messages using a digital signature.
|
okhttp3.Call |
saveSymEgressKeyCall(String vCSenderOrganizationId,
String vCPermissions,
String vCCorrelationId,
SaveSymEgressKey saveSymEgressKey,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for saveSymEgressKey
|
ApiResponse<InlineResponse2013> |
saveSymEgressKeyWithHttpInfo(String vCSenderOrganizationId,
String vCPermissions,
String vCCorrelationId,
SaveSymEgressKey saveSymEgressKey)
Create Webhook Security Keys
Create security keys that CyberSource will use internally to connect to your servers and validate messages using a digital signature.
|
void |
setApiClient(ApiClient apiClient) |
public CreateNewWebhooksApi()
public CreateNewWebhooksApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call findProductsToSubscribeCall(String organizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
organizationId - The Organization Identifier. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic List<InlineResponse2003> findProductsToSubscribe(String organizationId) throws ApiException
organizationId - The Organization Identifier. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<InlineResponse2003>> findProductsToSubscribeWithHttpInfo(String organizationId) throws ApiException
organizationId - The Organization Identifier. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call findProductsToSubscribeAsync(String organizationId, ApiCallback<List<InlineResponse2003>> callback) throws ApiException
organizationId - The Organization Identifier. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call notificationSubscriptionsV2WebhooksPostCall(CreateWebhook createWebhook, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
createWebhook - The webhook payload (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse2014 notificationSubscriptionsV2WebhooksPost(CreateWebhook createWebhook) throws ApiException
createWebhook - The webhook payload (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse2014> notificationSubscriptionsV2WebhooksPostWithHttpInfo(CreateWebhook createWebhook) throws ApiException
createWebhook - The webhook payload (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call notificationSubscriptionsV2WebhooksPostAsync(CreateWebhook createWebhook, ApiCallback<InlineResponse2014> callback) throws ApiException
createWebhook - The webhook payload (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 objectpublic okhttp3.Call saveSymEgressKeyCall(String vCSenderOrganizationId, String vCPermissions, String vCCorrelationId, SaveSymEgressKey saveSymEgressKey, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
vCSenderOrganizationId - Sender organization id (required)vCPermissions - Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (required)vCCorrelationId - A globally unique id associated with your request (optional)saveSymEgressKey - Provide egress Symmetric key information to save (create or store or refresh) (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse2013 saveSymEgressKey(String vCSenderOrganizationId, String vCPermissions, String vCCorrelationId, SaveSymEgressKey saveSymEgressKey) throws ApiException
vCSenderOrganizationId - Sender organization id (required)vCPermissions - Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (required)vCCorrelationId - A globally unique id associated with your request (optional)saveSymEgressKey - Provide egress Symmetric key information to save (create or store or refresh) (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse2013> saveSymEgressKeyWithHttpInfo(String vCSenderOrganizationId, String vCPermissions, String vCCorrelationId, SaveSymEgressKey saveSymEgressKey) throws ApiException
vCSenderOrganizationId - Sender organization id (required)vCPermissions - Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (required)vCCorrelationId - A globally unique id associated with your request (optional)saveSymEgressKey - Provide egress Symmetric key information to save (create or store or refresh) (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call saveSymEgressKeyAsync(String vCSenderOrganizationId, String vCPermissions, String vCCorrelationId, SaveSymEgressKey saveSymEgressKey, ApiCallback<InlineResponse2013> callback) throws ApiException
vCSenderOrganizationId - Sender organization id (required)vCPermissions - Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (required)vCCorrelationId - A globally unique id associated with your request (optional)saveSymEgressKey - Provide egress Symmetric key information to save (create or store or refresh) (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 © 2025. All rights reserved.