Class ValidateCredentialsRequest

java.lang.Object
com.onlinepayments.domain.ValidateCredentialsRequest

public class ValidateCredentialsRequest extends Object
  • Constructor Details

    • ValidateCredentialsRequest

      public ValidateCredentialsRequest()
  • Method Details

    • getKey

      public String getKey()
      The webhook key and without any change applied to it.
    • setKey

      public void setKey(String value)
      The webhook key and without any change applied to it.
    • withKey

      public ValidateCredentialsRequest withKey(String value)
      The webhook key and without any change applied to it.
    • getSecret

      public String 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

      public void setSecret(String value)
      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

      public ValidateCredentialsRequest withSecret(String value)
      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.