Uses of Class
com.onlinepayments.domain.ValidateCredentialsResponse
Packages that use ValidateCredentialsResponse
-
Uses of ValidateCredentialsResponse in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return ValidateCredentialsResponseModifier and TypeMethodDescriptionValidateCredentialsResponse.withResult(String value) The webhooks validation was OK (Valid) or not OK (Invalid). -
Uses of ValidateCredentialsResponse in com.onlinepayments.merchant.webhooks
Methods in com.onlinepayments.merchant.webhooks that return ValidateCredentialsResponseModifier and TypeMethodDescriptionWebhooksClient.validateWebhookCredentials(ValidateCredentialsRequest body) Resource /v2/{merchantId}/webhooks/validateCredentials - Validate credentialsWebhooksClient.validateWebhookCredentials(ValidateCredentialsRequest body, CallContext context) Resource /v2/{merchantId}/webhooks/validateCredentials - Validate credentialsWebhooksClientInterface.validateWebhookCredentials(ValidateCredentialsRequest body) Resource /v2/{merchantId}/webhooks/validateCredentials - Validate credentialsWebhooksClientInterface.validateWebhookCredentials(ValidateCredentialsRequest body, CallContext context) Resource /v2/{merchantId}/webhooks/validateCredentials - Validate credentials