All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gocardless.errors.InvalidSignatureException Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package com.gocardless.errors;

import com.gocardless.GoCardlessException;

/**
 * Exception thrown when the signature included in a webhook doesn't match one computed using the
 * webhook endpoint's secret and the request body, indicating that the webhook is not genuinely from
 * GoCardless
 */
public class InvalidSignatureException extends GoCardlessException {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy