Package com.stripe.exception
Class InvalidPaymentMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stripe.exception.StripeException
com.stripe.exception.ApiException
com.stripe.exception.InvalidPaymentMethodException
- All Implemented Interfaces:
Serializable
Returned in cases where the bank account provided is not valid (wrong format of account number or
a routing number that does not correspond to a banking institution).
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Methods inherited from class com.stripe.exception.StripeException
getCode, getMessage, getRequestId, getStatusCode, getStripeError, getStripeErrorApiMode, getUserMessage, parseV2Exception, setStripeError, setStripeV2Error
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getInvalidParam
-