Uses of Class
com.adyen.model.management.Webhook
-
Packages that use Webhook Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of Webhook in com.adyen.model.management
Methods in com.adyen.model.management that return Webhook Modifier and Type Method Description WebhookWebhook. acceptsExpiredCertificate(Boolean acceptsExpiredCertificate)Indicates if expired SSL certificates are accepted.WebhookWebhook. acceptsSelfSignedCertificate(Boolean acceptsSelfSignedCertificate)Indicates if self-signed SSL certificates are accepted.WebhookWebhook. acceptsUntrustedRootCertificate(Boolean acceptsUntrustedRootCertificate)Indicates if untrusted SSL certificates are accepted.WebhookWebhook. accountReference(String accountReference)Reference to the account the webook is set on.WebhookWebhook. active(Boolean active)Indicates if the webhook configuration is active.WebhookWebhook. addFilterMerchantAccountsItem(String filterMerchantAccountsItem)WebhookWebhook. additionalSettings(AdditionalSettingsResponse additionalSettings)additionalSettingsWebhookWebhook. certificateAlias(String certificateAlias)The alias of our SSL certificate.WebhookWebhook. communicationFormat(Webhook.CommunicationFormatEnum communicationFormat)Format or protocol for receiving webhooks.WebhookWebhook. description(String description)Your description for this webhook configuration.WebhookWebhook. encryptionProtocol(Webhook.EncryptionProtocolEnum encryptionProtocol)SSL version to access the public webhook URL specified in the `url` field.WebhookWebhook. filterMerchantAccounts(List<String> filterMerchantAccounts)A list of merchant account names that are included or excluded from receiving the webhook.WebhookWebhook. filterMerchantAccountType(Webhook.FilterMerchantAccountTypeEnum filterMerchantAccountType)Shows how merchant accounts are included in company-level webhooks.static WebhookWebhook. fromJson(String jsonString)Create an instance of Webhook given an JSON stringWebhookWebhook. hasError(Boolean hasError)Indicates if the webhook configuration has errors that need troubleshooting.WebhookWebhook. hasPassword(Boolean hasPassword)Indicates if the webhook is password protected.WebhookWebhook. hmacKeyCheckValue(String hmacKeyCheckValue)The [checksum](https://en.wikipedia.org/wiki/Key_checksum_value) of the HMAC key generated for this webhook.WebhookWebhook. id(String id)Unique identifier for this webhook.WebhookWebhook. links(WebhookLinks links)linksWebhookWebhook. networkType(Webhook.NetworkTypeEnum networkType)Network type for Terminal API details webhooks.WebhookWebhook. populateSoapActionHeader(Boolean populateSoapActionHeader)Indicates if the SOAP action header needs to be populated.WebhookWebhook. type(String type)The type of webhook.WebhookWebhook. url(String url)Public URL where webhooks will be sent, for example **https://www.domain.com/webhook-endpoint**.WebhookWebhook. username(String username)Username to access the webhook URL.Methods in com.adyen.model.management that return types with arguments of type Webhook Modifier and Type Method Description List<Webhook>ListWebhooksResponse. getData()The list of webhooks configured for this account.Methods in com.adyen.model.management with parameters of type Webhook Modifier and Type Method Description ListWebhooksResponseListWebhooksResponse. addDataItem(Webhook dataItem)Method parameters in com.adyen.model.management with type arguments of type Webhook Modifier and Type Method Description ListWebhooksResponseListWebhooksResponse. data(List<Webhook> data)The list of webhooks configured for this account.voidListWebhooksResponse. setData(List<Webhook> data)The list of webhooks configured for this account. -
Uses of Webhook in com.adyen.service.management
Methods in com.adyen.service.management that return Webhook Modifier and Type Method Description WebhookWebhooksCompanyLevelApi. getWebhook(String companyId, String webhookId)Get a webhookWebhookWebhooksCompanyLevelApi. getWebhook(String companyId, String webhookId, RequestOptions requestOptions)Get a webhookWebhookWebhooksMerchantLevelApi. getWebhook(String merchantId, String webhookId)Get a webhookWebhookWebhooksMerchantLevelApi. getWebhook(String merchantId, String webhookId, RequestOptions requestOptions)Get a webhookWebhookWebhooksCompanyLevelApi. setUpWebhook(String companyId, CreateCompanyWebhookRequest createCompanyWebhookRequest)Set up a webhookWebhookWebhooksCompanyLevelApi. setUpWebhook(String companyId, CreateCompanyWebhookRequest createCompanyWebhookRequest, RequestOptions requestOptions)Set up a webhookWebhookWebhooksMerchantLevelApi. setUpWebhook(String merchantId, CreateMerchantWebhookRequest createMerchantWebhookRequest)Set up a webhookWebhookWebhooksMerchantLevelApi. setUpWebhook(String merchantId, CreateMerchantWebhookRequest createMerchantWebhookRequest, RequestOptions requestOptions)Set up a webhookWebhookWebhooksCompanyLevelApi. updateWebhook(String companyId, String webhookId, UpdateCompanyWebhookRequest updateCompanyWebhookRequest)Update a webhookWebhookWebhooksCompanyLevelApi. updateWebhook(String companyId, String webhookId, UpdateCompanyWebhookRequest updateCompanyWebhookRequest, RequestOptions requestOptions)Update a webhookWebhookWebhooksMerchantLevelApi. updateWebhook(String merchantId, String webhookId, UpdateMerchantWebhookRequest updateMerchantWebhookRequest)Update a webhookWebhookWebhooksMerchantLevelApi. updateWebhook(String merchantId, String webhookId, UpdateMerchantWebhookRequest updateMerchantWebhookRequest, RequestOptions requestOptions)Update a webhook
-