Package com.onlinepayments.domain
Class ValidateCredentialsRequest
java.lang.Object
com.onlinepayments.domain.ValidateCredentialsRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()The webhook key and without any change applied to it.Send here the hashed webhooks key secret in the same way as the check is done in your system.voidThe webhook key and without any change applied to it.voidSend here the hashed webhooks key secret in the same way as the check is done in your system.The webhook key and without any change applied to it.withSecret(String value) Send here the hashed webhooks key secret in the same way as the check is done in your system.
-
Constructor Details
-
ValidateCredentialsRequest
public ValidateCredentialsRequest()
-
-
Method Details
-
getKey
The webhook key and without any change applied to it. -
setKey
The webhook key and without any change applied to it. -
withKey
The webhook key and without any change applied to it. -
getSecret
Send here the hashed webhooks key secret in the same way as the check is done in your system. The only difference is instead of providing the current body of the message, use an empty string as body while hashing it. -
setSecret
Send here the hashed webhooks key secret in the same way as the check is done in your system. The only difference is instead of providing the current body of the message, use an empty string as body while hashing it. -
withSecret
Send here the hashed webhooks key secret in the same way as the check is done in your system. The only difference is instead of providing the current body of the message, use an empty string as body while hashing it.
-