Uses of Class
com.onlinepayments.domain.ValidateCredentialsRequest
Packages that use ValidateCredentialsRequest
-
Uses of ValidateCredentialsRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return ValidateCredentialsRequestModifier and TypeMethodDescriptionThe webhook key and without any change applied to it.ValidateCredentialsRequest.withSecret(String value) Send here the hashed webhooks key secret in the same way as the check is done in your system. -
Uses of ValidateCredentialsRequest in com.onlinepayments.merchant.webhooks
Methods in com.onlinepayments.merchant.webhooks with parameters of type ValidateCredentialsRequestModifier 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