Package com.stripe.android.exception
Types
Link copied to clipboard
class CardException(stripeError: StripeError, requestId: String? = null) : StripeException
Content copied to clipboard
An Exception indicating that there is a problem with a Card used for a request. Card errors are the most common type of error you should expect to handle. They result when the user enters a card that can't be charged for some reason.