public class CreateNewWebhooksApi extends Object
| Constructor | Description |
|---|---|
CreateNewWebhooksApi() |
|
CreateNewWebhooksApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
List<InlineResponse2006> |
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<InlineResponse2006>> 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<InlineResponse2006>> |
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() |
|
InlineResponse2016 |
notificationSubscriptionsV2WebhooksPost(CreateWebhook createWebhook) |
Create a New Webhook Subscription
Create a new webhook subscription.
|
okhttp3.Call |
notificationSubscriptionsV2WebhooksPostAsync(CreateWebhook createWebhook,
ApiCallback<InlineResponse2016> 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<InlineResponse2016> |
notificationSubscriptionsV2WebhooksPostWithHttpInfo(CreateWebhook createWebhook) |
Create a New Webhook Subscription
Create a new webhook subscription.
|
InlineResponse2015 |
saveSymEgressKey(String vCCorrelationId,
String vCSenderOrganizationId,
String vCPermissions,
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 vCCorrelationId,
String vCSenderOrganizationId,
String vCPermissions,
SaveSymEgressKey saveSymEgressKey,
ApiCallback<InlineResponse2015> 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 vCCorrelationId,
String vCSenderOrganizationId,
String vCPermissions,
SaveSymEgressKey saveSymEgressKey,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for saveSymEgressKey
|
ApiResponse<InlineResponse2015> |
saveSymEgressKeyWithHttpInfo(String vCCorrelationId,
String vCSenderOrganizationId,
String vCPermissions,
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, com.cybersource.authsdk.core.ConfigException
organizationId - The Organization Identifier. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic List<InlineResponse2006> findProductsToSubscribe(String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
organizationId - The Organization Identifier. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<List<InlineResponse2006>> findProductsToSubscribeWithHttpInfo(String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
organizationId - The Organization Identifier. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call findProductsToSubscribeAsync(String organizationId, ApiCallback<List<InlineResponse2006>> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call notificationSubscriptionsV2WebhooksPostCall(CreateWebhook createWebhook, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
createWebhook - The webhook payload (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic InlineResponse2016 notificationSubscriptionsV2WebhooksPost(CreateWebhook createWebhook) throws ApiException, com.cybersource.authsdk.core.ConfigException
createWebhook - The webhook payload (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<InlineResponse2016> notificationSubscriptionsV2WebhooksPostWithHttpInfo(CreateWebhook createWebhook) throws ApiException, com.cybersource.authsdk.core.ConfigException
createWebhook - The webhook payload (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call notificationSubscriptionsV2WebhooksPostAsync(CreateWebhook createWebhook, ApiCallback<InlineResponse2016> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call saveSymEgressKeyCall(String vCCorrelationId, String vCSenderOrganizationId, String vCPermissions, SaveSymEgressKey saveSymEgressKey, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
vCCorrelationId - A globally unique id associated with your request (optional)vCSenderOrganizationId - Sender organization id (optional)vCPermissions - Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic InlineResponse2015 saveSymEgressKey(String vCCorrelationId, String vCSenderOrganizationId, String vCPermissions, SaveSymEgressKey saveSymEgressKey) throws ApiException, com.cybersource.authsdk.core.ConfigException
vCCorrelationId - A globally unique id associated with your request (optional)vCSenderOrganizationId - Sender organization id (optional)vCPermissions - Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (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 bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<InlineResponse2015> saveSymEgressKeyWithHttpInfo(String vCCorrelationId, String vCSenderOrganizationId, String vCPermissions, SaveSymEgressKey saveSymEgressKey) throws ApiException, com.cybersource.authsdk.core.ConfigException
vCCorrelationId - A globally unique id associated with your request (optional)vCSenderOrganizationId - Sender organization id (optional)vCPermissions - Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (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 bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call saveSymEgressKeyAsync(String vCCorrelationId, String vCSenderOrganizationId, String vCPermissions, SaveSymEgressKey saveSymEgressKey, ApiCallback<InlineResponse2015> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
vCCorrelationId - A globally unique id associated with your request (optional)vCSenderOrganizationId - Sender organization id (optional)vCPermissions - Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientCopyright © 2026. All rights reserved.